You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ve...@apache.org on 2009/02/07 14:03:11 UTC

svn commit: r741889 - in /webservices/axis2/branches/java/1_5: ./ modules/saaj/pom.xml

Author: veithen
Date: Sat Feb  7 13:03:11 2009
New Revision: 741889

URL: http://svn.apache.org/viewvc?rev=741889&view=rev
Log:
Merged r741873 (mismatch between the geronimo-saaj_1.3_spec version used in the dependency and the one used in the java.endorsed.dirs system property during the tests) to the 1.5 branch.

Modified:
    webservices/axis2/branches/java/1_5/   (props changed)
    webservices/axis2/branches/java/1_5/modules/saaj/pom.xml

Propchange: webservices/axis2/branches/java/1_5/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Feb  7 13:03:11 2009
@@ -1 +1 @@
-/webservices/axis2/trunk/java:732924,732927,732939,733776
+/webservices/axis2/trunk/java:732924,732927,732939,733776,741873

Modified: webservices/axis2/branches/java/1_5/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/saaj/pom.xml?rev=741889&r1=741888&r2=741889&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/saaj/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/saaj/pom.xml Sat Feb  7 13:03:11 2009
@@ -136,7 +136,7 @@
                 <configuration>
                     <skip>false</skip>
                     <forkMode>once</forkMode>
-                    <argLine>-Djava.endorsed.dirs=${m2Repository}/org/apache/geronimo/specs/geronimo-saaj_1.3_spec/1.0.0/</argLine>
+                    <argLine>-Djava.endorsed.dirs=${m2Repository}/org/apache/geronimo/specs/geronimo-saaj_1.3_spec/${geronimo.spec.saaj.version}/</argLine>
                     <systemProperties>
                         <property>
                             <name>javax.xml.soap.MessageFactory</name>