Author: ruwan
Date: Sun Dec 6 06:58:36 2009
New Revision: 887643
URL: http://svn.apache.org/viewvc?rev=887643&view=rev
Log:
Fixing the module name of parent to all (since it is to build the complete jar)
Added:
webservices/commons/branches/modules/transport/1.0.0/modules/all/
- copied from r883966,
webservices/commons/branches/modules/transport/1.0.0/modules/parent/
webservices/commons/branches/modules/transport/1.0.0/modules/all/pom.xml
- copied, changed from r887642,
webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml
Removed:
webservices/commons/branches/modules/transport/1.0.0/modules/parent/
Modified:
webservices/commons/branches/modules/transport/1.0.0/pom.xml
Copied:
webservices/commons/branches/modules/transport/1.0.0/modules/all/pom.xml (from
r887642,
webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml)
URL:
http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/modules/all/pom.xml?p2=webservices/commons/branches/modules/transport/1.0.0/modules/all/pom.xml&p1=webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml&r1=887642&r2=887643&rev=887643&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/modules/parent/pom.xml
(original)
+++ webservices/commons/branches/modules/transport/1.0.0/modules/all/pom.xml
Sun Dec 6 06:58:36 2009
@@ -32,7 +32,7 @@
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Axis2 Transport</description>
- <name>Apache Axis2 - Transport - Parent</name>
+ <name>Apache Axis2 - Transport - All</name>
<profiles>
<profile>
<id>java15</id>
Modified: webservices/commons/branches/modules/transport/1.0.0/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/pom.xml?rev=887643&r1=887642&r2=887643&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/pom.xml (original)
+++ webservices/commons/branches/modules/transport/1.0.0/pom.xml Sun Dec 6
06:58:36 2009
@@ -160,7 +160,7 @@
<module>modules/jms</module>
<module>modules/sms</module>
<module>modules/testkit</module>
- <module>modules/parent</module>
+ <module>modules/all</module>
</modules>
<profiles>