Author: hiranya Date: Wed Aug 12 05:48:01 2009 New Revision: 43295 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43295
Log: * Changed the bridge servlet version * Added the sequences.common jar to the distribution build (dist.xml) Modified: branches/esb/java/2.1.1/product/modules/distribution/pom.xml branches/esb/java/2.1.1/product/modules/distribution/src/main/assembly/dist.xml Modified: branches/esb/java/2.1.1/product/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1.1/product/modules/distribution/pom.xml?rev=43295&r1=43294&r2=43295&view=diff ============================================================================== --- branches/esb/java/2.1.1/product/modules/distribution/pom.xml (original) +++ branches/esb/java/2.1.1/product/modules/distribution/pom.xml Wed Aug 12 05:48:01 2009 @@ -1226,7 +1226,7 @@ <configuration> <frameworkBundles> <param> - org.wso2.carbon.servletbridge,1.0.0,file:plugins/org.wso2.carbon.servletbridge_1.0.0.jar,10,false + org.wso2.carbon.servletbridge,1.0.1,file:plugins/org.wso2.carbon.servletbridge_1.0.1.jar,10,false </param> </frameworkBundles> <bundlesDirectories> Modified: branches/esb/java/2.1.1/product/modules/distribution/src/main/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1.1/product/modules/distribution/src/main/assembly/dist.xml?rev=43295&r1=43294&r2=43295&view=diff ============================================================================== --- branches/esb/java/2.1.1/product/modules/distribution/src/main/assembly/dist.xml (original) +++ branches/esb/java/2.1.1/product/modules/distribution/src/main/assembly/dist.xml Wed Aug 12 05:48:01 2009 @@ -214,7 +214,7 @@ <!-- Component bundles--> <include>org.wso2.carbon:org.wso2.carbon.mediator.service:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sequences:jar</include> - + <include>org.wso2.carbon:org.wso2.carbon.sequences.common:jar</include> <include>rhino.wso2:js:jar</include> <include>org.wso2.carbon:org.wso2.carbon.caching:jar</include> <include>org.wso2.carbon:org.wso2.carbon.mediation.registry:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
