svn commit: r979892 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/addressing/ modules/distribution/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apache/a

2010-07-27 Thread veithen
Author: veithen Date: Tue Jul 27 22:15:44 2010 New Revision: 979892 URL: http://svn.apache.org/viewvc?rev=979892&view=rev Log: Merged POM changes from r979882, r979883 and r979886 to the 1.5 branch. This in particular solves AXIS2-4113. Added: axis/axis2/java/core/branches/java/1_5/src/

svn commit: r979886 - /axis/axis2/java/core/trunk/modules/parent/pom.xml

2010-07-27 Thread veithen
Author: veithen Date: Tue Jul 27 22:04:17 2010 New Revision: 979886 URL: http://svn.apache.org/viewvc?rev=979886&view=rev Log: Let the org.apache:apache super-POM choose the version of the maven-remote-resources-plugin. No need to downgrade from 1.1 to 1.0 in the Axis2 build. Modified: axis

svn commit: r979883 - /axis/axis2/java/core/trunk/modules/addressing/pom.xml

2010-07-27 Thread veithen
Author: veithen Date: Tue Jul 27 21:54:13 2010 New Revision: 979883 URL: http://svn.apache.org/viewvc?rev=979883&view=rev Log: Include the right set of legal files into the addressing module. Modified: axis/axis2/java/core/trunk/modules/addressing/pom.xml Modified: axis/axis2/java/core/trunk

svn commit: r979882 - in /axis/axis2/java/core/trunk: modules/addressing/pom.xml pom.xml src/ src/main/ src/main/assembly/ src/main/assembly/jar.xml

2010-07-27 Thread veithen
Author: veithen Date: Tue Jul 27 21:52:20 2010 New Revision: 979882 URL: http://svn.apache.org/viewvc?rev=979882&view=rev Log: Build the axis2.jar using maven-assembly-plugin instead of ant. This in particular allows us to easily avoid multiple inclusions of the same file (AXIS2-4113). Added: