Blob Blame History Raw
--- pom.xml.orig	2007-09-06 13:42:28.000000000 -0400
+++ pom.xml	2007-09-06 13:48:26.000000000 -0400
@@ -100,6 +100,24 @@
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
             </plugin>
+	    <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-jar-plugin</artifactId>
+		<configuration>
+		    <archive>
+			<manifestEntries>
+			    <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
+			    <Bundle-Name>%Bundle-Name</Bundle-Name>
+			    <Bundle-Localization>plugin</Bundle-Localization>
+			    <Bundle-SymbolicName>org.apache.ws.commons.util</Bundle-SymbolicName>
+			    <Bundle-Version>1.0.1</Bundle-Version>
+			    <Export-Package>org.apache.ws.commons.serialize;version="1.0.1", org.apache.ws.commons.util;version="1.0.1"</Export-Package>
+			    <Import-Package>javax.xml, javax.xml.namespace, org.w3c.dom, org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</Import-Package>
+			    <Bundle-RequiredExecutionEnvironment>J2SE-1.4, CDC-1.0/Foundation-1.0, J2SE-1.3</Bundle-RequiredExecutionEnvironment>
+			</manifestEntries>
+		    </archive>
+		</configuration>
+	    </plugin>
         </plugins>
     </build>
     <dependencies>