Author: azeez Date: Thu May 14 12:32:01 2009 New Revision: 35803 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35803
Log: Creating bundles according to proper conventions Modified: branches/synapse/1.3-wso2v1/modules/commons/pom.xml branches/synapse/1.3-wso2v1/modules/core/pom.xml branches/synapse/1.3-wso2v1/modules/distribution/pom.xml branches/synapse/1.3-wso2v1/modules/experimental/pom.xml branches/synapse/1.3-wso2v1/modules/extensions/pom.xml branches/synapse/1.3-wso2v1/modules/handler/pom.xml branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml branches/synapse/1.3-wso2v1/modules/samples/pom.xml branches/synapse/1.3-wso2v1/modules/tasks/pom.xml branches/synapse/1.3-wso2v1/modules/transports/core/nhttp/pom.xml branches/synapse/1.3-wso2v1/modules/transports/core/pipe/pom.xml branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml branches/synapse/1.3-wso2v1/modules/transports/optional/fix/pom.xml branches/synapse/1.3-wso2v1/modules/transports/pom.xml branches/synapse/1.3-wso2v1/modules/war/pom.xml branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml branches/synapse/1.3-wso2v1/pom.xml Modified: branches/synapse/1.3-wso2v1/modules/commons/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/commons/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/commons/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/commons/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -53,6 +53,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse.commons.*, </Export-Package> Modified: branches/synapse/1.3-wso2v1/modules/core/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/core/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/core/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/core/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -135,6 +135,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse, org.apache.synapse.aspects.*, Modified: branches/synapse/1.3-wso2v1/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/distribution/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/distribution/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/distribution/pom.xml Thu May 14 12:32:01 2009 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/experimental/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/experimental/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/experimental/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/experimental/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -46,6 +46,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse.experimental.*, </Export-Package> Modified: branches/synapse/1.3-wso2v1/modules/extensions/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/extensions/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/extensions/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/extensions/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -53,6 +53,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse.format.hessian.*, org.apache.synapse.format.syslog.*, @@ -67,7 +68,7 @@ *;resolution:=optional </Import-Package> <DynamicImport-Package>*</DynamicImport-Package> - <Fragment-Host>org.apache.synapse.core</Fragment-Host> + <Fragment-Host>synapse-core</Fragment-Host> </instructions> </configuration> </plugin> Modified: branches/synapse/1.3-wso2v1/modules/handler/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/handler/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/handler/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/handler/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -48,6 +48,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Private-Package> org.apache.synapse.handler.util, org.apache.synapse.handler, Modified: branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml Thu May 14 12:32:01 2009 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>synapse-package-archetype</artifactId> Modified: branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml Thu May 14 12:32:01 2009 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>synapse-package-skeleton</artifactId> Modified: branches/synapse/1.3-wso2v1/modules/samples/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/samples/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/samples/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/samples/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -396,6 +396,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Private-Package>samples.*</Private-Package> </instructions> </configuration> Modified: branches/synapse/1.3-wso2v1/modules/tasks/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/tasks/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/tasks/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/tasks/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -53,6 +53,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse.task.*, </Export-Package> Modified: branches/synapse/1.3-wso2v1/modules/transports/core/nhttp/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/transports/core/nhttp/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/transports/core/nhttp/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/transports/core/nhttp/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>synapse-transports</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -45,6 +45,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse.transport.nhttp.*, </Export-Package> Modified: branches/synapse/1.3-wso2v1/modules/transports/core/pipe/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/transports/core/pipe/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/transports/core/pipe/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/transports/core/pipe/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>synapse-transports</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -45,6 +45,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse.transport.pipe.*, </Export-Package> Modified: branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>synapse-transports</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -45,15 +45,16 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse.transport.vfs.*, </Export-Package> <Import-Package> !javax.xml.namespace, javax.xml.namespace; version=0.0.0, - !org.apache.commons.io, + !org.apache.commons.io, org.apache.commons.io; version=0.0.0, - !org.apache.commons.io.output, + !org.apache.commons.io.output, org.apache.commons.io.output; version=0.0.0, *; resolution:=optional </Import-Package> Modified: branches/synapse/1.3-wso2v1/modules/transports/optional/fix/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/transports/optional/fix/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/transports/optional/fix/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/transports/optional/fix/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>synapse-transports</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -45,6 +45,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Export-Package> org.apache.synapse.transport.fix.*, </Export-Package> Modified: branches/synapse/1.3-wso2v1/modules/transports/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/transports/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/transports/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/transports/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/war/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/war/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/war/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/war/pom.xml Thu May 14 12:32:01 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml Thu May 14 12:32:01 2009 @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.synapse</groupId> <artifactId>synapse-xar-maven-plugin</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <packaging>maven-plugin</packaging> <name>Apache Synapse - XAR Maven Plugin</name> <description>Maven 2 plugin to create Synapse extension archives</description> Modified: branches/synapse/1.3-wso2v1/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/pom.xml?rev=35803&r1=35802&r2=35803&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/pom.xml (original) +++ branches/synapse/1.3-wso2v1/pom.xml Thu May 14 12:32:01 2009 @@ -32,7 +32,7 @@ <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>1.3-wso2v1</version> + <version>1.3.0.wso2v1</version> <name>Apache Synapse</name> <description>Apache Synapse</description> @@ -793,7 +793,7 @@ <properties> <!-- Synapse and related components --> - <synapse.version>1.3-wso2v1</synapse.version> + <synapse.version>1.3.0.wso2v1</synapse.version> <commons.dbcp.version>1.2.2</commons.dbcp.version> <commons.pool.version>1.3</commons.pool.version> <commons.vfs.version>1.1-587797</commons.vfs.version> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
