Author: keith
Date: Fri Mar 27 05:27:51 2009
New Revision: 32755
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32755

Log:
adding the jsservices.ui bundle to the build


Modified:
   trunk/mashup/java/modules/distribution/dist.xml
   trunk/mashup/java/modules/distribution/pom.xml

Modified: trunk/mashup/java/modules/distribution/dist.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/dist.xml?rev=32755&r1=32754&r2=32755&view=diff
==============================================================================
--- trunk/mashup/java/modules/distribution/dist.xml     (original)
+++ trunk/mashup/java/modules/distribution/dist.xml     Fri Mar 27 05:27:51 2009
@@ -8,6 +8,7 @@
             
<outputDirectory>wso2mashup-${pom.version}/webapps/ROOT/WEB-INF/plugins/console</outputDirectory>
             <includes>
                 <include>org.wso2.mashup:org.wso2.mashup.styles:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.jsservices.ui:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.rm.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.security.mgt.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.logging.admin.ui:jar</include>

Modified: trunk/mashup/java/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/pom.xml?rev=32755&r1=32754&r2=32755&view=diff
==============================================================================
--- trunk/mashup/java/modules/distribution/pom.xml      (original)
+++ trunk/mashup/java/modules/distribution/pom.xml      Fri Mar 27 05:27:51 2009
@@ -29,6 +29,12 @@
 
         <dependency>
             <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.jsservices.ui</artifactId>
+            <version>${mashup.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.mashup-utils</artifactId>
             <version>${mashup.version}</version>
         </dependency>

_______________________________________________
Mashup-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to