aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-04-07 07:45:22 +0200
committerSven Gothel <[email protected]>2012-04-07 07:45:22 +0200
commit5aaf3a5cef6f543b64a6e51b3c8578a044cb58ab (patch)
tree55fde9a6b237fa56266b7b0ce5d21eb160af7f48 /make/build-test.xml
parent9bb8fe7c2baff185a62cf4806cfa34dfad4f7a4c (diff)
NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. Move texture to jogl jar/apk for accessibility.
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index a69124672..0a290dcea 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -96,10 +96,8 @@
<!-- get all class files, but skip any resource files that external tools
might have copied into the class directory (otherwise, it's possible
to get the same resource file twice in the jar) -->
- <fileset dir="${classes}"
- includes="${java.part.test}"/>
- <fileset dir="resources/assets-test"
- includes="**" />
+ <fileset dir="${classes}" includes="${java.part.test}"/>
+ <fileset dir="resources/assets-test" includes="**" />
</jar>
</target>