You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/08/11 03:00:51 UTC

cvs commit: jakarta-turbine-torque/src/conf build.xml

dlr         01/08/10 18:00:51

  Modified:    src/conf build.xml
  Log:
  Distributions built via the dist-lite target will need to supply where
  to find their JAR files.
  
  Revision  Changes    Path
  1.2       +4 -1      jakarta-turbine-torque/src/conf/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- build.xml	2001/08/02 05:08:16	1.1
  +++ build.xml	2001/08/11 01:00:51	1.2
  @@ -2,9 +2,12 @@
   
     <property name="torque.home" value="@TORQUE_HOME@"/>
   
  +  <!-- Override this property if you build a "lite" distribution. -->
  +  <property name="lib.dir" value="lib"/>
  +
     <!-- Build classpath -->
     <path id="classpath">
  -    <fileset dir="lib">
  +    <fileset dir="${lib.dir}">
         <include name="**/*.jar"/>
       </fileset>
     </path>
  
  
  

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