mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
stuffing the javadoc in there for the methods, deal with rename
This commit is contained in:
+4
-4
@@ -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
Reference in New Issue
Block a user