Author: keith Date: Tue Jul 28 22:41:29 2009 New Revision: 42062 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42062
Log: adding in the doc 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=42062&r1=42061&r2=42062&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 22:41:29 2009 @@ -125,6 +125,7 @@ <include>org.wso2.carbon:org.wso2.carbon.task.services:jar</include> <include>org.wso2.carbon:org.wso2.carbon.request-processors.gadget:jar</include> <include>org.wso2.carbon:org.wso2.carbon.request-processors.source:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.request-processors.doc: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=42062&r1=42061&r2=42062&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 22:41:29 2009 @@ -646,6 +646,12 @@ <version>${mashup.components.version}</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.request-processors.doc</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
