We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c845039 commit cf39ca1Copy full SHA for cf39ca1
core/build.xml
@@ -40,15 +40,15 @@
40
Eclipse does this automatically. -->
41
<copy todir="bin">
42
<fileset dir="src">
43
- <include name="processing/opengl/*.glsl" />
+ <include name="processing/opengl/shaders/*.glsl" />
44
</fileset>
45
</copy>
46
47
<jar basedir="bin" destfile="${core.jar.path}" />
48
</target>
49
50
<target name="clean"
51
- description="Clean out the build directories">
+ description="Clean out the build directories">
52
<delete dir="bin" />
53
<delete file="${core.jar.path}" />
54
0 commit comments