stuffing the javadoc in there for the methods, deal with rename

This commit is contained in:
benfry
2010-02-07 20:53:59 +00:00
parent 1e9c3548d9
commit 4559b37776
2 changed files with 1441 additions and 4 deletions
+4 -4
View File
@@ -7,10 +7,10 @@
</target>
<target name="compile" description="Compile">
<taskdef name="preproc"
classname="processing.build.PAppletMethods"
classpath="preproc/preproc.jar" />
<preproc dir="${basedir}/src/processing/core" />
<taskdef name="methods"
classname="PAppletMethods"
classpath="methods/methods.jar" />
<methods dir="${basedir}/src/processing/core" />
<mkdir dir="bin" />
<javac target="1.5"
File diff suppressed because it is too large Load Diff