From 1af18c0c231649affb5a268d95a425e7ca47f663 Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Sun, 2 Feb 2014 16:11:03 -0600 Subject: [PATCH] Add log4j 1.x OSGi bundle. --- log4j-osgi/legacy-osgi-api/pom.xml | 115 +++++++++++++++++++++++++++++++++++++ log4j-osgi/pom.xml | 1 + 2 files changed, 116 insertions(+) create mode 100644 log4j-osgi/legacy-osgi-api/pom.xml diff --git a/log4j-osgi/legacy-osgi-api/pom.xml b/log4j-osgi/legacy-osgi-api/pom.xml new file mode 100644 index 0000000..176cd52 --- /dev/null +++ b/log4j-osgi/legacy-osgi-api/pom.xml @@ -0,0 +1,115 @@ + + + + 4.0.0 + + org.apache.logging.log4j + log4j + 2.0RC1-SNAPSHOT + ../../ + + org.apache.logging.log4j.osgi + log4j-1.2-osgi-api + bundle + Apache Log4J 1.x Compatibility Bundle + Apache Log4J 1.x compatibility API bundle. + ${project.parent.url}log4j-1.2-api/ + + ${basedir}/../.. + Log4j 1.2 Bridge + + org.apache.log4j*;version=${project.version} + + + + + org.apache.logging.log4j + log4j-1.2-api + + + + + + maven-antrun-plugin + + + generate-sources + generate-sources + + + + + + + run + + + + + + org.apache.felix + maven-bundle-plugin + true + + + + true + + false + + + <_nouses>true + + <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME,JAVA_1_5_HOME,JAVA_1_6_HOME,JAVA_1_7_HOME + ${osgi.symbolicName} + ${osgi.export} + ${osgi.private} + ${osgi.import} + ${osgi.dynamicImport} + ${project.url} + org.apache.logging.log4j-api;bundle-version=${project.version.osgi} + + + + + generate-sources + + cleanVersions + + + + ${project.version} + + + + + bundle-manifest + process-classes + + manifest + + + + + + + diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml index 540ffc8..d86d827 100644 --- a/log4j-osgi/pom.xml +++ b/log4j-osgi/pom.xml @@ -46,6 +46,7 @@ core-osgi-nosql-couch core-osgi-nosql-mongo core-osgi-reduced + legacy-osgi-api -- 1.8.5.3