Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42eb4eac67 | ||
|
|
482e6ff787 | ||
|
|
c14c573140 | ||
|
|
b668f1bd7f | ||
|
|
7dbaeb8557 | ||
|
|
819b62a13b | ||
|
|
675493d91e | ||
|
|
96714e2d00 | ||
|
|
419a2e1a31 | ||
|
|
e0e15aa7dd | ||
|
|
52cc812bcb | ||
|
|
f67240ada2 | ||
|
|
1cd8c60222 | ||
|
|
e39c2422ae |
2 changed files with 43 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.mbs_local_build.db
|
||||
42
tomcat.yaml
Normal file
42
tomcat.yaml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Apache Servlet/JSP Engine, RI for Servlet 4.0/JSP 2.3 API
|
||||
description: >-
|
||||
Tomcat is the servlet container that is used in the official Reference
|
||||
Implementation for the Java Servlet and JavaServer Pages technologies.
|
||||
The Java Servlet and JavaServer Pages specifications are developed by
|
||||
Sun under the Java Community Process.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
requires:
|
||||
platform: []
|
||||
javapackages-tools: []
|
||||
api:
|
||||
rpms:
|
||||
- tomcat
|
||||
- tomcat-el-3.0-api
|
||||
- tomcat-jsp-2.3-api
|
||||
- tomcat-lib
|
||||
- tomcat-servlet-4.0-api
|
||||
profiles:
|
||||
default:
|
||||
description: A minimal tomcat installation.
|
||||
rpms:
|
||||
- tomcat
|
||||
- tomcat-el-3.0-api
|
||||
- tomcat-jsp-2.3-api
|
||||
- tomcat-lib
|
||||
- tomcat-servlet-4.0-api
|
||||
components:
|
||||
rpms:
|
||||
ecj:
|
||||
rationale: Required for building JSPs at Runtime.
|
||||
ref: master
|
||||
tomcat:
|
||||
rationale: Provides core server functionality.
|
||||
ref: master
|
||||
Loading…
Add table
Add a link
Reference in a new issue