From 325922947c4539864bd5afdc96fe7be2cb6ffead Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 08:56:03 +0000 Subject: automatic import of apache-commons-logging --- ...fferent-Bundle-SymbolicName-for-different.patch | 99 ++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 0001-Generate-different-Bundle-SymbolicName-for-different.patch (limited to '0001-Generate-different-Bundle-SymbolicName-for-different.patch') diff --git a/0001-Generate-different-Bundle-SymbolicName-for-different.patch b/0001-Generate-different-Bundle-SymbolicName-for-different.patch new file mode 100644 index 0000000..a8c0ddc --- /dev/null +++ b/0001-Generate-different-Bundle-SymbolicName-for-different.patch @@ -0,0 +1,99 @@ +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 ++ ++ ++ ++ ++ ++ +