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 gd...@apache.org on 2009/02/27 03:56:14 UTC

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

Author: gdaniels
Date: Fri Feb 27 02:56:14 2009
New Revision: 748383

URL: http://svn.apache.org/viewvc?rev=748383&view=rev
Log:
Fix empty target path.

Modified:
    webservices/axis2/branches/java/1_5/modules/saaj/pom.xml

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=748383&r1=748382&r2=748383&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/saaj/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/saaj/pom.xml Fri Feb 27 02:56:14 2009
@@ -106,7 +106,7 @@
                 </includes>
             </testResource>
             <testResource>
-                <targetPath></targetPath>
+                <targetPath>../test-resources</targetPath>
                 <directory>test-resources</directory>
                 <includes>
                     <include>**/*.properties</include>