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