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 di...@apache.org on 2007/07/31 00:34:31 UTC

svn commit: r561166 - /webservices/axis2/branches/java/1_3/modules/jaxbri/pom.xml

Author: dims
Date: Mon Jul 30 15:34:31 2007
New Revision: 561166

URL: http://svn.apache.org/viewvc?view=rev&rev=561166
Log:
try to fix build break

Modified:
    webservices/axis2/branches/java/1_3/modules/jaxbri/pom.xml

Modified: webservices/axis2/branches/java/1_3/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/jaxbri/pom.xml?view=diff&rev=561166&r1=561165&r2=561166
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/branches/java/1_3/modules/jaxbri/pom.xml Mon Jul 30 15:34:31 2007
@@ -99,6 +99,8 @@
                         <phase>generate-test-sources</phase>
                         <configuration>
                             <tasks>
+                                <property name="axis2.home" value="${basedir}/target"/>
+                                <property name="maven.class.path" refid="maven.runtime.classpath"/>
                                 <!-- Theres got to be a better way to do this -->
                                 <property name="schema.source.dir" value="test-resources/xsd"/>
                                 <property name="wsdl.source.dir" value="test-resources/wsdl"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org