Author: saminda Date: Mon Jun 9 12:27:34 2008 New Revision: 18247 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18247
Log: removed jars from patch folder Modified: branches/wsas/java/2.3/wsas/modules/distribution/bin-release-assembly.xml branches/wsas/java/2.3/wsas/modules/distribution/pom.xml branches/wsas/java/2.3/wsas/pom.xml Modified: branches/wsas/java/2.3/wsas/modules/distribution/bin-release-assembly.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/wsas/modules/distribution/bin-release-assembly.xml?rev=18247&r1=18246&r2=18247&view=diff ============================================================================== --- branches/wsas/java/2.3/wsas/modules/distribution/bin-release-assembly.xml (original) +++ branches/wsas/java/2.3/wsas/modules/distribution/bin-release-assembly.xml Mon Jun 9 12:27:34 2008 @@ -273,12 +273,5 @@ <include>xerces:resolver:jar</include> </includes> </dependencySet> - <dependencySet> - <outputDirectory>${dist.temp.assembly.bin.dir}/lib/patches</outputDirectory> - <includes> - <include>org.apache.axis2:axis2-kernel:jar</include> - <include>org.apache.axis2:axis2-codegen:jar</include> - </includes> - </dependencySet> </dependencySets> </assembly> Modified: branches/wsas/java/2.3/wsas/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/wsas/modules/distribution/pom.xml?rev=18247&r1=18246&r2=18247&view=diff ============================================================================== --- branches/wsas/java/2.3/wsas/modules/distribution/pom.xml (original) +++ branches/wsas/java/2.3/wsas/modules/distribution/pom.xml Mon Jun 9 12:27:34 2008 @@ -918,36 +918,13 @@ <type>aar</type> </dependency> - <!-- patches--> - - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-kernel</artifactId> - <version>${axis2.patched.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-codegen</artifactId> - <version>${axis2.patched.version}</version> - <exclusions> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-kernel</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-adb</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Data service dependencies --> <dependency> <groupId>au.com.bytecode.opencsv</groupId> <artifactId>opencsv</artifactId> <version>${opencsv.version}</version> </dependency> + <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> Modified: branches/wsas/java/2.3/wsas/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/wsas/pom.xml?rev=18247&r1=18246&r2=18247&view=diff ============================================================================== --- branches/wsas/java/2.3/wsas/pom.xml (original) +++ branches/wsas/java/2.3/wsas/pom.xml Mon Jun 9 12:27:34 2008 @@ -2112,11 +2112,8 @@ </distributionManagement> <properties> - <axis2.version>1.4</axis2.version> - <axis2.clustering.version>1.4</axis2.clustering.version> - - <!-- This will provide the patches that done to Axis2, by WSO2 --> - <axis2.patched.version>1.401</axis2.patched.version> + <axis2.version>1.401</axis2.version> + <axis2.clustering.version>1.401</axis2.clustering.version> <wso2wsas.version>${pom.version}</wso2wsas.version> <!-- Chane this according to the needs--> _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
