Author: azeez
Date: Thu Jan  8 02:02:45 2009
New Revision: 28386
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=28386

Log:
Integrting WSO2 Registry



Modified:
   trunk/wsas/java/modules/distribution/bin.xml
   trunk/wsas/java/modules/distribution/pom.xml
   trunk/wsas/java/modules/styles/pom.xml

Modified: trunk/wsas/java/modules/distribution/bin.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/bin.xml?rev=28386&r1=28385&r2=28386&view=diff
==============================================================================
--- trunk/wsas/java/modules/distribution/bin.xml        (original)
+++ trunk/wsas/java/modules/distribution/bin.xml        Thu Jan  8 02:02:45 2009
@@ -191,7 +191,12 @@
                 
<include>org.wso2.carbon:org.wso2.carbon.eventing.savan:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.eventing.core:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.eventing:jar</include>                 
   
-                
<include>org.wso2.carbon:org.wso2.carbon.eventing.ui:jar</include>              
       
+                
<include>org.wso2.carbon:org.wso2.carbon.eventing.ui: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>
+                
<include>org.wso2.carbon:org.wso2.carbon.ui.menu.registry:jar</include>
             </includes>
         </dependencySet>
     </dependencySets>

Modified: trunk/wsas/java/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/pom.xml?rev=28386&r1=28385&r2=28386&view=diff
==============================================================================
--- trunk/wsas/java/modules/distribution/pom.xml        (original)
+++ trunk/wsas/java/modules/distribution/pom.xml        Thu Jan  8 02:02:45 2009
@@ -40,9 +40,29 @@
         </dependency>
 
         <dependency>
-                <groupId>org.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.ui.menu.registry</artifactId>
-                <version>${pom.version}</version>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.ui.menu.registry</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.registry.core</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.registry.mgt.ui.resources</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.registry.ui.resources</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.registry.ui.common</artifactId>
+            <version>${carbon.version}</version>
         </dependency>
 
         <!-- TODO all other Carbon -->

Modified: trunk/wsas/java/modules/styles/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/styles/pom.xml?rev=28386&r1=28385&r2=28386&view=diff
==============================================================================
--- trunk/wsas/java/modules/styles/pom.xml      (original)
+++ trunk/wsas/java/modules/styles/pom.xml      Thu Jan  8 02:02:45 2009
@@ -59,12 +59,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.registry.core</artifactId>
-        </dependency>
-
-
-        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
         </dependency>

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

Reply via email to