jvanzyl     01/09/15 09:37:13

  Modified:    src/tdk/apps/2 build.xml
  Log:
  - getting 3.x to run in cvslayout mode.
  
  Revision  Changes    Path
  1.5       +0 -14     jakarta-turbine-tdk/src/tdk/apps/2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/09/13 17:19:20     1.4
  +++ build.xml 2001/09/15 16:37:13     1.5
  @@ -9,9 +9,6 @@
     <property file="${user.home}/build.properties"/>
     <property name="build.properties" value="build.properties"/>
     
  -  <property name="final.name" value="${project}-${version}"/>
  -  <property name="final.dir" value="../${final.name}/"/>
  -
     <!-- Build classpath -->
     <path id="classpath">
       <fileset dir="${tdk.home}/webapps/${project}/WEB-INF/lib">
  @@ -78,17 +75,6 @@
       <antcall target="update-tr-props"/>
       <antcall target="project"/>
       <!-- <antcall target="compile-tests"/> -->
  -  </target>
  -
  -  <target name="setup" depends="compile">
  -    <ant dir="${tdk.home}" target="setup">
  -      <property file="build.properties"/>
  -    </ant>
  -    <copy todir="${webapp.root}/WEB-INF/lib">
  -      <fileset dir="${lib.dir}">
  -        <include name="**/*.jar"/>
  -      </fileset>
  -    </copy>
     </target>
   
     <!-- ================================================================ -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to