Author: ruchira Date: Fri Jul 31 01:54:09 2009 New Revision: 42294 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42294
Log: Seperated jsservice's message-receiver Modified: branches/mashup/java/2.0/product/modules/distribution/bin.xml branches/mashup/java/2.0/product/modules/distribution/dist.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=42294&r1=42293&r2=42294&view=diff ============================================================================== --- branches/mashup/java/2.0/product/modules/distribution/bin.xml (original) +++ branches/mashup/java/2.0/product/modules/distribution/bin.xml Fri Jul 31 01:54:09 2009 @@ -122,6 +122,7 @@ <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> + <include>org.wso2.carbon:org.wso2.carbon.javascript.messagereceiver:jar</include> </includes> </dependencySet> Modified: branches/mashup/java/2.0/product/modules/distribution/dist.xml URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/2.0/product/modules/distribution/dist.xml?rev=42294&r1=42293&r2=42294&view=diff ============================================================================== --- branches/mashup/java/2.0/product/modules/distribution/dist.xml (original) +++ branches/mashup/java/2.0/product/modules/distribution/dist.xml Fri Jul 31 01:54:09 2009 @@ -117,9 +117,10 @@ <include>org.wso2.carbon:org.wso2.carbon.javascript.hostobjects.atom:jar</include> <include>org.wso2.carbon:org.wso2.carbon.javascript.hostobjects.scraper:jar</include> <include>org.wso2.wsf.javascript:axiom-e4x:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.task:jar</include> + <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.javascript.messagereceiver: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=42294&r1=42293&r2=42294&view=diff ============================================================================== --- branches/mashup/java/2.0/product/modules/distribution/pom.xml (original) +++ branches/mashup/java/2.0/product/modules/distribution/pom.xml Fri Jul 31 01:54:09 2009 @@ -85,6 +85,13 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.javascript.messagereceiver</artifactId> + <version>${mashup.components.version}</version> + </dependency> + + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.javascript.hostobjects.hostobject-service</artifactId> <version>${mashup.components.version}</version> </dependency> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
