You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ks...@apache.org on 2001/08/01 21:47:32 UTC

cvs commit: jakarta-turbine-flux build.xml

kschrader    01/08/01 12:47:32

  Modified:    .        build.xml
  Log:
  Fixing paths after build.xml moved.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-turbine-flux/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-flux/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/08/01 15:19:16	1.1
  +++ build.xml	2001/08/01 19:47:32	1.2
  @@ -13,10 +13,10 @@
     <property name="build.compiler" value="classic"/>
     <property name="build.dir" value="./bin"/>
     <property name="build.dest" value="./bin/classes"/>
  -  <property name="src.dir" value="../src"/>
  +  <property name="src.dir" value="./src"/>
     <property name="java.src.dir" value="./src/java"/>
  -  <property name="template.src.dir" value="../src/templates"/>
  -  <property name="resources.src.dir" value="../src/resources"/>
  +  <property name="template.src.dir" value="./src/templates"/>
  +  <property name="resources.src.dir" value="./src/resources"/>
     <property name="final.name" value="${project}-${version}"/>
     <property name="ant.home" value="."/>
     <property name="debug" value="on"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org