Author: amila
Date: Fri Jul 24 05:51:05 2009
New Revision: 41836
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=41836

Log:
adding autoscale component to esb


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=41836&r1=41835&r2=41836&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/pom.xml (original)
+++ trunk/esb/java/modules/distribution/pom.xml Fri Jul 24 05:51:05 2009
@@ -1136,6 +1136,18 @@
             <artifactId>org.wso2.carbon.application.mgt</artifactId>
             <version>0.0.0.SNAPSHOT</version>
         </dependency>
+       <!-- autoscale components -->
+       <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.autoscale</artifactId>
+            <version>${carbon.version}</version>
+       </dependency>
+
+       <dependency>
+           <groupId>org.wso2.carbon</groupId>
+           <artifactId>org.wso2.carbon.ec2-client</artifactId>
+           <version>${carbon.version}</version>
+       </dependency>
         
     </dependencies>
 

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=41836&r1=41835&r2=41836&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml      
(original)
+++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml      Fri Jul 
24 05:51:05 2009
@@ -68,6 +68,8 @@
                 <include>janino.wso2:janino:jar</include>
                 <include>org.wso2.rule:wso2rule-core:jar</include>
                 <include>org.wso2.rule:wso2rule-mediator:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.mediator.autoscale: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

Reply via email to