Author: keith Date: Thu Mar 26 09:11:21 2009 New Revision: 32662 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32662
Log: adding tryit.common bundle Modified: trunk/esb/java/modules/distribution/pom.xml trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=32662&r1=32661&r2=32662&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Thu Mar 26 09:11:21 2009 @@ -892,6 +892,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> Modified: trunk/esb/java/modules/distribution/src/main/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/dist.xml?rev=32662&r1=32661&r2=32662&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Thu Mar 26 09:11:21 2009 @@ -216,6 +216,7 @@ <include>org.wso2.carbon:org.wso2.carbon.user.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.geronimo.jta.1.1.spec: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> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
