|
|
@@ -18,7 +18,7 @@ |
|
|
|
</target> |
|
|
|
|
|
|
|
<target name="jar" depends="main"> |
|
|
|
<jar jarfile="../ant.jar" basedir="${build.dir}" items="org" manifest="${manifest}"/> |
|
|
|
<jar jarfile="lib/ant.jar" basedir="${build.dir}" items="org" manifest="${manifest}"/> |
|
|
|
</target> |
|
|
|
|
|
|
|
<target name="dist" depends="main"> |
|
|
@@ -27,8 +27,7 @@ |
|
|
|
<mkdir dir="${dist.dir}/ant/bin"/> |
|
|
|
<mkdir dir="${dist.dir}/ant/docs"/> |
|
|
|
<jar jarfile="${dist.dir}/ant/lib/ant.jar" basedir="${build.dir}" items="org" manifest="${manifest}"/> |
|
|
|
<copyfile src="../projectx-tr2.jar" dest="${dist.dir}/ant/lib/xml.jar"/> |
|
|
|
<copyfile src="../moo.jar" dest="${dist.dir}/ant/lib/moo.jar"/> |
|
|
|
<copyfile src="lib/projectx-tr2.jar" dest="${dist.dir}/ant/lib/xml.jar"/> |
|
|
|
<copyfile src="build.xml" dest="${dist.dir}/ant/lib/build.xml"/> |
|
|
|
<copydir src="src/bin" dest="${dist.dir}/ant/bin"/> |
|
|
|
<copydir src="docs" dest="${dist.dir}/ant/docs"/> |
|
|
|