You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by jr...@apache.org on 2005/07/19 23:30:07 UTC

svn commit: r219780 - /webservices/pubscribe/trunk/src/examples/filesystem/build.xml

Author: jruzzi
Date: Tue Jul 19 14:30:07 2005
New Revision: 219780

URL: http://svn.apache.org/viewcvs?rev=219780&view=rev
Log:
made generic

Modified:
    webservices/pubscribe/trunk/src/examples/filesystem/build.xml

Modified: webservices/pubscribe/trunk/src/examples/filesystem/build.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/filesystem/build.xml?rev=219780&r1=219779&r2=219780&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/filesystem/build.xml (original)
+++ webservices/pubscribe/trunk/src/examples/filesystem/build.xml Tue Jul 19 14:30:07 2005
@@ -12,10 +12,10 @@
    <!-- workaround for those IDEs that dont set ant.home as per the ant script -->
    <property name="ant.home" value="env.ANT_HOME"/>
    
-   <property name="classes.dir"  location="E:\apache_test\filesystem\generated\filesystem\classes" />
-   <property name="jar.dir"      location="E:\apache_test\filesystem\generated\.xmlbeans\lib" />
-   <property name="src.dir"      location="E:\apache_test\filesystem\generated\filesystem\src\java" />
-   <property name="wsdl.file"    location="E:\apache_test\filesystem\generated\filesystem\src\java/../wsdl/FileSystem.wsdl" />
+   <property name="classes.dir"  location="classes" />
+   <property name="jar.dir"      location="lib" />
+   <property name="src.dir"      location="src/java" />
+   <property name="wsdl.file"    location="src/wsdl/FileSystem.wsdl" />
 
    <target name="init" unless="Filesystem.classpath">