From 79cb248405d1f5b08a19278c9ce65ee4c8dbd49b Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 7 Jan 2022 09:53:14 +0100 Subject: [PATCH] Module javapackages-tools stream 202001 was retired --- .gitignore | 4 - ...nt-Bundle-SymbolicName-for-different.patch | 99 ------- 0002-Port-to-maven-jar-plugin-3.0.0.patch | 160 ----------- apache-commons-logging.spec | 256 ------------------ commons-logging-api-1.1.pom | 165 ----------- dead.package | 1 + sources | 1 - 7 files changed, 1 insertion(+), 685 deletions(-) delete mode 100644 .gitignore delete mode 100644 0001-Generate-different-Bundle-SymbolicName-for-different.patch delete mode 100644 0002-Port-to-maven-jar-plugin-3.0.0.patch delete mode 100644 apache-commons-logging.spec delete mode 100644 commons-logging-api-1.1.pom create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ac92f7c..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -commons-logging-1.1.1-src.tar.gz -/commons-logging-1.1.2-src.tar.gz -/commons-logging-1.1.3-src.tar.gz -/commons-logging-1.2-src.tar.gz diff --git a/0001-Generate-different-Bundle-SymbolicName-for-different.patch b/0001-Generate-different-Bundle-SymbolicName-for-different.patch deleted file mode 100644 index a8c0ddc..0000000 --- a/0001-Generate-different-Bundle-SymbolicName-for-different.patch +++ /dev/null @@ -1,99 +0,0 @@ -From d71aa7acc93b944b159ac63f85d9ba1a566f5a8d Mon Sep 17 00:00:00 2001 -From: Mikolaj Izdebski -Date: Tue, 29 Jul 2014 09:00:03 +0200 -Subject: [PATCH 1/2] Generate different Bundle-SymbolicName for different JARs - ---- - pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 55 insertions(+) - -diff --git a/pom.xml b/pom.xml -index cdad31c..5707595 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -179,6 +179,52 @@ under the License. - - - -+ -+ org.apache.felix -+ maven-bundle-plugin -+ -+ -+ tests-bundle-manifest -+ process-classes -+ -+ manifest -+ -+ -+ ${project.build.directory}/osgi-tests -+ -+ ${commons.osgi.symbolicName}.tests -+ -+ -+ -+ -+ api-bundle-manifest -+ process-classes -+ -+ manifest -+ -+ -+ ${project.build.directory}/osgi-api -+ -+ ${commons.osgi.symbolicName}.api -+ -+ -+ -+ -+ adapters-bundle-manifest -+ process-classes -+ -+ manifest -+ -+ -+ ${project.build.directory}/osgi-adapters -+ -+ ${commons.osgi.symbolicName}.adapters -+ -+ -+ -+ -+ -+ - -- org.codehaus.mojo -- build-helper-maven-plugin -- 1.0 -- -- -- attach-artifacts -- package -- -- attach-artifact -- -- -- -- -- ${project.build.directory}/${project.artifactId}-adapters-${project.version}.jar -- jar -- adapters -- -- -- ${project.build.directory}/${project.artifactId}-api-${project.version}.jar -- jar -- api -- -- -- -- -- -- -- -- --