You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by dk...@apache.org on 2009/07/08 23:18:11 UTC

svn commit: r792324 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

Author: dkulp
Date: Wed Jul  8 21:18:10 2009
New Revision: 792324

URL: http://svn.apache.org/viewvc?rev=792324&view=rev
Log:
Cleanup some of the osgi manifest entries

Modified:
    webservices/wss4j/branches/1_5_x-fixes/pom.xml

Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom.xml?rev=792324&r1=792323&r2=792324&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Wed Jul  8 21:18:10 2009
@@ -160,14 +160,17 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.0.0</Bundle-Version>
-                        <Bundle-Name>org.apache.ws.security</Bundle-Name>
-                        <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.artifactId}</Bundle-Description>
-                        <Bundle-SymbolicName>org.apache.ws.security</Bundle-SymbolicName>
+                        <Implementation-Title>Apache WSS4J</Implementation-Title>
+                        <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+                        <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+                        <Implementation-Version>${pom.version}</Implementation-Version>
+                        <Specification-Title>Apache WSS4J</Specification-Title>
+                        <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
+                        <Specification-Version>${pom.version}</Specification-Version>
+
                         <Export-Package>
-                              org.apache.ws.security.*; version=1.5.5,
-                              org.apache.ws.axis.security.*; version=1.5.5,
+                              org.apache.ws.security.*,
+                              org.apache.ws.axis.security.*,
                         </Export-Package>
                         <Import-Package>
                               !org.apache.ws.security.*,



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org