Author: keith Date: Thu Mar 26 09:11:05 2009 New Revision: 32661 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32661
Log: adding tryit.common bundle Modified: trunk/wsas/java/modules/distribution/dist.xml trunk/wsas/java/modules/distribution/pom.xml Modified: trunk/wsas/java/modules/distribution/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/dist.xml?rev=32661&r1=32660&r2=32661&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/dist.xml (original) +++ trunk/wsas/java/modules/distribution/dist.xml Thu Mar 26 09:11:05 2009 @@ -119,6 +119,7 @@ <include>org.wso2.carbon:org.wso2.carbon.cglib:jar</include> <include>org.wso2.carbon:org.wso2.carbon.hibernate:jar</include> <include>org.wso2.carbon:org.wso2.carbon.abdera:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.tryit.common:jar</include> </includes> </dependencySet> </dependencySets> Modified: trunk/wsas/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/pom.xml?rev=32661&r1=32660&r2=32661&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/pom.xml (original) +++ trunk/wsas/java/modules/distribution/pom.xml Thu Mar 26 09:11:05 2009 @@ -387,6 +387,12 @@ <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.tryit</artifactId> <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.tryit.common</artifactId> + <version>${carbon.version}</version> </dependency> <dependency> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
