Author: keith Date: Tue Aug 11 09:05:48 2009 New Revision: 43137 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43137
Log: adding dependancy for template 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=43137&r1=43136&r2=43137&view=diff ============================================================================== --- branches/mashup/java/2.0/product/modules/distribution/bin.xml (original) +++ branches/mashup/java/2.0/product/modules/distribution/bin.xml Tue Aug 11 09:05:48 2009 @@ -120,6 +120,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.request-processors.gadget:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.request-processors.template: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> <include>org.wso2.carbon:org.wso2.carbon.javascript.messagereceiver:jar</include> 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=43137&r1=43136&r2=43137&view=diff ============================================================================== --- branches/mashup/java/2.0/product/modules/distribution/pom.xml (original) +++ branches/mashup/java/2.0/product/modules/distribution/pom.xml Tue Aug 11 09:05:48 2009 @@ -643,6 +643,12 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.request-processors.template</artifactId> + <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> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
