Author: saminda Date: Fri Jun 6 23:01:41 2008 New Revision: 18100 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18100
Log: Modified: branches/wsas/java/2.3/wsas/modules/distribution/bin-release-assembly.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=18100&r1=18099&r2=18100&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 Fri Jun 6 23:01:41 2008 @@ -259,6 +259,10 @@ <exclude>org.apache.axis2:axis2-codegen:jar</exclude> <exclude>org.apache.axis2:axis2-xmlbeans:jar</exclude> <exclude>stax:stax-api:jar</exclude> + <exclude>org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar</exclude> + <exclude>org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar</exclude> + <exclude>org.eclipse.jdt:core:jar</exclude> + <exclude>junit:junit:jar</exclude> </excludes> </dependencySet> <dependencySet> 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=18100&r1=18099&r2=18100&view=diff ============================================================================== --- branches/wsas/java/2.3/wsas/pom.xml (original) +++ branches/wsas/java/2.3/wsas/pom.xml Fri Jun 6 23:01:41 2008 @@ -2130,8 +2130,8 @@ <wsrequest.version>2.2</wsrequest.version> <xkms.version>2.2</xkms.version> - <wsf.version>2.2</wsf.version> + <wsf.version>2.3-SNAPSHOT</wsf.version> <wso2.adminui.version>2.3-SNAPSHOT</wso2.adminui.version> <wso2throttle.version>2.3-SNAPSHOT</wso2throttle.version> <wso2codegen.version>2.3-SNAPSHOT</wso2codegen.version> _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
