Author: keith Date: Thu Oct 30 02:31:52 2008 New Revision: 23117 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23117
Log: Addding wsdlconverter component to WSAS Modified: trunk/wsas/java/carbon/distribution/bin.xml trunk/wsas/java/carbon/distribution/pom.xml Modified: trunk/wsas/java/carbon/distribution/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/bin.xml?rev=23117&r1=23116&r2=23117&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Thu Oct 30 02:31:52 2008 @@ -128,7 +128,9 @@ <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.java2wsdl.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.wsdlcoonverter:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.wsdlcoonverter.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sts:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sts.ui:jar</include> Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=23117&r1=23116&r2=23117&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Thu Oct 30 02:31:52 2008 @@ -196,6 +196,18 @@ <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.java2wsdl.ui</artifactId> <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.wsdlconverter</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.wsdlconverter.ui</artifactId> + <version>SNAPSHOT</version> </dependency> <dependency> _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
