From 5bd2f944ccb4972a988351ba3ae3514a6bf96947 Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Fri, 27 Sep 2019 10:54:56 -0400 Subject: [PATCH] This stream was in development and not ready for release, and is therefore unsupported --- README.md | 3 --- dead.module | 1 + tomcat.yaml | 42 ------------------------------------------ 3 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 tomcat.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 51406c8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# tomcat - -The tomcat package \ No newline at end of file diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..9141918 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +This stream was in development and not ready for release, and is therefore unsupported diff --git a/tomcat.yaml b/tomcat.yaml deleted file mode 100644 index 4e28bdc..0000000 --- a/tomcat.yaml +++ /dev/null @@ -1,42 +0,0 @@ -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