Fixed glsl copy in ant build file, removed ref to source files in classpath

This commit is contained in:
codeanticode
2012-03-13 20:55:23 +00:00
parent 4fa22f4bd2
commit 54941f7f18
2 changed files with 1 additions and 2 deletions

View File

@@ -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"/>

View File

@@ -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>