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 da...@apache.org on 2005/09/26 08:58:05 UTC

svn commit: r291573 - /webservices/axis2/trunk/c/maven.xml

Author: damitha
Date: Sun Sep 25 23:57:59 2005
New Revision: 291573

URL: http://svn.apache.org/viewcvs?rev=291573&view=rev
Log:
Update the file to inclue apr_home and cutest_home

Modified:
    webservices/axis2/trunk/c/maven.xml

Modified: webservices/axis2/trunk/c/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/maven.xml?rev=291573&r1=291572&r2=291573&view=diff
==============================================================================
--- webservices/axis2/trunk/c/maven.xml (original)
+++ webservices/axis2/trunk/c/maven.xml Sun Sep 25 23:57:59 2005
@@ -20,7 +20,9 @@
 <project    default="axis2c:build-all"
             xmlns:j="jelly:core"
             xmlns:maven="jelly:maven">
-
+	<property environment="env"/>
+	<property name="apr_home" value="${env.APR_HOME}"/>
+	<property name="cutest_home" value="${env.CUTEST_HOME}"/>
     <goal name="axis2c:build-all">
         <maven:reactor  basedir="${basedir}"
                         includes="modules/core/project.xml,modules/xml/project.xml"