Author: prabath
Date: Mon May 25 15:27:55 2009
New Revision: 36799
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36799

Log:
integrating Carbon STS

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=36799&r1=36798&r2=36799&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/pom.xml (original)
+++ trunk/esb/java/modules/distribution/pom.xml Mon May 25 15:27:55 2009
@@ -669,6 +669,20 @@
             <artifactId>org.wso2.carbon.policyeditor.ui</artifactId>
             <version>${carbon.version}</version>
         </dependency>
+
+        <!-- Carbon STS component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.sts</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.sts.ui</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+
         <!-- Task component with startups -->
         <dependency>
             <groupId>org.wso2.carbon</groupId>
@@ -902,7 +916,7 @@
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.tryit.external.ui</artifactId>
             <version>${carbon.version}</version>
-        </dependency>
+        </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.tryit.external</artifactId>

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=36799&r1=36798&r2=36799&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml      
(original)
+++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml      Mon May 
25 15:27:55 2009
@@ -53,6 +53,7 @@
                 
<include>org.wso2.carbon:org.wso2.carbon.eventing.eventsource:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.eventing.impl:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.module.mgt:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.sts:jar</include>
             </includes>
         </dependencySet>
 
@@ -166,6 +167,7 @@
                 
<include>org.wso2.carbon:org.wso2.carbon.ui.menu.registry:jar</include>
 
                 
<include>org.wso2.carbon:org.wso2.carbon.policyeditor.ui:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.sts.ui:jar</include>
 
                 <include>org.wso2.carbon:org.wso2.carbon.task.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.datasource.ui:jar</include>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to