Author: sameera Date: Sun Aug 16 13:23:22 2009 New Revision: 43494 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43494
Log: updated mashup product build Modified: branches/mashup/java/2.0/product/modules/distribution/pom.xml 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=43494&r1=43493&r2=43494&view=diff ============================================================================== --- branches/mashup/java/2.0/product/modules/distribution/pom.xml (original) +++ branches/mashup/java/2.0/product/modules/distribution/pom.xml Sun Aug 16 13:23:22 2009 @@ -922,7 +922,7 @@ org.eclipse.equinox.ds,1.1.0.v20090520-1800,file:plugins/org.eclipse.equinox.ds-1.1.0.v20090520-1800.jar,10,true </param> <param> - org.wso2.carbon.servletbridge,1.0.1,file:plugins/org.wso2.carbon.servletbridge_1.0.1.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> @@ -934,6 +934,9 @@ </param> <param> ${basedir}/target/tmp/wso2mashup-${pom.version}/webapps/ROOT/WEB-INF/plugins/console + </param> + <param> + ${basedir}/target/tmp/wso2mashup-${pom.version}/webapps/ROOT/WEB-INF/eclipse/plugins </param> </bundlesDirectories> <bundleInfoOutputDir>${basedir}/target/tmp/wso2mashup-${pom.version}/webapps/ROOT/WEB-INF/eclipse/configuration/org.eclipse.equinox.simpleconfigurator</bundleInfoOutputDir> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
