Author: amila Date: Thu Aug 20 03:54:41 2009 New Revision: 43839 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43839
Log: adding Autoscale gui 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=43839&r1=43838&r2=43839&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Thu Aug 20 03:54:41 2009 @@ -1174,6 +1174,12 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.mediator.autoscale.ui</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.ec2-client</artifactId> <version>${carbon.version}</version> </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=43839&r1=43838&r2=43839&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Thu Aug 20 03:54:41 2009 @@ -78,6 +78,7 @@ <include>org.wso2.carbon.rule:org.wso2.carbon.rule.engine.jsr94:jar</include> <include>org.wso2.carbon.rule:org.wso2.carbon.rule.mediator:jar</include> <include>org.wso2.carbon:org.wso2.carbon.mediator.autoscale:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.mediator.autoscale.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.ec2-client:jar</include> </includes> </dependencySet> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
