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
+1 -1
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>