From e3c51255d3d6bfdd504c902fbf6c0a1fe7c0b92f Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 7 Jan 2022 09:30:32 +0100 Subject: [PATCH] Ant is shipped as non-modular package --- README.md | 3 - ant.yaml | 211 ---------------------------------------------------- dead.module | 1 + 3 files changed, 1 insertion(+), 214 deletions(-) delete mode 100644 README.md delete mode 100644 ant.yaml create mode 100644 dead.module diff --git a/README.md b/README.md deleted file mode 100644 index 4e56507..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ant - -The ant package \ No newline at end of file diff --git a/ant.yaml b/ant.yaml deleted file mode 100644 index 878f6ac..0000000 --- a/ant.yaml +++ /dev/null @@ -1,211 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: Java build tool - description: >- - Apache Ant is a Java library and command-line tool whose mission - is to drive processes described in build files as targets and extension - points dependent upon each other. The main known usage of Ant is the - build of Java applications. Ant supplies a number of built-in tasks - allowing to compile, assemble, test and run Java applications. Ant can - also be used effectively to build non Java applications, for instance C - or C++ applications. More generally, Ant can be used to pilot any type - of process which can be described in terms of targets and tasks. - license: - module: - - MIT - dependencies: - - buildrequires: - javapackages-tools: [202001] - platform: [-el8] - requires: - platform: [-el8] - profiles: - default: - rpms: - - ant - api: - rpms: - - ant - - ant-antlr - - ant-apache-bcel - - ant-apache-bsf - - ant-apache-log4j - - ant-apache-oro - - ant-apache-regexp - - ant-apache-resolver - - ant-apache-xalan2 - - ant-commons-logging - - ant-commons-net - - ant-javamail - - ant-jdepend - - ant-jmf - - ant-jsch - - ant-junit - - ant-junit5 - - ant-swing - - ant-testutil - - ant-xz - filter: - rpms: - - ant-javadoc - - ant-manual - - antlr-C++ - - antlr-javadoc - - antlr-manual - - apache-commons-logging-javadoc - - apache-commons-net-javadoc - - apiguardian - - apiguardian-javadoc - - bcel-javadoc - - bsf-javadoc - - hamcrest-demo - - hamcrest-javadoc - - jakarta-oro-javadoc - - javamail-javadoc - - jdepend-demo - - jdepend-javadoc - - jsch-javadoc - - junit-javadoc - - junit-manual - - junit5-guide - - junit5-javadoc - - jzlib-demo - - jzlib-javadoc - - log4j12-javadoc - - opentest4j-javadoc - - regexp-javadoc - - univocity-parsers-javadoc - - xalan-j2-demo - - xalan-j2-javadoc - - xalan-j2-manual - - xalan-j2-xsltc - - xerces-j2-demo - - xerces-j2-javadoc - - xml-commons-apis-javadoc - - xml-commons-apis-manual - - xml-commons-resolver-javadoc - - xz-java-javadoc - components: - rpms: - ant: - buildorder: 50 - ref: stream-ant-1.10 - rationale: > - Module API. - antlr: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - apache-commons-logging: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant, bsf. - apache-commons-net: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - apiguardian: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Build dependency of junit5. - bcel: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - bsf: - buildorder: 40 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - hamcrest: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of junit. - jakarta-oro: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - javamail: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - jdepend: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - jsch: - buildorder: 20 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - junit: - buildorder: 20 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant, junit5. - junit5: - buildorder: 30 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - jzlib: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of jsch. - log4j12: - buildorder: 20 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - opentest4j: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of junit5. - regexp: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - univocity-parsers: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of junit5. - xalan-j2: - buildorder: 30 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. - xerces-j2: - buildorder: 20 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of xalan-j2. - xml-commons-apis: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of xalan-j2, xerces-j2. - xml-commons-resolver: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant, xerces-j2. - xz-java: - buildorder: 10 - ref: stream-ant-1.10 - rationale: > - Runtime dependency of ant. diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..b5e089d --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Ant is shipped as non-modular package