mirror of
https://github.com/processing/processing4.git
synced 2026-04-18 10:19:18 +02:00
Fixed glsl copy in ant build file, removed ref to source files in classpath
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
|
||||
<classpathentry kind="lib" path="library/lwjgl.jar" sourcepath="/Users/andres/Coding/OpenGL/lwjgl-source-2.8.3.zip"/>
|
||||
<classpathentry kind="lib" path="library/lwjgl_util.jar"/>
|
||||
<classpathentry kind="lib" path="library/lwjgl_util_applet.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
Eclipse does this automatically. -->
|
||||
<copy todir="bin">
|
||||
<fileset dir="src">
|
||||
<include name="processing/lwopengl/*.glsl" />
|
||||
<include name="processing/lwjgl/*.glsl" />
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user