Author: ruwan Date: Mon Jan 19 01:40:28 2009 New Revision: 28926 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=28926
Log: synapse module jar renamed Modified: branches/synapse/1.2.wso2v1/modules/mar/pom.xml Modified: branches/synapse/1.2.wso2v1/modules/mar/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/mar/pom.xml?rev=28926&r1=28925&r2=28926&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/modules/mar/pom.xml (original) +++ branches/synapse/1.2.wso2v1/modules/mar/pom.xml Mon Jan 19 01:40:28 2009 @@ -31,7 +31,7 @@ </parent> <groupId>org.apache.synapse</groupId> - <artifactId>synapse-module</artifactId> + <artifactId>org.apache.synapse.module</artifactId> <name>Apache Synapse - Module</name> <description>Apache Synapse - Module</description> @@ -89,7 +89,7 @@ <phase>package</phase> <configuration> <tasks> - <copy file="target/synapse-module-${synapse.version}.jar" + <copy file="target/org.apache.synapse.module-${synapse.version}.jar" tofile="target/synapse-${synapse.version}.mar"/> </tasks> </configuration> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
