Build file updates.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@606 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-02-22 08:53:56 +00:00
parent a92f18a9b0
commit 491ab3f9c3
+2 -2
View File
@@ -57,7 +57,7 @@
windowtitle="${app.name} API" windowtitle="${app.name} API"
doctitle="${app.name} API" doctitle="${app.name} API"
overview="${src.dir}/${doc.overview}" overview="${src.dir}/${doc.overview}"
bottom="Copyright © 2001 ${copyright.holder}. All Rights Reserved." bottom="Copyright © 2002 ${copyright.holder}. All Rights Reserved."
destdir="${javadoc.dir}"> destdir="${javadoc.dir}">
<classpath refid="classpath"/> <classpath refid="classpath"/>
<link href="http://www.waywardgeeks.org/code/samskivert/javadoc"/> <link href="http://www.waywardgeeks.org/code/samskivert/javadoc"/>
@@ -70,7 +70,7 @@
<!-- builds our distribution files (war and jar) --> <!-- builds our distribution files (war and jar) -->
<target name="dist" depends="prepare,compile"> <target name="dist" depends="prepare,compile">
<jar file="${deploy.dir}/${dist.jar}" <jar destfile="${deploy.dir}/${dist.jar}"
basedir="${deploy.dir}/classes"/> basedir="${deploy.dir}/classes"/>
</target> </target>