Skip to content

Commit 1431fb8

Browse files
committed
Fixed glsl copy in ant build file, removed ref to source files in classpath
1 parent cf5a7c7 commit 1431fb8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

java/libraries/lwjgl/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
6-
<classpathentry kind="lib" path="library/lwjgl.jar" sourcepath="/Users/andres/Coding/OpenGL/lwjgl-source-2.8.3.zip"/>
76
<classpathentry kind="lib" path="library/lwjgl_util.jar"/>
87
<classpathentry kind="lib" path="library/lwjgl_util_applet.jar"/>
98
<classpathentry kind="output" path="bin"/>

java/libraries/lwjgl/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Eclipse does this automatically. -->
2424
<copy todir="bin">
2525
<fileset dir="src">
26-
<include name="processing/lwopengl/*.glsl" />
26+
<include name="processing/lwjgl/*.glsl" />
2727
</fileset>
2828
</copy>
2929
</target>

0 commit comments

Comments
 (0)