Changeset 2770
- Timestamp:
- 02/05/10 20:33:03
- Files:
-
- trunk/build.xml (modified) (1 diff)
- trunk/build/dirTools.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r2746 r2770 211 211 build.testsuite,build.deployutil" 212 212 description="builds the project"> 213 <copy toDir="${dist.home}" > 213 <mkdir dir="${dist.home}/tools" /> 214 <copy toDir="${dist.home}/tools" > 214 215 <fileset dir="${org.bedework.project.bwtools}/dist" includes="*.jar" /> 216 <fileset dir="${org.bedework.project.bwtools}/lib" includes="*.jar" /> 215 217 </copy> 216 218 </target> trunk/build/dirTools.xml
r2048 r2770 12 12 ================================================================= --> 13 13 14 <target name="dirToolInit" depends="init">14 <target name="dirToolInit" > 15 15 <property name="app.dest.classes" 16 location="${ dist.home}/temp/dirTool/classes" />16 location="${org.bedework.project.bedework}/dist/tools/classes" /> 17 17 18 18 <delete dir="${app.dest.classes}" /> … … 20 20 21 21 <path id="run.classpath"> 22 <fileset dir="${org.bedework.project.bedework}/ applib">22 <fileset dir="${org.bedework.project.bedework}/dist/tools"> 23 23 <include name="*.jar"/> 24 24 </fileset> … … 35 35 </target> 36 36 37 <target name="initDir" depends="init"37 <target name="initDir" 38 38 description="Build and run directory init"> 39 39 <antfetch antfile="${org.bedework.project.bwtools}/build.xml" inheritall="false"
