Author: dkulp
Date: Tue Apr 15 10:35:42 2008
New Revision: 648352
URL: http://svn.apache.org/viewvc?rev=648352&view=rev
Log:
Merged revisions 648344 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r648344 | dkulp | 2008-04-15 13:23:11 -0400 (Tue, 15 Apr 2008) | 2 lines
[CXF-1506] Re-add manifest data lost during transition from jar packaging to
osgi bundle
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml?rev=648352&r1=648351&r2=648352&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml Tue Apr 15
10:35:42 2008
@@ -228,6 +228,13 @@
<extensions>true</extensions>
<configuration>
<instructions>
+ <Implementation-Title>Apache CXF</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 CXF</Specification-Title>
+ <Specification-Vendor>The Apache Software
Foundation</Specification-Vendor>
+
<Specification-Version>${pom.version}</Specification-Version>
<Import-Package>
com.ctc.wstx*;resolution:=optional,
com.ibm*;resolution:=optional,