Author: gawor Date: Mon Jan 5 08:33:52 2009 New Revision: 731611 URL: http://svn.apache.org/viewvc?rev=731611&view=rev Log: merged Glen's changes: put Bundle-Version: header into MANIFEST.MF programatically so we have less places to update the version
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?rev=731611&r1=731610&r2=731611&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Mon Jan 5 08:33:52 2009 @@ -95,6 +95,10 @@ <configuration> <archive> <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile> + <manifestEntries> + <!-- Put the correct Bundle-Version: in the manifest --> + <Bundle-Version>${version}</Bundle-Version> + </manifestEntries> </archive> </configuration> </plugin> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF?rev=731611&r1=731610&r2=731611&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF Mon Jan 5 08:33:52 2009 @@ -36,7 +36,6 @@ org.apache.axiom.om, org.apache.axiom.soap.impl.builder, org.apache.axiom.soap -Bundle-Version: 1.2.7 Bundle-Name: Axiom API Bundle-DocURL: http://www.apache.org/ Bundle-ManifestVersion: 2 Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml?rev=731611&r1=731610&r2=731611&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml Mon Jan 5 08:33:52 2009 @@ -103,6 +103,10 @@ <configuration> <archive> <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile> + <manifestEntries> + <!-- Put the correct Bundle-Version: in the manifest --> + <Bundle-Version>${version}</Bundle-Version> + </manifestEntries> </archive> </configuration> </plugin> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF?rev=731611&r1=731610&r2=731611&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/resources/META-INF/MANIFEST.MF Mon Jan 5 08:33:52 2009 @@ -33,7 +33,6 @@ org.apache.axiom.soap.impl.dom.soap11, org.apache.axiom.soap.impl.dom.soap12, org.apache.axiom.soap.impl.dom -Bundle-Version: 1.2.7 Bundle-Name: Axiom DOM Bundle-DocURL: http://www.apache.org/ Bundle-ManifestVersion: 2 Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml?rev=731611&r1=731610&r2=731611&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml Mon Jan 5 08:33:52 2009 @@ -103,6 +103,10 @@ <configuration> <archive> <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile> + <manifestEntries> + <!-- Put the correct Bundle-Version: in the manifest --> + <Bundle-Version>${version}</Bundle-Version> + </manifestEntries> </archive> </configuration> </plugin> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF?rev=731611&r1=731610&r2=731611&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/resources/META-INF/MANIFEST.MF Mon Jan 5 08:33:52 2009 @@ -23,7 +23,6 @@ org.apache.axiom.soap.impl.llom.soap11, org.apache.axiom.soap.impl.llom.soap12, org.apache.axiom.soap.impl.llom -Bundle-Version: 1.2.7 Bundle-Name: Axiom API Bundle-DocURL: http://www.apache.org/ Bundle-ManifestVersion: 2