diff options
author | Sven Gothel <[email protected]> | 2012-04-06 03:56:18 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-06 03:56:18 +0200 |
commit | 9bb8fe7c2baff185a62cf4806cfa34dfad4f7a4c (patch) | |
tree | 021d9139845ff9f91c5d8fa8e5354a8d30d67182 /make/build-test.xml | |
parent | 7c78d722afab67a90bf92cdd29244398d1f3e5cd (diff) |
GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture);
- Factory falls back to NullGLMediaPlayer allowing to test on platforms where no player is available.
- MovieSimple (c) to JogAmp since it is no more derived from the old project.
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 19e61e066..a69124672 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -58,6 +58,7 @@ --> <target name="android.test.package" if="isAndroid"> <aapt.signed + assetsdir="resources/assets-test" jarsrcdir="${src}/test" jarbuilddir="${jar}" jarbasename="jogl.test" @@ -97,6 +98,8 @@ to get the same resource file twice in the jar) --> <fileset dir="${classes}" includes="${java.part.test}"/> + <fileset dir="resources/assets-test" + includes="**" /> </jar> </target> |