mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add ant libs for build
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@
|
||||
excludes="**/tools/format/**"
|
||||
encoding="UTF-8"
|
||||
includeAntRuntime="false"
|
||||
classpath="../core/core.jar; lib/antlr.jar; lib/apple.jar; lib/ecj.jar; lib/jna.jar" />
|
||||
classpath="../core/core.jar; lib/ant.jar; lib/ant-launcher.jar; lib/antlr.jar; lib/apple.jar; lib/ecj.jar; lib/jna.jar" />
|
||||
</target>
|
||||
|
||||
<target name="build" depends="compile" description="Build pde">
|
||||
|
||||
Reference in New Issue
Block a user