Author: isuru Date: Tue Oct 28 07:56:34 2008 New Revision: 23032 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23032
Log: Adding more components into UI 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=23032&r1=23031&r2=23032&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Tue Oct 28 07:56:34 2008 @@ -77,12 +77,12 @@ <include>org.wso2.carbon:org.wso2.carbon.codegen:jar</include> <include>org.wso2.carbon:org.wso2.carbon.codegen.ui:jar</include> - <!-- <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.xslt:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.authenticator:jar</include> - --> - + <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.tryit.ui:jar</include> + <!--<include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include>--> + <!--<include>org.wso2.carbon:org.wso2.carbon.xslt:jar</include>--> + <!--<include>org.wso2.carbon:org.wso2.carbon.authenticator:jar</include>--> + <include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.server.admin:jar</include> @@ -104,7 +104,13 @@ <include>org.wso2.carbon:org.wso2.carbon.ui.menu.tools:jar</include> <include>org.wso2.carbon:org.wso2.carbon.ui.menu.registry:jar</include> <include>org.wso2.carbon:org.wso2.carbon.ejbservices:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.ejbservices.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.ejbservices.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.validator: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> </includes> Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=23032&r1=23031&r2=23032&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Tue Oct 28 07:56:34 2008 @@ -164,6 +164,42 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.validator</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.validator.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.wsdl2code</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.wsdl2code.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.java2wsdl</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <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.codegen</artifactId> <version>SNAPSHOT</version> </dependency> @@ -254,6 +290,12 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.tryit.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.wsdlconverter</artifactId> <version>SNAPSHOT</version> </dependency> _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
