Author: ruwan Date: Wed Dec 10 00:55:14 2008 New Revision: 26501 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=26501
Log: Adding bsf and js to the dependency Modified: trunk/esb/java/modules/distribution/pom.xml trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=26501&r1=26500&r2=26501&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Wed Dec 10 00:55:14 2008 @@ -696,6 +696,18 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.bsf</artifactId> + <version>3.0-beta2</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.js</artifactId> + <version>1.6R5</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.axis</artifactId> <version>1.4</version> </dependency> Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/bin.xml?rev=26501&r1=26500&r2=26501&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Wed Dec 10 00:55:14 2008 @@ -188,6 +188,8 @@ <include>org.wso2.carbon:org.wso2.carbon.statistics.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.spring.framework:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.bsf:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.js:jar</include> <include>org.wso2.carbon:org.wso2.carbon.axis:jar</include> <include>org.wso2.carbon:org.wso2.carbon.ui.menu.tools:jar</include> <include>org.wso2.carbon:org.wso2.carbon.ui.menu.registry:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
