Author: keith Date: Thu Mar 26 09:10:45 2009 New Revision: 32660 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32660
Log: adding tryit.common bundle 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=32660&r1=32659&r2=32660&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/dist.xml (original) +++ trunk/mashup/java/modules/distribution/dist.xml Thu Mar 26 09:10:45 2009 @@ -139,6 +139,7 @@ <include>org.wso2.carbon:org.wso2.carbon.axis:jar</include> <include>org.wso2.carbon:org.wso2.carbon.spring.framework: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/mashup/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/pom.xml?rev=32660&r1=32659&r2=32660&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/pom.xml (original) +++ trunk/mashup/java/modules/distribution/pom.xml Thu Mar 26 09:10:45 2009 @@ -599,6 +599,12 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.tryit.common</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.tryit.ui</artifactId> <version>${carbon.version}</version> </dependency> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
