svn commit: r1053296 - /axis/axis2/java/site/.htaccess
Author: veithen Date: Tue Dec 28 10:08:47 2010 New Revision: 1053296 URL: http://svn.apache.org/viewvc?rev=1053296&view=rev Log: Added redirect for Sandesha2/C. Modified: axis/axis2/java/site/.htaccess Modified: axis/axis2/java/site/.htaccess URL: http://svn.apache.org/viewvc/axis/axis2/java/site/.htaccess?rev=1053296&r1=1053295&r2=1053296&view=diff == --- axis/axis2/java/site/.htaccess (original) +++ axis/axis2/java/site/.htaccess Tue Dec 28 10:08:47 2010 @@ -18,10 +18,11 @@ Redirect gone /axis2/java/core/multiproj # The site for Axis2/C was originally under ws.apache.org/axis2/c. Since ws.apache.org/axis2 # is redirected to axis.apache.org/axis2/java/core, we need a second redirect to the Axis2/C site. -# The same applies to Rampart. +# The same applies to Rampart and Sandesha2. Redirect permanent /axis2/java/core/c http://axis.apache.org/axis2/c/core Redirect permanent /axis2/java/rampart/c http://axis.apache.org/axis2/c/rampart +Redirect permanent /axis2/java/sandesha/c http://axis.apache.org/axis2/c/sandesha # Redirections for specific pages that have been moved elsewhere
svn commit: r1053300 - /axis/axis2/java/sandesha/trunk/modules/tests/pom.xml
Author: veithen Date: Tue Dec 28 10:38:02 2010 New Revision: 1053300 URL: http://svn.apache.org/viewvc?rev=1053300&view=rev Log: Removed incorrect or redundant sourceDirectory and testSourceDirectory. This should fix the problem that the unit test classes are included in the Javadoc published with the site. Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=1053300&r1=1053299&r2=1053300&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Tue Dec 28 10:38:02 2010 @@ -40,8 +40,6 @@ http://axis.apache.org/axis2/java/sandesha/ -src/test/java -src/test/java test-resources
svn commit: r1053302 - in /axis/axis2/java/sandesha/trunk: pom.xml src/site/xdoc/download.xml src/site/xdoc/download.xml.vm
Author: veithen Date: Tue Dec 28 10:51:51 2010 New Revision: 1053302 URL: http://svn.apache.org/viewvc?rev=1053302&view=rev Log: Make sure that the information about the latest release in the download page is updated automatically. Added: axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm - copied, changed from r1053296, axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml Removed: axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml Modified: axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1053302&r1=1053301&r2=1053302&view=diff == --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Tue Dec 28 10:51:51 2010 @@ -373,6 +373,11 @@ 1.1.1 3.8.2 1.2.15 + + +${project.version} Copied: axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm (from r1053296, axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml) URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm?p2=axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm&p1=axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml&r1=1053296&r2=1053302&rev=1053302&view=diff == --- axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml (original) +++ axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm Tue Dec 28 10:51:51 2010 @@ -26,7 +26,7 @@ -Please select the Sandesha2 version you want to download. Latest release is 1.3. You can download both +Please select the Sandesha2 version you want to download. Latest release is ${sandesha2_version}. You can download both the binay distribution and the source distribution.
svn commit: r1053303 - /axis/axis2/java/sandesha/site/download.html
Author: veithen Date: Tue Dec 28 10:54:31 2010 New Revision: 1053303 URL: http://svn.apache.org/viewvc?rev=1053303&view=rev Log: Fixed a minor issue in the generated site. Corresponding change in the site sources is r1053302. Modified: axis/axis2/java/sandesha/site/download.html Modified: axis/axis2/java/sandesha/site/download.html URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/site/download.html?rev=1053303&r1=1053302&r2=1053303&view=diff == --- axis/axis2/java/sandesha/site/download.html (original) +++ axis/axis2/java/sandesha/site/download.html Tue Dec 28 10:54:31 2010 @@ -191,7 +191,7 @@ -http://www.w3.org/1999/xhtml";>Sandesha2 - ReleasesPlease select the Sandesha2 version you want to download. Latest release is 1.3. You can download both +http://www.w3.org/1999/xhtml";>Sandesha2 - ReleasesPlease select the Sandesha2 version you want to download. Latest release is 1.4. You can download both the binay distribution and the source distribution. Name Type
svn commit: r1053304 - /axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm
Author: veithen Date: Tue Dec 28 10:58:58 2010 New Revision: 1053304 URL: http://svn.apache.org/viewvc?rev=1053304&view=rev Log: Removed duplicate copyright footer. Modified: axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm Modified: axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm?rev=1053304&r1=1053303&r2=1053304&view=diff == --- axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm (original) +++ axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm Tue Dec 28 10:58:58 2010 @@ -158,4 +158,4 @@ following the links above. This http://www.apache.org/dev/release-signing#web-of-trust"; class="externalLink" title="External Link">web of trust is used to confirm the identity of these keys. -© 2005, Apache Web Services +
svn commit: r1053305 - /axis/axis2/java/sandesha/site/download.html
Author: veithen Date: Tue Dec 28 11:01:33 2010 New Revision: 1053305 URL: http://svn.apache.org/viewvc?rev=1053305&view=rev Log: Removed duplicate copyright footer. Corresponding change to the site sources: r1053304. Modified: axis/axis2/java/sandesha/site/download.html Modified: axis/axis2/java/sandesha/site/download.html URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/site/download.html?rev=1053305&r1=1053304&r2=1053305&view=diff == --- axis/axis2/java/sandesha/site/download.html (original) +++ axis/axis2/java/sandesha/site/download.html Tue Dec 28 11:01:33 2010 @@ -298,9 +298,7 @@ following the links above. This http://www.apache.org/dev/release-signing#web-of-trust"; class="externalLink">web of trust is used to confirm the identity of these keys. - -© 2005, Apache Web Services - +
svn commit: r1053306 - /axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm
Author: veithen Date: Tue Dec 28 11:09:03 2010 New Revision: 1053306 URL: http://svn.apache.org/viewvc?rev=1053306&view=rev Log: Updated the link to the KEYS file. Modified: axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm Modified: axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm?rev=1053306&r1=1053305&r2=1053306&view=diff == --- axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm (original) +++ axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm Tue Dec 28 11:09:03 2010 @@ -154,7 +154,7 @@ list of mirrors. Note: when downloading from a mirror please check the http://www.apache.org/dev/release-signing#md5"; class="externalLink" title="External Link">md5sum and verify the http://www.apache.org/dev/release-signing#openpgp"; class="externalLink" title="External Link">OpenPGP compatible signature from the main Apache site. These can be downloaded by -following the links above. This http://www.apache.org/dist/ws/sandesha2/KEYS"; class="externalLink" title="External Link">KEYS file contains the +following the links above. This http://www.apache.org/dist/axis/axis2/java/sandesha/KEYS"; class="externalLink" title="External Link">KEYS file contains the public keys used for signing release. It is recommended that (when possible) a http://www.apache.org/dev/release-signing#web-of-trust"; class="externalLink" title="External Link">web of trust is used to confirm the identity of these keys.
svn commit: r1053308 - /axis/axis2/java/sandesha/site/download.html
Author: veithen Date: Tue Dec 28 11:11:02 2010 New Revision: 1053308 URL: http://svn.apache.org/viewvc?rev=1053308&view=rev Log: Updated the link to the KEYS file. Corresponding change to the site sources: r1053306. Modified: axis/axis2/java/sandesha/site/download.html Modified: axis/axis2/java/sandesha/site/download.html URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/site/download.html?rev=1053308&r1=1053307&r2=1053308&view=diff == --- axis/axis2/java/sandesha/site/download.html (original) +++ axis/axis2/java/sandesha/site/download.html Tue Dec 28 11:11:02 2010 @@ -294,7 +294,7 @@ list of mirrors. Note: when downloading from a mirror please check the http://www.apache.org/dev/release-signing#md5"; class="externalLink">md5sum and verify the http://www.apache.org/dev/release-signing#openpgp"; class="externalLink">OpenPGP compatible signature from the main Apache site. These can be downloaded by -following the links above. This http://www.apache.org/dist/ws/sandesha2/KEYS"; class="externalLink">KEYS file contains the +following the links above. This http://www.apache.org/dist/axis/axis2/java/sandesha/KEYS"; class="externalLink">KEYS file contains the public keys used for signing release. It is recommended that (when possible) a http://www.apache.org/dev/release-signing#web-of-trust"; class="externalLink">web of trust is used to confirm the identity of these keys.
svn commit: r1053337 - /axis/axis2/java/sandesha/trunk/pom.xml
Author: veithen Date: Tue Dec 28 12:44:39 2010 New Revision: 1053337 URL: http://svn.apache.org/viewvc?rev=1053337&view=rev Log: Make sure that we use the expected Axis2 version, even for transitive dependencies of Rampart. Modified: axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1053337&r1=1053336&r2=1053337&view=diff == --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Tue Dec 28 12:44:39 2010 @@ -348,6 +348,14 @@ rampart-policy ${rampart.version} + + +org.apache.axis2 +mex +impl +${axis2.version} +
svn commit: r1053347 - in /axis/axis2/java/sandesha/trunk: modules/core/pom.xml modules/interop/pom.xml modules/persistence/pom.xml modules/samples/pom.xml modules/tests/pom.xml pom.xml
Author: veithen Date: Tue Dec 28 13:38:51 2010 New Revision: 1053347 URL: http://svn.apache.org/viewvc?rev=1053347&view=rev Log: Use dependencyManagement for all Axis2 and Axiom dependencies. This gives us better control over the stuff downloaded by Maven when resolving transitive dependencies. Modified: axis/axis2/java/sandesha/trunk/modules/core/pom.xml axis/axis2/java/sandesha/trunk/modules/interop/pom.xml axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml axis/axis2/java/sandesha/trunk/modules/samples/pom.xml axis/axis2/java/sandesha/trunk/modules/tests/pom.xml axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/core/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/core/pom.xml?rev=1053347&r1=1053346&r2=1053347&view=diff == --- axis/axis2/java/sandesha/trunk/modules/core/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/core/pom.xml Tue Dec 28 13:38:51 2010 @@ -82,7 +82,6 @@ org.apache.axis2 axis2-codegen -${axis2.version} Modified: axis/axis2/java/sandesha/trunk/modules/interop/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop/pom.xml?rev=1053347&r1=1053346&r2=1053347&view=diff == --- axis/axis2/java/sandesha/trunk/modules/interop/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/interop/pom.xml Tue Dec 28 13:38:51 2010 @@ -132,19 +132,16 @@ org.apache.axis2 axis2-adb -${axis2.version} org.apache.axis2 axis2-adb-codegen -${axis2.version} org.apache.axis2 axis2-codegen -${axis2.version} Modified: axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml?rev=1053347&r1=1053346&r2=1053347&view=diff == --- axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml Tue Dec 28 13:38:51 2010 @@ -121,12 +121,10 @@ org.apache.axis2 axis2-transport-http -${axis2.version} org.apache.axis2 axis2-transport-local -${axis2.version} org.apache.sandesha2 Modified: axis/axis2/java/sandesha/trunk/modules/samples/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/samples/pom.xml?rev=1053347&r1=1053346&r2=1053347&view=diff == --- axis/axis2/java/sandesha/trunk/modules/samples/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/samples/pom.xml Tue Dec 28 13:38:51 2010 @@ -112,7 +112,6 @@ org.apache.axis2 axis2-transport-http -${axis2.version} Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=1053347&r1=1053346&r2=1053347&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Tue Dec 28 13:38:51 2010 @@ -168,12 +168,10 @@ org.apache.axis2 axis2-transport-http -${axis2.version} org.apache.axis2 axis2-transport-local -${axis2.version} org.apache.sandesha2 Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1053347&r1=1053346&r2=1053347&view=diff == --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Tue Dec 28 13:38:51 2010 @@ -264,17 +264,14 @@ org.apache.ws.commons.axiom axiom-api -${axiom.version} org.apache.ws.commons.axiom axiom-impl -${axiom.version} org.apache.ws.commons.axiom axiom-dom -${axiom.version} @@ -307,20 +304,17 @@ org.apache.axis2 axis2-kernel -${axis2.version} org.apache.axis2 addressing -${axis2.ve
svn commit: r1053350 - /axis/axis2/java/sandesha/trunk/modules/resource-bundle/
Author: veithen Date: Tue Dec 28 13:39:45 2010 New Revision: 1053350 URL: http://svn.apache.org/viewvc?rev=1053350&view=rev Log: Set svn:ignore. Modified: axis/axis2/java/sandesha/trunk/modules/resource-bundle/ (props changed) Propchange: axis/axis2/java/sandesha/trunk/modules/resource-bundle/ -- --- svn:ignore (added) +++ svn:ignore Tue Dec 28 13:39:45 2010 @@ -0,0 +1 @@ +target
svn commit: r1053355 - in /axis/axis2/java/sandesha/branches/1_4: ./ modules/core/ modules/interop/ modules/persistence/ modules/resource-bundle/ modules/samples/ modules/tests/ src/site/xdoc/
Author: veithen Date: Tue Dec 28 14:28:41 2010 New Revision: 1053355 URL: http://svn.apache.org/viewvc?rev=1053355&view=rev Log: Bulk merged changes from trunk to the 1.4 branch. In particular, this should prevent the build from polluting the local Maven repository with incorrect POM files downloaded from the WSO2 Maven repository. Added: axis/axis2/java/sandesha/branches/1_4/src/site/xdoc/download.xml.vm - copied unchanged from r1053350, axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm Removed: axis/axis2/java/sandesha/branches/1_4/src/site/xdoc/download.xml Modified: axis/axis2/java/sandesha/branches/1_4/ (props changed) axis/axis2/java/sandesha/branches/1_4/modules/core/pom.xml axis/axis2/java/sandesha/branches/1_4/modules/interop/pom.xml axis/axis2/java/sandesha/branches/1_4/modules/persistence/pom.xml axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle/ (props changed) axis/axis2/java/sandesha/branches/1_4/modules/samples/pom.xml axis/axis2/java/sandesha/branches/1_4/modules/tests/pom.xml axis/axis2/java/sandesha/branches/1_4/pom.xml Propchange: axis/axis2/java/sandesha/branches/1_4/ -- --- svn:mergeinfo (original) +++ svn:mergeinfo Tue Dec 28 14:28:41 2010 @@ -1 +1 @@ -/axis/axis2/java/sandesha/trunk:1050214-1050926 +/axis/axis2/java/sandesha/trunk:1050214-1053350 Modified: axis/axis2/java/sandesha/branches/1_4/modules/core/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/core/pom.xml?rev=1053355&r1=1053354&r2=1053355&view=diff == --- axis/axis2/java/sandesha/branches/1_4/modules/core/pom.xml (original) +++ axis/axis2/java/sandesha/branches/1_4/modules/core/pom.xml Tue Dec 28 14:28:41 2010 @@ -82,7 +82,6 @@ org.apache.axis2 axis2-codegen -${axis2.version} Modified: axis/axis2/java/sandesha/branches/1_4/modules/interop/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/interop/pom.xml?rev=1053355&r1=1053354&r2=1053355&view=diff == --- axis/axis2/java/sandesha/branches/1_4/modules/interop/pom.xml (original) +++ axis/axis2/java/sandesha/branches/1_4/modules/interop/pom.xml Tue Dec 28 14:28:41 2010 @@ -132,19 +132,16 @@ org.apache.axis2 axis2-adb -${axis2.version} org.apache.axis2 axis2-adb-codegen -${axis2.version} org.apache.axis2 axis2-codegen -${axis2.version} Modified: axis/axis2/java/sandesha/branches/1_4/modules/persistence/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/persistence/pom.xml?rev=1053355&r1=1053354&r2=1053355&view=diff == --- axis/axis2/java/sandesha/branches/1_4/modules/persistence/pom.xml (original) +++ axis/axis2/java/sandesha/branches/1_4/modules/persistence/pom.xml Tue Dec 28 14:28:41 2010 @@ -121,12 +121,10 @@ org.apache.axis2 axis2-transport-http -${axis2.version} org.apache.axis2 axis2-transport-local -${axis2.version} org.apache.sandesha2 Propchange: axis/axis2/java/sandesha/branches/1_4/modules/resource-bundle/ -- --- svn:ignore (added) +++ svn:ignore Tue Dec 28 14:28:41 2010 @@ -0,0 +1 @@ +target Modified: axis/axis2/java/sandesha/branches/1_4/modules/samples/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/samples/pom.xml?rev=1053355&r1=1053354&r2=1053355&view=diff == --- axis/axis2/java/sandesha/branches/1_4/modules/samples/pom.xml (original) +++ axis/axis2/java/sandesha/branches/1_4/modules/samples/pom.xml Tue Dec 28 14:28:41 2010 @@ -112,7 +112,6 @@ org.apache.axis2 axis2-transport-http -${axis2.version} Modified: axis/axis2/java/sandesha/branches/1_4/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_4/modules/tests/pom.xml?rev=1053355&r1=1053354&r2=1053355&view=diff == --- axis/axis2/java/sandesha/branches/1_4/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/branches/1_4/modules/tests/pom.xml Tue Dec 28 14:28:41 2010 @@ -40,8 +40,6 @@ http://axis.apache.org/axis2/java/sandesha/ -
svn commit: r1053451 - /axis/axis2/java/core/trunk/pom.xml
Author: veithen Date: Tue Dec 28 21:44:36 2010 New Revision: 1053451 URL: http://svn.apache.org/viewvc?rev=1053451&view=rev Log: Reverted the change to pom.xml introduced by r1052896, because this is obviously not part of AXIS2-4197. Modified: axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1053451&r1=1053450&r2=1053451&view=diff == --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Tue Dec 28 21:44:36 2010 @@ -61,8 +61,8 @@ modules/testutils modules/tool/axis2-aar-maven-plugin modules/tool/axis2-ant-plugin - +modules/tool/axis2-eclipse-codegen-plugin +modules/tool/axis2-eclipse-service-plugin modules/tool/axis2-idea-plugin modules/tool/axis2-java2wsdl-maven-plugin modules/tool/axis2-mar-maven-plugin @@ -82,7 +82,6 @@ modules/osgi modules/transport/local modules/transport/http -modules/all