mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
change build scripts to use built-in ecj (removes jdk req)
This commit is contained in:
Regular → Executable
+5
-1
@@ -18,7 +18,11 @@
|
||||
srcdir="src" destdir="bin"
|
||||
encoding="UTF-8"
|
||||
includeAntRuntime="false"
|
||||
classpath="../../../core/library/core.jar" />
|
||||
classpath="../../../core/library/core.jar"
|
||||
nowarn="true"
|
||||
compiler="org.eclipse.jdt.core.JDTCompilerAdapter">
|
||||
<compilerclasspath path="../../mode/ecj.jar" />
|
||||
</javac>
|
||||
</target>
|
||||
|
||||
<target name="build" depends="compile" description="Build net library">
|
||||
|
||||
Reference in New Issue
Block a user