Index: cdm/pom.xml
===================================================================
--- cdm/pom.xml (revision 13094)
+++ cdm/pom.xml (working copy)
@@ -260,6 +260,43 @@
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ target/classes/META-INF/MANIFEST.MF
+
+ true
+
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ 2.3.4
+ true
+
+ target/classes/META-INF
+
+ ${project.version}
+ ${pom.groupId}.${pom.artifactId}
+ J2SE-1.5
+ *;resolution:=optional
+
+
+
+
+ bundle-manifest
+ process-classes
+
+ manifest
+
+
+
+
Index: common/pom.xml
===================================================================
--- common/pom.xml (revision 13094)
+++ common/pom.xml (working copy)
@@ -82,6 +82,43 @@
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ target/classes/META-INF/MANIFEST.MF
+
+ true
+
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ 2.3.4
+ true
+
+ target/classes/META-INF
+
+ ${project.version}
+ ${pom.groupId}.${pom.artifactId}
+ J2SE-1.5
+
+
+
+
+ bundle-manifest
+ process-classes
+
+ manifest
+
+
+
+
+