Author: sameera Date: Sun Aug 16 14:40:53 2009 New Revision: 43503 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43503
Log: updates to esb build Modified: branches/esb/java/2.1.1/product/modules/distribution/pom.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=43503&r1=43502&r2=43503&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 Sun Aug 16 14:40:53 2009 @@ -1226,7 +1226,7 @@ <configuration> <frameworkBundles> <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> @@ -1238,6 +1238,9 @@ </param> <param> ${basedir}/target/wso2carbon-${carbon.version}/webapps/ROOT/WEB-INF/plugins/console + </param> + <param> + ${basedir}/target/wso2carbon-${carbon.version}/webapps/ROOT/WEB-INF/eclipse/plugins </param> </bundlesDirectories> <bundleInfoOutputDir>${basedir}/target/wso2carbon-${carbon.version}/webapps/ROOT/WEB-INF/eclipse/configuration/org.eclipse.equinox.simpleconfigurator</bundleInfoOutputDir> @@ -1334,7 +1337,7 @@ <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.1.1</version> <configuration> - <!-- These features are disabled since they cause "mvn site" to hang --> + <!-- These features are disabled since they cause "mvn site" to hang --> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> </configuration> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
