These need to reference built.classpath as there is no longer a

compile.classpath.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6531 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-03-15 17:42:30 +00:00
parent b205f60d1c
commit de7254ac5b
+2 -2
View File
@@ -78,7 +78,7 @@
<javadoc sourcepath="${src.dir}" packagenames="com.threerings.*" <javadoc sourcepath="${src.dir}" packagenames="com.threerings.*"
destdir="${deploy.dir}/docs" stylesheetfile="docs/stylesheet.css" destdir="${deploy.dir}/docs" stylesheetfile="docs/stylesheet.css"
link="http://www.threerings.net/code/narya/docs/api" link="http://www.threerings.net/code/narya/docs/api"
additionalparam="-breakiterator" classpathref="compile.classpath"> additionalparam="-breakiterator" classpathref="built.classpath">
<link href="http://java.sun.com/j2se/1.5/docs/api/"/> <link href="http://java.sun.com/j2se/1.5/docs/api/"/>
<!-- ant documentation is not available online, sorry kids --> <!-- ant documentation is not available online, sorry kids -->
<link href="file:///usr/share/doc/ant-doc/javadocs"/> <link href="file:///usr/share/doc/ant-doc/javadocs"/>
@@ -129,7 +129,7 @@
<target name="genrecord" depends="-prepare" <target name="genrecord" depends="-prepare"
description="Generates fields for persistent record classes."> description="Generates fields for persistent record classes.">
<taskdef name="grecord" classname="com.samskivert.depot.tools.GenRecordTask" <taskdef name="grecord" classname="com.samskivert.depot.tools.GenRecordTask"
classpathref="compile.classpath"/> classpathref="built.classpath"/>
<!-- make sure the record class files are all compiled --> <!-- make sure the record class files are all compiled -->
<ooojavac version="1.5" srcdir="${src.dir}" destdir="${classes.dir}" <ooojavac version="1.5" srcdir="${src.dir}" destdir="${classes.dir}"
classpathref="pom.xml.path"> classpathref="pom.xml.path">