mpoeschl    2002/12/12 22:32:16

  Modified:    .        build.xml
  Log:
  o remove unneded stuff (we don't need to build an empty tdk.jar ;-)
  
  Revision  Changes    Path
  1.36      +0 -45     jakarta-turbine-tdk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml 20 Nov 2002 18:49:38 -0000      1.35
  +++ build.xml 13 Dec 2002 06:32:16 -0000      1.36
  @@ -66,7 +66,6 @@
   
     <target
       name="test-dist"
  -    depends="jar"
       description="--> generates the TDK without docs">
   
       <delete dir="${tdk.target.dir}"/>
  @@ -230,49 +229,5 @@
   
       <zip zipfile="tdk.zip" basedir="${tdk.target.dir}"/>
   
  -  </target>
  -
  -  <target name="prepare">
  -    <copy todir="${tdk.build.dir}/src">
  -      <fileset dir="${tdk.src}/task"/>
  -    </copy>
  -  </target>
  -
  -  <!-- Build classpath -->
  -  <path id="classpath">
  -    <pathelement location="${bcel.jar}"/>
  -    <pathelement location="${commons-util.jar}"/>
  -    <pathelement location="${commons-collections.jar}"/>
  -    <pathelement location="${stratum.jar}"/>
  -    <pathelement location="${oro.jar}"/>
  -    <pathelement location="${velocity.jar}"/>
  -  </path>
  -
  -  <target
  -    name="compile"
  -    depends="prepare">
  -
  -    <mkdir dir="${tdk.build.dir}/classes"/>
  -
  -    <javac
  -      debug="${debug}"
  -      deprecation="${deprecation}"
  -      srcdir="${tdk.build.dir}/src"
  -      excludes="**/package.html"
  -      destdir="${tdk.build.dir}/classes"
  -      optimize="${optimize}">
  -      <classpath refid="classpath"/>
  -    </javac>
  -  </target>
  -
  -  <target
  -    name="jar"
  -    depends="compile">
  -
  -    <jar
  -      jarfile="${tdk.jar}"
  -      basedir="${tdk.build.dir}/classes"
  -      excludes="**/package.html"
  -    />
     </target>
   </project>
  
  
  

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

Reply via email to