Author: veithen
Date: Sat Aug 21 21:26:57 2010
New Revision: 987832
URL: http://svn.apache.org/viewvc?rev=987832&view=rev
Log:
Added the mtompolicy MAR to the binary distribution and to the webapp. On the
1.5 branch, this was done in r766054, but this part of the change has never
been merged to
Author: veithen
Date: Sat Aug 21 17:09:57 2010
New Revision: 987792
URL: http://svn.apache.org/viewvc?rev=987792&view=rev
Log:
Merged r922941 to the 1.5 branch.
Modified:
axis/axis2/java/core/branches/java/1_5/ (props changed)
axis/axis2/java/core/branches/java/1_5/modules/codegen/pom.x
Author: veithen
Date: Sat Aug 21 16:41:07 2010
New Revision: 987785
URL: http://svn.apache.org/viewvc?rev=987785&view=rev
Log:
Removed unused imports, in particular one that causes a build failure.
Modified:
axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/i
Author: veithen
Date: Sat Aug 21 16:37:23 2010
New Revision: 987784
URL: http://svn.apache.org/viewvc?rev=987784&view=rev
Log:
Use project.version instead of pom.version (which will be deprecated in Maven
3).
Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml
Modified: axis/a
Author: veithen
Date: Sat Aug 21 12:16:29 2010
New Revision: 987739
URL: http://svn.apache.org/viewvc?rev=987739&view=rev
Log:
Merged r987712-987715 to the 1.5 branch.
Modified:
axis/axis2/java/core/branches/java/1_5/ (props changed)
axis/axis2/java/core/branches/java/1_5/modules/distri
Author: veithen
Date: Sat Aug 21 09:12:03 2010
New Revision: 987717
URL: http://svn.apache.org/viewvc?rev=987717&view=rev
Log:
Merged r904660 (Removed the maven.antrun.version property. There is no need for
this property anymore because there is an appropriate entry in the
pluginManagement secti
Author: veithen
Date: Sat Aug 21 08:54:12 2010
New Revision: 987715
URL: http://svn.apache.org/viewvc?rev=987715&view=rev
Log:
Configured the maven-deploy-plugin with skip=true so that the distributions are
no longer deployed to the Maven repository. Note: this needs to be tested
during the next
Author: veithen
Date: Sat Aug 21 08:47:54 2010
New Revision: 987713
URL: http://svn.apache.org/viewvc?rev=987713&view=rev
Log:
Fixed formatting.
Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml
Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL:
http://sv
Author: veithen
Date: Sat Aug 21 08:47:07 2010
New Revision: 987712
URL: http://svn.apache.org/viewvc?rev=987712&view=rev
Log:
Removed an invocation of the antrun plugin that cleans up things from the
target directory in the install phase. This is the job of the clean
plugin/goal/phase.
Modifie