svn commit: r947834 - in /axis/axis2/java/transports/trunk/modules: base/src/main/java/org/apache/axis2/transport/base/ base/src/main/java/org/apache/axis2/transport/base/datagram/ jms/src/main/java/o

2010-05-24 Thread veithen
Author: veithen Date: Mon May 24 22:13:48 2010 New Revision: 947834 URL: http://svn.apache.org/viewvc?rev=947834&view=rev Log: Fixed AbstractTransportListenerEx so that EPRs can be generated for protocol endpoints configured at the transport level. Individual transports still need to be upd

svn commit: r948006 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml

2010-05-25 Thread veithen
Author: veithen Date: Tue May 25 11:40:50 2010 New Revision: 948006 URL: http://svn.apache.org/viewvc?rev=948006&view=rev Log: Temporarily reverted r947705, which is causing build failures. Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/axis2_default

svn commit: r948144 - /axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport/base/AbstractTransportListenerEx.java

2010-05-25 Thread veithen
Author: veithen Date: Tue May 25 18:06:27 2010 New Revision: 948144 URL: http://svn.apache.org/viewvc?rev=948144&view=rev Log: As pointed out by Hiranya Jayathilaka, AbstractTransportListenerEx should start and stop transport level protocol endpoints in the start/stop methods instead of

svn commit: r948188 - in /axis/axis2/java/transports/trunk: modules/base/src/main/java/org/apache/axis2/transport/base/ modules/base/src/main/java/org/apache/axis2/transport/base/datagram/ modules/udp

2010-05-25 Thread veithen
Author: veithen Date: Tue May 25 19:25:09 2010 New Revision: 948188 URL: http://svn.apache.org/viewvc?rev=948188&view=rev Log: Making some progress with the SOAP/UDP scenario with WS-Addressing based dispatching. Modified: axis/axis2/java/transports/trunk/modules/base/src/main/java

svn commit: r948589 - in /axis/axis2/java/core/trunk/modules: addressing/src/org/apache/axis2/handlers/addressing/ kernel/src/org/apache/axis2/addressing/ kernel/src/org/apache/axis2/client/ kernel/sr

2010-05-26 Thread veithen
Author: veithen Date: Wed May 26 20:57:16 2010 New Revision: 948589 URL: http://svn.apache.org/viewvc?rev=948589&view=rev Log: AXIS2-4527: Replaced invocations of UUIDGenerator.getUUID() by calls to more specialized methods (for content IDs, uuid URNs, general purpose IDs, etc.). In partic

svn commit: r951855 - /axis/axis2/java/transports/trunk/modules/testkit/src/main/java/org/apache/axis2/transport/testkit/util/PortAllocator.java

2010-06-06 Thread veithen
Author: veithen Date: Sun Jun 6 11:16:00 2010 New Revision: 951855 URL: http://svn.apache.org/viewvc?rev=951855&view=rev Log: Improved the PortAllocator so that Maven parallel build mode can be used. Modified: axis/axis2/java/transports/trunk/modules/testkit/src/main/java/org/apache/a

svn commit: r951888 - /axis/axis2/java/core/trunk/modules/documentation/xdocs/doap_Axis2.rdf

2010-06-06 Thread veithen
Author: veithen Date: Sun Jun 6 16:21:21 2010 New Revision: 951888 URL: http://svn.apache.org/viewvc?rev=951888&view=rev Log: Corrected the DOAP metadata. Modified: axis/axis2/java/core/trunk/modules/documentation/xdocs/doap_Axis2.rdf Modified: axis/axis2/java/core/trunk/mod

svn commit: r952332 - /axis/axis2/java/core/security/

2010-06-07 Thread veithen
Author: veithen Date: Mon Jun 7 16:48:46 2010 New Revision: 952332 URL: http://svn.apache.org/viewvc?rev=952332&view=rev Log: Created a directory to store security related stuff (advisories and fixes). Added: axis/axis2/java/core/security/

svn commit: r952412 - /axis/axis2/java/core/branches/java/1_5/pom.xml

2010-06-07 Thread veithen
Author: veithen Date: Mon Jun 7 20:18:20 2010 New Revision: 952412 URL: http://svn.apache.org/viewvc?rev=952412&view=rev Log: Reactivating the 1.5 branch: removed the 'transport' profile, as in the trunk. Modified: axis/axis2/java/core/branches/java/1_5/pom.xml Modified: a

svn commit: r952442 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/integration/ modules/jaxws-integration/ modules/jaxws/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/ker

2010-06-07 Thread veithen
Author: veithen Date: Mon Jun 7 21:14:02 2010 New Revision: 952442 URL: http://svn.apache.org/viewvc?rev=952442&view=rev Log: Merged r771051 to the 1.5 branch to make the build less painful on Mac OS X. Modified: axis/axis2/java/core/branches/java/1_5/ (props changed) axis/axis2/

svn commit: r952458 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apache/axis2/transport/http/util/ modules/parent/

2010-06-07 Thread veithen
Author: veithen Date: Mon Jun 7 21:59:34 2010 New Revision: 952458 URL: http://svn.apache.org/viewvc?rev=952458&view=rev Log: Merged r834058 so that the 1.5 branch can be built again. Modified: axis/axis2/java/core/branches/java/1_5/ (props changed) axis/axis2/java/core/branches/

svn commit: r952472 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/corba/ modules/distribution/ mod

2010-06-07 Thread veithen
Author: veithen Date: Mon Jun 7 22:56:00 2010 New Revision: 952472 URL: http://svn.apache.org/viewvc?rev=952472&view=rev Log: Switched version of 1.5 branch to 1.5.2-SNAPSHOT. Modified: axis/axis2/java/core/branches/java/1_5/modules/adb-codegen/pom.xml axis/axis2/java/core/branches/

svn commit: r952541 - /axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml

2010-06-07 Thread veithen
Author: veithen Date: Tue Jun 8 05:50:08 2010 New Revision: 952541 URL: http://svn.apache.org/viewvc?rev=952541&view=rev Log: Updated 1.5 branch to use Axiom 1.2.9-SNAPSHOT. Modified: axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml Modified: axis/axis2/java/core/branches/

svn commit: r952542 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apache/axis2/transport/http/util/ modules/saaj/src

2010-06-07 Thread veithen
Author: veithen Date: Tue Jun 8 05:54:37 2010 New Revision: 952542 URL: http://svn.apache.org/viewvc?rev=952542&view=rev Log: Merged r803725 to the 1.5 branch to make SAAJ compile with Axiom 1.2.9. Modified: axis/axis2/java/core/branches/java/1_5/ (props changed) axis/axis2/java/

svn commit: r952645 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/jaxws/src/org/apache/axis2/jaxws/message/util/impl/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel

2010-06-08 Thread veithen
Author: veithen Date: Tue Jun 8 13:18:14 2010 New Revision: 952645 URL: http://svn.apache.org/viewvc?rev=952645&view=rev Log: Merged r944347 which is required to make the 1.5 branch work with Axiom 1.2.9. Modified: axis/axis2/java/core/branches/java/1_5/ (props changed) axis/a

svn commit: r952764 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/kernel/src/org/apache/axis2/builder/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apach

2010-06-08 Thread veithen
Author: veithen Date: Tue Jun 8 18:33:56 2010 New Revision: 952764 URL: http://svn.apache.org/viewvc?rev=952764&view=rev Log: Merged r944915 and r951385 to the 1.5 branch in order to support Axiom 1.2.9. Modified: axis/axis2/java/core/branches/java/1_5/ (props changed) axis/a

svn commit: r952842 - in /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2: datasource/jaxb/ jaxws/message/attachments/ jaxws/message/databinding/

2010-06-08 Thread veithen
Author: veithen Date: Tue Jun 8 22:06:21 2010 New Revision: 952842 URL: http://svn.apache.org/viewvc?rev=952842&view=rev Log: WSCOMMONS-518 / AXIS2-4603: Only allow unwrapping of selected XMLStreamReader wrappers and use a specialized API (XOPUtils#getXOPEncodedStream) to un

svn commit: r953088 - in /axis/axis2/java/core/trunk/modules: jaxws/src/org/apache/axis2/jaxws/message/impl/ jaxws/test/org/apache/axis2/jaxws/message/impl/ kernel/src/org/apache/axis2/util/

2010-06-09 Thread veithen
Author: veithen Date: Wed Jun 9 17:32:32 2010 New Revision: 953088 URL: http://svn.apache.org/viewvc?rev=953088&view=rev Log: AXIS2-4733: Temporarily reverting r952971 since it causes a build failure. Removed: axis/axis2/java/core/trunk/modules/jaxws/test/org/apache/axis2/jaxws/mes

svn commit: r954315 - in /axis/axis2/java/core/security: ./ secfix-cve-2010-1632/ secfix-cve-2010-1632/src/ secfix-cve-2010-1632/src/main/ secfix-cve-2010-1632/src/main/java/ secfix-cve-2010-1632/src/

2010-06-13 Thread veithen
Author: veithen Date: Sun Jun 13 21:42:13 2010 New Revision: 954315 URL: http://svn.apache.org/viewvc?rev=954315&view=rev Log: Security advisory and fix for CVE-2010-1632. Added: axis/axis2/java/core/security/CVE-2010-1632.pdf (with props) axis/axis2/java/core/security/secfix-cve-

svn commit: r956670 - /axis/axis2/java/core/security/CVE-2010-1632.docx

2010-06-21 Thread veithen
Author: veithen Date: Mon Jun 21 19:08:06 2010 New Revision: 956670 URL: http://svn.apache.org/viewvc?rev=956670&view=rev Log: Added original document for CVE-2010-1632. Added: axis/axis2/java/core/security/CVE-2010-1632.docx (with props) Added: axis/axis2/java/core/security/CVE-2010-

svn commit: r958346 - in /axis/axis2/java/core/security: CVE-2010-1632.docx advisory-cve-2010-1632/ advisory-cve-2010-1632/pom.xml advisory-cve-2010-1632/src/ advisory-cve-2010-1632/src/docbkx/ adviso

2010-06-27 Thread veithen
Author: veithen Date: Sun Jun 27 07:51:38 2010 New Revision: 958346 URL: http://svn.apache.org/viewvc?rev=958346&view=rev Log: CVE-2010-1632: Converted the advisory document to Docbook (instead of MS Word). Added: axis/axis2/java/core/security/advisory-cve-2010-1632/ (with props)

svn commit: r958350 - in /axis/axis2/java/core/security: CVE-2010-1632.pdf advisory-cve-2010-1632/src/docbkx/CVE-2010-1632.xml

2010-06-27 Thread veithen
Author: veithen Date: Sun Jun 27 08:39:37 2010 New Revision: 958350 URL: http://svn.apache.org/viewvc?rev=958350&view=rev Log: CVE-2010-1632: Updated the advisory with current information about vulnerable products and third party references. Modified: axis/axis2/java/core/security/CVE-

svn commit: r958361 - /axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml

2010-06-27 Thread veithen
Author: veithen Date: Sun Jun 27 10:56:46 2010 New Revision: 958361 URL: http://svn.apache.org/viewvc?rev=958361&view=rev Log: Redirect apache.snapshots to the new (Nexus) snapshot repository so that Maven can download Axiom snapshots. Modified: axis/axis2/java/core/branches/java

svn commit: r958375 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/corba/ modules/fastinfoset/ modu

2010-06-27 Thread veithen
Author: veithen Date: Sun Jun 27 12:26:12 2010 New Revision: 958375 URL: http://svn.apache.org/viewvc?rev=958375&view=rev Log: AXIS2-3290: Merged r904780 to the 1.5 branch, so that people who build the branch with maven.test.skip=true stop complaining about build failures. Modified:

svn commit: r960198 - in /axis/axis2/java/transports/trunk/modules: base/pom.xml http/pom.xml jms/pom.xml mail/pom.xml sms/pom.xml tcp/pom.xml testkit/pom.xml udp/pom.xml xmpp/pom.xml

2010-07-03 Thread veithen
Author: veithen Date: Sat Jul 3 11:13:40 2010 New Revision: 960198 URL: http://svn.apache.org/viewvc?rev=960198&view=rev Log: Fixed broken relativePaths. Modified: axis/axis2/java/transports/trunk/modules/base/pom.xml axis/axis2/java/transports/trunk/modules/http/pom.xml axis/a

svn commit: r960200 - /axis/axis2/java/transports/trunk/modules/jms/src/main/java/org/apache/axis2/transport/jms/ServiceTaskManager.java

2010-07-03 Thread veithen
Author: veithen Date: Sat Jul 3 11:16:06 2010 New Revision: 960200 URL: http://svn.apache.org/viewvc?rev=960200&view=rev Log: AXIS2-4759: Applied patch submitted by Grant Patterson. Fixed ServiceTaskManager to properly closes the connection. Also fixed some concurrency issues. Modi

svn commit: r960202 - /axis/axis2/java/transports/trunk/modules/jms/src/main/java/org/apache/axis2/transport/jms/ServiceTaskManager.java

2010-07-03 Thread veithen
Author: veithen Date: Sat Jul 3 11:18:39 2010 New Revision: 960202 URL: http://svn.apache.org/viewvc?rev=960202&view=rev Log: Replaced tabs by spaces. Modified: axis/axis2/java/transports/trunk/modules/jms/src/main/java/org/apache/axis2/transport/jms/ServiceTaskManager.java Modi

svn commit: r960203 - in /axis/axis2/java/transports/trunk/modules/jms/src/main/java/org/apache/axis2/transport/jms: JMSConnectionFactory.java JMSConnectionFactoryManager.java JMSSender.java

2010-07-03 Thread veithen
Author: veithen Date: Sat Jul 3 11:28:44 2010 New Revision: 960203 URL: http://svn.apache.org/viewvc?rev=960203&view=rev Log: AXIS2-4759: Applied patch submitted by Grant Patterson. Fixed JMSSender/JMSConnectionFactory so that JMS connections are properly closed when the JMS transport se

svn commit: r960265 - /axis/axis2/java/rampart/trunk/pom.xml

2010-07-03 Thread veithen
Author: veithen Date: Sat Jul 3 20:18:36 2010 New Revision: 960265 URL: http://svn.apache.org/viewvc?rev=960265&view=rev Log: Use an addressing module version consistent with the Axis2 version. Modified: axis/axis2/java/rampart/trunk/pom.xml Modified: axis/axis2/java/rampart/trunk/pom

svn commit: r960266 - /axis/axis2/java/rampart/trunk/pom.xml

2010-07-03 Thread veithen
Author: veithen Date: Sat Jul 3 20:25:15 2010 New Revision: 960266 URL: http://svn.apache.org/viewvc?rev=960266&view=rev Log: Use org.apache:apache:7 as parent POM, so that the build has access to the new Apache snapshot repository. This also makes sure that all artifacts include

svn commit: r960267 - in /axis/axis2/java/rampart/trunk: ./ modules/rampart-integration/ modules/rampart-integration/src/main/java/org/apache/axis2/integration/ modules/rampart-integration/src/test/re

2010-07-03 Thread veithen
Author: veithen Date: Sat Jul 3 20:56:40 2010 New Revision: 960267 URL: http://svn.apache.org/viewvc?rev=960267&view=rev Log: Removed the dependency on the transports project. The TCP transport is actually never used in the integration tests. It is only loaded in axis2.xml for histor

svn commit: r960313 - in /axis/axis2/java/rampart/trunk: ./ modules/distribution/ modules/rampart-core/ modules/rampart-integration/ modules/rampart-mar/ modules/rampart-policy/ modules/rampart-sample

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 10:09:36 2010 New Revision: 960313 URL: http://svn.apache.org/viewvc?rev=960313&view=rev Log: Set up svn:ignore. Modified: axis/axis2/java/rampart/trunk/ (props changed) axis/axis2/java/rampart/trunk/modules/distribution/ (props changed)

svn commit: r960328 - /axis/axis2/java/sandesha/trunk/pom.xml

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 11:49:37 2010 New Revision: 960328 URL: http://svn.apache.org/viewvc?rev=960328&view=rev Log: Use org.apache:apache:7 as parent POM, so that the build has access to the new Apache snapshot repository. This also makes sure that all artifacts include

svn commit: r960331 - in /axis/axis2/java/sandesha/trunk: modules/persistence/pom.xml modules/samples/pom.xml modules/tests/pom.xml pom.xml

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 12:10:22 2010 New Revision: 960331 URL: http://svn.apache.org/viewvc?rev=960331&view=rev Log: Fixed the transport dependencies so that Sandesha can be compiled again. Modified: axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml axis/axis2/

svn commit: r960334 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 12:44:11 2010 New Revision: 960334 URL: http://svn.apache.org/viewvc?rev=960334&view=rev Log: Reverted r958696 (related to AXIS2-4751) because this change causes a regression in Rampart. Modified: axis/axis2/java/core/trunk/modules/transport/http/src

svn commit: r960335 - /axis/axis2/java/core/branches/java/1_5/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 12:53:06 2010 New Revision: 960335 URL: http://svn.apache.org/viewvc?rev=960335&view=rev Log: Reverted r958718 (related to AXIS2-4751) because this change causes a regression in Rampart. Modified: axis/axis2/java/core/branches/java/1_5/modules/trans

svn commit: r960343 - /axis/axis2/java/sandesha/trunk/modules/tests/pom.xml

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 15:00:23 2010 New Revision: 960343 URL: http://svn.apache.org/viewvc?rev=960343&view=rev Log: Let the Sandesha integration tests use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months

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

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 16:03:17 2010 New Revision: 960351 URL: http://svn.apache.org/viewvc?rev=960351&view=rev Log: Upgraded to XMLUnit 1.3 because version 1.1 is very sensitive to the available XSLT processor. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modi

svn commit: r960354 - /axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 16:15:37 2010 New Revision: 960354 URL: http://svn.apache.org/viewvc?rev=960354&view=rev Log: Let Sandesha use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months old. Modified: axis/a

svn commit: r960359 - /axis/axis2/java/sandesha/trunk/modules/interop/pom.xml

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 16:34:54 2010 New Revision: 960359 URL: http://svn.apache.org/viewvc?rev=960359&view=rev Log: Let Sandesha use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months old. Modified: axis/a

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

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 16:50:14 2010 New Revision: 960360 URL: http://svn.apache.org/viewvc?rev=960360&view=rev Log: Removed xalan as a global dependency. It is not required (especially on Java 1.5) and its presence as a transitive dependency seems to be the root cause of a test

svn commit: r960362 - /axis/axis2/java/sandesha/trunk/pom.xml

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 17:05:18 2010 New Revision: 960362 URL: http://svn.apache.org/viewvc?rev=960362&view=rev Log: Removed unused repositories, in particular the old snapshot repository. Modified: axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/t

svn commit: r960370 - in /axis/axis2/java/sandesha/trunk: ./ modules/persistence/ modules/tests/ modules/tests/test-resources/

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 17:41:42 2010 New Revision: 960370 URL: http://svn.apache.org/viewvc?rev=960370&view=rev Log: Removed dependency on axis2-transport-tcp. The TCP transport is never used in the tests. Modified: axis/axis2/java/sandesha/trunk/modules/persistence/pom

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

2010-07-04 Thread veithen
Author: veithen Date: Sun Jul 4 19:23:08 2010 New Revision: 960385 URL: http://svn.apache.org/viewvc?rev=960385&view=rev Log: Removed unnecessary repository. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL:

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

2010-07-05 Thread veithen
Author: veithen Date: Mon Jul 5 20:52:09 2010 New Revision: 960693 URL: http://svn.apache.org/viewvc?rev=960693&view=rev Log: Use SNAPSHOT versions of the mar and aar plugins because usage of the 1.5.1 versions results in corruption of the local Maven repository (when starting the build wi

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

2010-07-06 Thread veithen
Author: veithen Date: Tue Jul 6 18:39:32 2010 New Revision: 960976 URL: http://svn.apache.org/viewvc?rev=960976&view=rev Log: Use the 1.5 versions of the aar/mar plugins again. These versions may cause corruption of the local Maven repository, but using SNAPSHOT versions causes troubles

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

2010-07-06 Thread veithen
Author: veithen Date: Tue Jul 6 18:49:30 2010 New Revision: 960978 URL: http://svn.apache.org/viewvc?rev=960978&view=rev Log: Removed the snapshotRepository entries from distributionManagement. The org.apache:apache parent POM has the right default configuration for repository.apache

svn commit: r960984 - in /axis/axis2/java/core/trunk/modules: distribution/ tool/axis2-aar-maven-plugin/ tool/axis2-ant-plugin/ tool/axis2-eclipse-codegen-plugin/ tool/axis2-eclipse-service-plugin/ to

2010-07-06 Thread veithen
Author: veithen Date: Tue Jul 6 19:07:01 2010 New Revision: 960984 URL: http://svn.apache.org/viewvc?rev=960984&view=rev Log: Removed redundant distributionManagement entries. It is enough to specify them in the root and parent POMs. Modified: axis/axis2/java/core/trunk/mod

svn commit: r960995 - /axis/axis2/java/core/trunk/pom.xml

2010-07-06 Thread veithen
Author: veithen Date: Tue Jul 6 19:46:50 2010 New Revision: 960995 URL: http://svn.apache.org/viewvc?rev=960995&view=rev Log: Use the same org.apache:apache version for the root POM as for the parent POM. Modified: axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/t

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

2010-07-06 Thread veithen
Author: veithen Date: Tue Jul 6 20:44:09 2010 New Revision: 961012 URL: http://svn.apache.org/viewvc?rev=961012&view=rev Log: Doing a build attempt with uniqueVersion=false and using the deploy goal. I think Hudson fails to generate the right repository metadata. Modified: axis/axis2/

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

2010-07-08 Thread veithen
Author: veithen Date: Thu Jul 8 22:29:46 2010 New Revision: 961964 URL: http://svn.apache.org/viewvc?rev=961964&view=rev Log: Restored r960693 because using the 1.5 versions of the AAR/MAR plugins causes the trunk build to fail. Use the SNAPSHOT versions instead. Modified: axis/axis2/

svn commit: r962819 - in /axis/axis2/java/core/security: CVE-2010-1632.pdf advisory-cve-2010-1632/src/docbkx/CVE-2010-1632.xml

2010-07-10 Thread veithen
Author: veithen Date: Sat Jul 10 11:52:37 2010 New Revision: 962819 URL: http://svn.apache.org/viewvc?rev=962819&view=rev Log: Updated advisory CVE-2010-1632 with information about the impact on Geronimo. Modified: axis/axis2/java/core/security/CVE-2010-1632.pdf axis/axis2/java/

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

2010-07-10 Thread veithen
Author: veithen Date: Sat Jul 10 14:07:23 2010 New Revision: 962844 URL: http://svn.apache.org/viewvc?rev=962844&view=rev Log: Use the 1.5.2-SNAPSHOT version of the plugins instead of the SNAPSHOT version. That should avoid the 'invalid descriptor' error. Modified: axis/a

svn commit: r963044 - /axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml

2010-07-11 Thread veithen
Author: veithen Date: Sun Jul 11 10:41:11 2010 New Revision: 963044 URL: http://svn.apache.org/viewvc?rev=963044&view=rev Log: Switched the 1.5 branch to Axiom 1.2.9 (release). Modified: axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml Modified: axis/axis2/java/core/bran

svn commit: r963081 - in /axis/axis2/java/core/trunk/modules: adb/src/org/apache/axis2/databinding/utils/reader/ADBXMLStreamReaderImpl.java adb/test/org/apache/axis2/databinding/utils/BeanUtilTest.jav

2010-07-11 Thread veithen
Author: veithen Date: Sun Jul 11 14:36:42 2010 New Revision: 963081 URL: http://svn.apache.org/viewvc?rev=963081&view=rev Log: AXIS2-4768: Make sure that for a POJO, ADB produces an XMLStreamReader that returns the same value for the IsDatahandlersAwareParsing property regardless of

svn commit: r963098 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/adb/src/org/apache/axis2/databinding/utils/reader/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/

2010-07-11 Thread veithen
Author: veithen Date: Sun Jul 11 16:10:48 2010 New Revision: 963098 URL: http://svn.apache.org/viewvc?rev=963098&view=rev Log: AXIS2-4768: Merged r963081 to the 1.5 branch because the issue causes a regression when upgrading from Axiom 1.2.8 to 1.2.9. Modified: axis/axis2/java/core/bran

svn commit: r963107 - /axis/axis2/java/core/trunk/modules/jaxws/test-resources/wsdl/RespectBinding.wsdl

2010-07-11 Thread veithen
Author: veithen Date: Sun Jul 11 16:39:01 2010 New Revision: 963107 URL: http://svn.apache.org/viewvc?rev=963107&view=rev Log: The schema that defines WSDL binding extensions should not be imported into wsdl:types, although it may be referenced by schemaLocation. This solves part of AXIS2-

svn commit: r963112 - in /axis/axis2/java/transports/trunk: modules/base/pom.xml pom.xml

2010-07-11 Thread veithen
Author: veithen Date: Sun Jul 11 17:05:59 2010 New Revision: 963112 URL: http://svn.apache.org/viewvc?rev=963112&view=rev Log: Let Maven handle Axiom as a transitive dependeny of Axis2. No need to use a dependency or dependencyManagement here. Modified: axis/axis2/java/transports/t

svn commit: r963115 - /axis/axis2/java/core/trunk/modules/jaxws/test/org/apache/axis2/jaxws/endpoint/BasicEndpointTests.java

2010-07-11 Thread veithen
Author: veithen Date: Sun Jul 11 17:38:02 2010 New Revision: 963115 URL: http://svn.apache.org/viewvc?rev=963115&view=rev Log: AXIS2-4767: Don't try to download non existing WSDL from http://test.wsdl.com/Test.wsdl. Anyway, the content of the WSDL is never read in the test case.

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

2010-07-11 Thread veithen
Author: veithen Date: Sun Jul 11 20:52:59 2010 New Revision: 963147 URL: http://svn.apache.org/viewvc?rev=963147&view=rev Log: Realign the versions of some dependencies to those used (and tested) by the Axiom project. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modi

svn commit: r963148 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apache/axis2/transport/http/util/ modules/parent/

2010-07-11 Thread veithen
Author: veithen Date: Sun Jul 11 20:57:25 2010 New Revision: 963148 URL: http://svn.apache.org/viewvc?rev=963148&view=rev Log: Merged r963147 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/kernel

svn commit: r965032 - in /axis/axis2/java/core/trunk/modules: adb-codegen/ adb/ clustering/ codegen/ corba/ fastinfoset/ java2wsdl/ jaxbri/ jaxws-mar/ jaxws/ jibx/ json/ kernel/ metadata/ mex/ mtompol

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 08:44:52 2010 New Revision: 965032 URL: http://svn.apache.org/viewvc?rev=965032&view=rev Log: AXIS2-4653: Removed the id from the maven-remote-resources-plugin execution, so that it matches (and overrides) the execution defined in org.apache:apache.

svn commit: r965036 - in /axis/axis2/java/core/trunk/modules/resource-bundle/src/main/resources: LICENSE.txt.vm META-INF/ META-INF/LICENSE.vm META-INF/NOTICE.vm NOTICE.txt.vm

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 08:53:03 2010 New Revision: 965036 URL: http://svn.apache.org/viewvc?rev=965036&view=rev Log: Changed the location of the LICENSE and NOTICE files inside the JARs so that it matches the conventions used by the default org.apache:apache-jar-resource-bu

svn commit: r965042 - /axis/axis2/java/core/branches/java/1_5/modules/soapmonitor/pom.xml

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 09:34:38 2010 New Revision: 965042 URL: http://svn.apache.org/viewvc?rev=965042&view=rev Log: Committing a change that was missing in r958375. Modified: axis/axis2/java/core/branches/java/1_5/modules/soapmonitor/pom.xml Modified: axis/axis2/java/

svn commit: r965066 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/distribution/ modules/distribution/src/main/assembly/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kern

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 12:44:03 2010 New Revision: 965066 URL: http://svn.apache.org/viewvc?rev=965066&view=rev Log: Merged r777897 (as well as parts of r936434) to the 1.5 branch in order to simplify the build of the distribution. This also allows us to get rid of the *.mar.ver

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

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 13:02:57 2010 New Revision: 965068 URL: http://svn.apache.org/viewvc?rev=965068&view=rev Log: Upgrade to the latest version of org.apache:apache. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml axis/axis2/java/core/trunk/pom.xml Modi

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

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 13:17:10 2010 New Revision: 965070 URL: http://svn.apache.org/viewvc?rev=965070&view=rev Log: Merged r834175, r960995 and r965068 to the 1.5 branch. This updates the build to org.apache:apache:7 and fixes some issues in the POM files. Reverted r958361 which i

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

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 13:36:04 2010 New Revision: 965074 URL: http://svn.apache.org/viewvc?rev=965074&view=rev Log: Upgraded to maven-gpg-plugin 1.1 to avoid the issue described in MGPG-17. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml axis/axis2/java/core/t

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

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 13:49:42 2010 New Revision: 965078 URL: http://svn.apache.org/viewvc?rev=965078&view=rev Log: Merged r905980, r960978, r961012 and r965074 in order keep the root and parent POM up to date on the 1.5 branch. Modified: axis/axis2/java/core/branches/java

svn commit: r965136 - /axis/axis2/java/rampart/trunk/pom.xml

2010-07-17 Thread veithen
Author: veithen Date: Sat Jul 17 21:34:28 2010 New Revision: 965136 URL: http://svn.apache.org/viewvc?rev=965136&view=rev Log: Attempt to fix conflicting dependencies between wss4j and opensaml. This in particular should avoid the double dependency on serializer, which I believe is the

svn commit: r965213 - in /axis/axis2/java/core/trunk/modules: adb-codegen/ adb/ addressing/ fastinfoset/ integration/ jaxbri/ jaxws/ json/ kernel/ parent/ saaj/ soapmonitor/servlet/

2010-07-18 Thread veithen
Author: veithen Date: Sun Jul 18 11:51:39 2010 New Revision: 965213 URL: http://svn.apache.org/viewvc?rev=965213&view=rev Log: Removed the dependencies section from the parent POM. The assumption that there is a set of dependencies common to all modules is wrong; see e.g. the tool modules

svn commit: r965268 - in /axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin: ./ build.properties build.xml eclipse-codegen-plugin-assembly.xml help_toc.xml icons/ plugin.xml pom.xml

2010-07-18 Thread veithen
Author: veithen Date: Sun Jul 18 18:05:10 2010 New Revision: 965268 URL: http://svn.apache.org/viewvc?rev=965268&view=rev Log: Simplify the build process of the Eclipse codegen plugin by using maven-bundle-plugin. This has multiple advantages: * The bundle plugin automatically generat

svn commit: r965277 - in /axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin: ./ build.properties build.xml eclipse-service-plugin-assembly.xml help_toc.xml icons/ plugin.xml pom.xml

2010-07-18 Thread veithen
Author: veithen Date: Sun Jul 18 19:56:26 2010 New Revision: 965277 URL: http://svn.apache.org/viewvc?rev=965277&view=rev Log: Also refactored the build of the service archiver Eclipse plugin. Added: axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/build.proper

svn commit: r965302 - in /axis/axis2/java/core/trunk/modules: all/pom.xml osgi/pom.xml parent/pom.xml tool/axis2-eclipse-codegen-plugin/pom.xml tool/axis2-eclipse-service-plugin/pom.xml transport/http

2010-07-18 Thread veithen
Author: veithen Date: Sun Jul 18 22:29:32 2010 New Revision: 965302 URL: http://svn.apache.org/viewvc?rev=965302&view=rev Log: Solved some issues when the Eclipse plugins are built as part of the mutli-module build. Modified: axis/axis2/java/core/trunk/modules/all/pom.xml axis/a

svn commit: r965454 - in /axis/axis2/java/core/trunk/modules: parent/pom.xml tool/conf/

2010-07-19 Thread veithen
Author: veithen Date: Mon Jul 19 12:32:56 2010 New Revision: 965454 URL: http://svn.apache.org/viewvc?rev=965454&view=rev Log: Clean up after the refactoring of the Eclipse plugin builds. Note that removing the eclipse.plugins.version property eliminates another obstacle to the automatio

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

2010-07-19 Thread veithen
Author: veithen Date: Mon Jul 19 18:22:59 2010 New Revision: 965574 URL: http://svn.apache.org/viewvc?rev=965574&view=rev Log: Merged r733539 to the 1.5 branch to fix an unpredictable test case in the SAAJ module. Modified: axis/axis2/java/core/branches/java/1_5/ (props changed)

svn commit: r965607 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/distribution/ modules/fastinfoset/ modules/integration/ modules/jaxbr

2010-07-19 Thread veithen
Author: veithen Date: Mon Jul 19 19:54:35 2010 New Revision: 965607 URL: http://svn.apache.org/viewvc?rev=965607&view=rev Log: Merged r965213 to the 1.5 branch. This is a precondition to merge the Eclipse plugin build refactoring. Modified: axis/axis2/java/core/branches/java/1_5/ (p

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

2010-07-19 Thread veithen
Author: veithen Date: Mon Jul 19 21:54:47 2010 New Revision: 965653 URL: http://svn.apache.org/viewvc?rev=965653&view=rev Log: Merged r805999 to the 1.5 branch to avoid an unnecessary dependency on icu4j.jar, which contains an invalid class file (com/ibm/icu/impl/

svn commit: r965746 - /axis/axis2/java/transports/trunk/modules/base/pom.xml

2010-07-20 Thread veithen
Author: veithen Date: Tue Jul 20 08:05:22 2010 New Revision: 965746 URL: http://svn.apache.org/viewvc?rev=965746&view=rev Log: Fixed the dependencies of the base module. Modified: axis/axis2/java/transports/trunk/modules/base/pom.xml Modified: axis/axis2/java/transports/trunk/modules/

svn commit: r966113 - in /axis/axis2/java/core/trunk/modules/documentation: src/site/ xdocs/ xdocs/@axis2_version_dir@/ xdocs/docs/ xdocs/modules/rampart/ xdocs/modules/rampart/1_3/ xdocs/tools/ xdocs

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 07:10:26 2010 New Revision: 966113 URL: http://svn.apache.org/viewvc?rev=966113&view=rev Log: Simplifying the Maven site, step 1: eliminated version numbers from the directory structure and changed links containing @axis2_version_...@. Added: axis/axis2/

svn commit: r966119 - in /axis/axis2/java/core/trunk/modules/documentation: ./ xdocs/docs/

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 07:23:06 2010 New Revision: 966119 URL: http://svn.apache.org/viewvc?rev=966119&view=rev Log: Simplifying the Maven site, step 2: use Velocity templates (which are directly supported by the Maven site plugin) instead of ant to substitute the axis2_ver

svn commit: r966125 - in /axis/axis2/java/core/trunk/modules/documentation: ./ src/site/resources/ src/site/resources/docs/ src/site/resources/docs/adb/ src/site/resources/docs/adb/images/ src/site/re

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 07:39:36 2010 New Revision: 966125 URL: http://svn.apache.org/viewvc?rev=966125&view=rev Log: Simplifying the Maven site, step 3: moving resources (images, etc.) into a separate directory, as expected by the Maven site plugin. Added: axis/axis2/java/

svn commit: r966172 - in /axis/axis2/java/core/trunk/modules/documentation/xdocs: download.xml download/

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 10:48:29 2010 New Revision: 966172 URL: http://svn.apache.org/viewvc?rev=966172&view=rev Log: Simplifying the Maven site, step 4: use a single download page instead of a separate page for each available release. Removed: axis/axis2/java/core/trunk/mod

svn commit: r966174 - in /axis/axis2/java/core/trunk/modules/documentation: src/site/resources/download.cgi xdocs/download.cgi xdocs/modules/download.cgi xdocs/tools/download.cgi

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 10:53:18 2010 New Revision: 966174 URL: http://svn.apache.org/viewvc?rev=966174&view=rev Log: Removed two unused download.cgi scripts and moved the remaining one to the resources folder. Added: axis/axis2/java/core/trunk/modules/documentation/src/

svn commit: r966175 - /axis/axis2/java/core/trunk/modules/documentation/xdocs/dynamic-labels.properties

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 10:55:05 2010 New Revision: 966175 URL: http://svn.apache.org/viewvc?rev=966175&view=rev Log: Removed the dynamic-labels.properties file. This file will be no longer necessary. Removed: axis/axis2/java/core/trunk/modules/documentation/xdocs/dyn

svn commit: r966182 - in /axis/axis2/java/core/trunk/modules/documentation: src/site/resources/css/ xdocs/ xdocs/css/ xdocs/docs/ xdocs/docs/adb/ xdocs/docs/jibx/ xdocs/docs/src/ xdocs/modules/ xdocs/

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 11:20:03 2010 New Revision: 966182 URL: http://svn.apache.org/viewvc?rev=966182&view=rev Log: Moved the stylesheet to a location where it is picked up automatically by the Maven site plugin and removed the explicit links to the stylesheet from the Xdocs. A

svn commit: r966190 - in /axis/axis2/java/core/trunk: etc/doap_Axis2.rdf modules/documentation/xdocs/doap_Axis2.rdf

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 11:47:37 2010 New Revision: 966190 URL: http://svn.apache.org/viewvc?rev=966190&view=rev Log: Moved the DOAP file to a different location. Note that it has never been included in the site and it is also not necessary to include it. It is only used to gene

svn commit: r966194 - /axis/axis2/java/core/trunk/modules/documentation/xdocs/style/

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 11:54:15 2010 New Revision: 966194 URL: http://svn.apache.org/viewvc?rev=966194&view=rev Log: Removed maven-theme.css. This appears to be a stylesheet from Maven 1 that is no longer used. Removed: axis/axis2/java/core/trunk/modules/documentation/xdocs/style/

svn commit: r966196 - in /axis/axis2/java/core/trunk/modules/documentation: pom.xml src/site/xdoc/ xdocs/

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 11:58:10 2010 New Revision: 966196 URL: http://svn.apache.org/viewvc?rev=966196&view=rev Log: Moved the Xdocs to their standard location. Added: axis/axis2/java/core/trunk/modules/documentation/src/site/xdoc/ - copied from r966194, axis/axis2/java/

svn commit: r966308 - in /axis/axis2/java/core/security: CVE-2010-1632.pdf advisory-cve-2010-1632/src/docbkx/CVE-2010-1632.xml

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 16:45:14 2010 New Revision: 966308 URL: http://svn.apache.org/viewvc?rev=966308&view=rev Log: CVE-2010-1632: Updated the advisory with information about Axis 1.3 (received from Atlassian) and Geronimo 2.1.x. Modified: axis/axis2/java/core/security/CVE-

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

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 19:19:17 2010 New Revision: 966371 URL: http://svn.apache.org/viewvc?rev=966371&view=rev Log: Upgraded maven-assembly-plugin to avoid an issue with the runOnlyAtExecutionRoot used in org.apache:apache:7. Modified: axis/axis2/java/core/trunk/modules/pa

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

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 19:26:36 2010 New Revision: 966375 URL: http://svn.apache.org/viewvc?rev=966375&view=rev Log: Merged r960984 (Removed redundant distributionManagement entries. It is enough to specify them in the root and parent POMs.) to the 1.5 branch. Modified: axis/a

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

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 19:34:49 2010 New Revision: 966379 URL: http://svn.apache.org/viewvc?rev=966379&view=rev Log: Merged r966371 to the 1.5 branch to make the apache-release profile work. Modified: axis/axis2/java/core/branches/java/1_5/ (props changed) axis/axis2/

svn commit: r966401 - in /axis/axis2/java/core/trunk/modules: addressing/pom.xml jaxws-mar/pom.xml mex/pom.xml mtompolicy-mar/pom.xml parent/pom.xml ping/pom.xml samples/version/pom.xml scripting/pom.

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 20:25:30 2010 New Revision: 966401 URL: http://svn.apache.org/viewvc?rev=966401&view=rev Log: Use the standard way to specify the versions of the AAR/MAR plugins, i.e. a pluginManagement entry instead of properties. Modified: axis/axis2/java/core/t

svn commit: r966415 - in /axis/axis2/java/core/branches/java/1_5: ./ modules/addressing/ modules/distribution/ modules/jaxws-mar/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kerne

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 20:51:24 2010 New Revision: 966415 URL: http://svn.apache.org/viewvc?rev=966415&view=rev Log: Merged r807160, r960693, r960976, r961964, r962844 and r966401 to the 1.5 branch. This avoids local repository corruption caused by usage of previous versions of

svn commit: r966425 - /axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 21:16:32 2010 New Revision: 966425 URL: http://svn.apache.org/viewvc?rev=966425&view=rev Log: Specify the versions of axis2-aar-maven-plugin and axis2-mar-maven-plugin using the project.version property, so that we don't need to update them manually w

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

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 21:34:35 2010 New Revision: 966428 URL: http://svn.apache.org/viewvc?rev=966428&view=rev Log: Let org.apache:apache choose the version of the maven-release-plugin. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modified: axis/axis2/java/

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

2010-07-21 Thread veithen
Author: veithen Date: Wed Jul 21 21:37:09 2010 New Revision: 966430 URL: http://svn.apache.org/viewvc?rev=966430&view=rev Log: Merged r966428 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/distribu

svn commit: r966536 - /axis/axis2/java/core/trunk/pom.xml

2010-07-22 Thread veithen
Author: veithen Date: Thu Jul 22 08:21:11 2010 New Revision: 966536 URL: http://svn.apache.org/viewvc?rev=966536&view=rev Log: Disable the build of the documentation module until the Maven site refactoring has been completed. Modified: axis/axis2/java/core/trunk/pom.xml Modified:

svn commit: r966825 [1/3] - in /axis/axis2/java/core/branches/java/1_5: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/corba/ modules/fastinfoset

2010-07-22 Thread veithen
Author: veithen Date: Thu Jul 22 19:46:59 2010 New Revision: 966825 URL: http://svn.apache.org/viewvc?rev=966825&view=rev Log: Some format changes in POM files to avoid spurious changes during the release process. Modified: axis/axis2/java/core/branches/java/1_5/modules/adb-codegen/pom

<    1   2   3   4   5   6   7   8   9   10   >