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/30 23:53:13 UTC

svn commit: r561143 - /webservices/axis2/trunk/java/modules/jaxbri/pom.xml

Author: dims
Date: Mon Jul 30 14:53:12 2007
New Revision: 561143

URL: http://svn.apache.org/viewvc?view=rev&rev=561143
Log:
forgot to set axis2.home for use with the generated build.xml

Modified:
    webservices/axis2/trunk/java/modules/jaxbri/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxbri/pom.xml?view=diff&rev=561143&r1=561142&r2=561143
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxbri/pom.xml Mon Jul 30 14:53:12 2007
@@ -99,6 +99,7 @@
                         <phase>generate-test-sources</phase>
                         <configuration>
                             <tasks>
+                                <property name="axis2.home" value="${basedir}/target"/>
                                 <!-- 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