Author: keith
Date: Sun Apr  5 22:23:31 2009
New Revision: 33260
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=33260

Log:
Adding the JavaScriptStub Generator tool


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=33260&r1=33259&r2=33260&view=diff
==============================================================================
--- trunk/mashup/java/modules/distribution/dist.xml     (original)
+++ trunk/mashup/java/modules/distribution/dist.xml     Sun Apr  5 22:23:31 2009
@@ -22,6 +22,7 @@
                 
<include>org.wso2.carbon:org.wso2.carbon.transport.jms.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.transport.mail.ui:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.tryit.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.javascript-stub-generator.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.operation.mgt.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.server.admin.ui:jar</include>
@@ -70,6 +71,7 @@
                 
<include>org.wso2.carbon:org.wso2.carbon.transport.jms:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.transport.mail:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.javascript-stub-generator:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.operation.mgt:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.server.admin: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=33260&r1=33259&r2=33260&view=diff
==============================================================================
--- trunk/mashup/java/modules/distribution/pom.xml      (original)
+++ trunk/mashup/java/modules/distribution/pom.xml      Sun Apr  5 22:23:31 2009
@@ -629,6 +629,18 @@
 
         <dependency>
             <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.javascript-stub-generator</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            
<artifactId>org.wso2.carbon.javascript-stub-generator.ui</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.wsdlconverter</artifactId>
             <version>${carbon.version}</version>
         </dependency>

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

Reply via email to