Author: keith
Date: Tue Jul 28 08:07:26 2009
New Revision: 42014
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42014

Log:
Adding in the source request processor


Modified:
   branches/mashup/java/2.0/product/modules/distribution/bin.xml
   branches/mashup/java/2.0/product/modules/distribution/pom.xml

Modified: branches/mashup/java/2.0/product/modules/distribution/bin.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/mashup/java/2.0/product/modules/distribution/bin.xml?rev=42014&r1=42013&r2=42014&view=diff
==============================================================================
--- branches/mashup/java/2.0/product/modules/distribution/bin.xml       
(original)
+++ branches/mashup/java/2.0/product/modules/distribution/bin.xml       Tue Jul 
28 08:07:26 2009
@@ -124,6 +124,7 @@
                            
<include>org.wso2.carbon:org.wso2.carbon.task:jar</include>
                            
<include>org.wso2.carbon:org.wso2.carbon.task.services:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.gadget:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.request-processors.source:jar</include>
             </includes>
         </dependencySet>
 

Modified: branches/mashup/java/2.0/product/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/mashup/java/2.0/product/modules/distribution/pom.xml?rev=42014&r1=42013&r2=42014&view=diff
==============================================================================
--- branches/mashup/java/2.0/product/modules/distribution/pom.xml       
(original)
+++ branches/mashup/java/2.0/product/modules/distribution/pom.xml       Tue Jul 
28 08:07:26 2009
@@ -640,6 +640,12 @@
             <version>${mashup.components.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.request-processors.source</artifactId>
+            <version>${mashup.components.version}</version>
+        </dependency>
+
              <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.javascript-scraper.ui</artifactId>

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

Reply via email to