Author: keith Date: Mon Apr 20 20:54:54 2009 New Revision: 33788 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=33788
Log: emoving the wsdl2code tool from the MS build Modified: trunk/mashup/java/modules/distribution/dist.xml trunk/mashup/java/modules/distribution/pom.xml Modified: trunk/mashup/java/modules/distribution/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/dist.xml?rev=33788&r1=33787&r2=33788&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/dist.xml (original) +++ trunk/mashup/java/modules/distribution/dist.xml Mon Apr 20 20:54:54 2009 @@ -31,8 +31,6 @@ <include>org.wso2.carbon:org.wso2.carbon.viewflows.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.ui.menu.tools:jar</include> <include>org.wso2.carbon:org.wso2.carbon.validator.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.wsdl2code:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.wsdl2code.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.java2wsdl:jar</include> <include>org.wso2.carbon:org.wso2.carbon.java2wsdl.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include> @@ -41,10 +39,6 @@ <include>org.wso2.carbon:org.wso2.carbon.policyeditor.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.user.mgt.stub:jar</include> <include>org.wso2.carbon:org.wso2.carbon.user.mgt.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.axis2.jibx:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.jibx:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.axis2.jaxbri:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.jaxbri:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.ui.resources:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.ui.common:jar</include> Modified: trunk/mashup/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/pom.xml?rev=33788&r1=33787&r2=33788&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/pom.xml (original) +++ trunk/mashup/java/modules/distribution/pom.xml Mon Apr 20 20:54:54 2009 @@ -431,18 +431,6 @@ <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.wsdl2code</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.wsdl2code.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.java2wsdl</artifactId> <version>${carbon.version}</version> </dependency> @@ -705,26 +693,6 @@ <version>${carbon.version}</version> </dependency> - <!--Orbit dependency for jibx component --> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.axis2.jibx</artifactId> - <version>${axis2.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.jibx</artifactId> - <version>1.1.5</version> - </dependency> - - <!--Orbit dependency for jaxbri component --> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.axis2.jaxbri</artifactId> - <version>${axis2.version}</version> - </dependency> - <dependency> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2-json</artifactId> @@ -733,12 +701,6 @@ <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.jaxbri</artifactId> - <version>2.1.6</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.js</artifactId> <version>1.6R7</version> </dependency> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
