Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2e35de7f9 |
2 changed files with 28 additions and 20 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
.mbs_local_build.db
|
||||
47
tomcat.yaml
47
tomcat.yaml
|
|
@ -1,42 +1,51 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
version: 1
|
||||
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.
|
||||
summary: tomcat module
|
||||
description: This tomcat module has been generated.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
requires:
|
||||
platform: []
|
||||
javapackages-tools: []
|
||||
buildrequires:
|
||||
bootstrap: f27
|
||||
requires:
|
||||
platform: f27
|
||||
java: 8
|
||||
apache-commons: f27
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://github.com/modularity-modules/tomcat
|
||||
tracker: https://github.com/modularity-modules/tomcat
|
||||
api:
|
||||
rpms:
|
||||
- tomcat
|
||||
- tomcat-el-3.0-api
|
||||
- tomcat-jsp-2.3-api
|
||||
- tomcatjss
|
||||
- tomcat-lib
|
||||
- tomcat-servlet-4.0-api
|
||||
- tomcat-servlet-3.1-api
|
||||
profiles:
|
||||
default:
|
||||
description: A minimal tomcat installation.
|
||||
description: A generated profile based on top-lvl package list.
|
||||
rpms:
|
||||
- tomcat
|
||||
- tomcat-el-3.0-api
|
||||
- tomcat-jsp-2.3-api
|
||||
- tomcatjss
|
||||
- tomcat-lib
|
||||
- tomcat-servlet-4.0-api
|
||||
- tomcat-servlet-3.1-api
|
||||
components:
|
||||
rpms:
|
||||
ecj:
|
||||
rationale: Required for building JSPs at Runtime.
|
||||
ref: master
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
jss:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
tomcat:
|
||||
rationale: Provides core server functionality.
|
||||
ref: master
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
tomcatjss:
|
||||
rationale: Generated.
|
||||
ref: f27
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue