Author: keith Date: Thu Mar 12 22:18:51 2009 New Revision: 32053 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32053
Log: adding in the email and file host objects 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=32053&r1=32052&r2=32053&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/dist.xml (original) +++ trunk/mashup/java/modules/distribution/dist.xml Thu Mar 12 22:18:51 2009 @@ -96,6 +96,8 @@ <include>org.wso2.carbon:org.wso2.carbon.javascript.hostobjects.session:jar</include> <include>org.wso2.carbon:org.wso2.carbon.javascript.hostobjects.request:jar</include> <include>org.wso2.carbon:org.wso2.carbon.javascript.hostobjects.system:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.javascript.hostobjects.file:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.javascript.hostobjects.email:jar</include> <include>org.wso2.wsf.javascript:axiom-e4x:jar</include> <include>org.wso2.carbon:org.wso2.carbon.spring.framework: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=32053&r1=32052&r2=32053&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/pom.xml (original) +++ trunk/mashup/java/modules/distribution/pom.xml Thu Mar 12 22:18:51 2009 @@ -67,6 +67,18 @@ <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.javascript.hostobjects.system</artifactId> <version>${mashup.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.javascript.hostobjects.file</artifactId> + <version>${mashup.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.javascript.hostobjects.email</artifactId> + <version>${mashup.version}</version> </dependency> <dependency> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
