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 th...@apache.org on 2006/11/01 09:42:31 UTC

svn commit: r469823 - /webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/build.xml

Author: thilina
Date: Wed Nov  1 00:42:30 2006
New Revision: 469823

URL: http://svn.apache.org/viewvc?view=rev&rev=469823
Log:
let's use the lib folder of the dist instead of AXIS2_HOME

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/build.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/build.xml?view=diff&rev=469823&r1=469822&r2=469823
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/build.xml Wed Nov  1 00:42:30 2006
@@ -11,7 +11,7 @@
               value="${env.CATALINA_HOME}/webapps/axis2/WEB-INF/services"/>
 
     <path id="build.class.path">
-        <fileset dir="${env.AXIS2_HOME}/lib">
+        <fileset dir="../../lib">
             <include name="*.jar"/>
         </fileset>
     </path>
@@ -53,4 +53,4 @@
         <copy file="${service-name}" todir="${catalina-modules}"/>
     </target>
 
-</project>
\ No newline at end of file
+</project>



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