Skip to content

Commit cf39ca1

Browse files
committed
use new location for glsl files in build script
1 parent c845039 commit cf39ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
Eclipse does this automatically. -->
4141
<copy todir="bin">
4242
<fileset dir="src">
43-
<include name="processing/opengl/*.glsl" />
43+
<include name="processing/opengl/shaders/*.glsl" />
4444
</fileset>
4545
</copy>
4646

4747
<jar basedir="bin" destfile="${core.jar.path}" />
4848
</target>
4949

5050
<target name="clean"
51-
description="Clean out the build directories">
51+
description="Clean out the build directories">
5252
<delete dir="bin" />
5353
<delete file="${core.jar.path}" />
5454
</target>

0 commit comments

Comments
 (0)