Author: keith Date: Fri May 22 03:04:50 2009 New Revision: 36539 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36539
Log: adding dependancies to new tryit bundles 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=36539&r1=36538&r2=36539&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Fri May 22 03:04:50 2009 @@ -885,7 +885,12 @@ </dependency> <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.tryit.ui</artifactId> + <artifactId>org.wso2.carbon.tryit.external.ui</artifactId> + <version>${carbon.version}</version> + </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.tryit.external</artifactId> <version>${carbon.version}</version> </dependency> <!-- Menus --> 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=36539&r1=36538&r2=36539&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Fri May 22 03:04:50 2009 @@ -140,7 +140,8 @@ <include>org.wso2.carbon:org.wso2.carbon.tracer.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.transport.mgt.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.tryit.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.tryit.external.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.tryit.external:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.resources:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.ui.resources:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.ui.common:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
