summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-08-30 07:49:04 +0000
committerSven Gothel <[email protected]>2008-08-30 07:49:04 +0000
commita781894930c3f4a1192c190d427038ec22ec3ccb (patch)
tree3b64fe5c74e918f34407a9637923d696c5e4df78 /make/build.xml
parent4ccc754cfb90bbcc8393ec1c6b8f593fc2cce751 (diff)
PerfTextLoad (wip) data in jar
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@284 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 06ff814..9f1ff08 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -176,6 +176,7 @@
<pathelement location="${jogl.gles1.jar}" />
<pathelement location="${jogl.gles1.dbg.jar}" />
<pathelement location="${jogl.egl.jar}" />
+ <pathelement location="${jogl.util.jar}" />
<pathelement location="${newt.jar}" />
</path>
<javac destdir="${classes}" includes="demos/GLInfo*, demos/es1/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines"
@@ -200,6 +201,7 @@
<pathelement location="${jogl.gles2.jar}" />
<pathelement location="${jogl.gles2.dbg.jar}" />
<pathelement location="${jogl.egl.jar}" />
+ <pathelement location="${jogl.util.jar}" />
<pathelement location="${newt.jar}" />
</path>
<javac destdir="${classes}"
@@ -211,7 +213,7 @@
</javac>
<copy todir="${classes}">
<fileset dir="${src}"
- includes="demos/es2/shader/**, demos/es2/perftst/shader/**" />
+ includes="demos/es2/shader/**, demos/es2/perftst/shader/**, demos/es2/perftst/data/**" />
</copy>
<jar destfile="${jogl.demos.jar}">
<fileset dir="${classes}">