Author: ruwan Date: Mon Feb 2 04:20:37 2009 New Revision: 30159 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30159
Log: fixing the build Modified: trunk/esb/java/modules/distribution/src/main/assembly/dist.xml trunk/esb/java/pom.xml Modified: trunk/esb/java/modules/distribution/src/main/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/dist.xml?rev=30159&r1=30158&r2=30159&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Mon Feb 2 04:20:37 2009 @@ -8,9 +8,6 @@ <dependencySets> <dependencySet> - <!--<outputFileNameMapping> - ${artifact.artifactId}_${artifact.version}${dashClassifier?}.${artifact.extension} - </outputFileNameMapping>--> <outputDirectory>wso2esb-${esb.version}/webapps/ROOT/WEB-INF/plugins</outputDirectory> <includes> <!-- Required orbit bundles --> Modified: trunk/esb/java/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/pom.xml?rev=30159&r1=30158&r2=30159&view=diff ============================================================================== --- trunk/esb/java/pom.xml (original) +++ trunk/esb/java/pom.xml Mon Feb 2 04:20:37 2009 @@ -124,10 +124,9 @@ </dependencies> <scm> - <connection>scm:svn:https://wso2.org/repos/wso2/branches/esb/java/2.0-SNAPSHOT</connection> - <developerConnection> - scm:svn:https://wso2.org/repos/wso2/branches/esb/java/2.0-SNAPSHOT - </developerConnection> + <connection>scm:svn:http://wso2.org/repos/wso2/trunk/esb/java</connection> + <developerConnection>scm:svn:https://wso2.org/repos/wso2/trunk/esb/java</developerConnection> + <url>https://wso2.org/repos/wso2/trunk/esb/java/</url> </scm> <repositories> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
