aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-05-13 23:57:47 +0000
committerKenneth Russel <[email protected]>2005-05-13 23:57:47 +0000
commit898b3381fc80f0b08225f33c6fc0669ffb0540af (patch)
treef9c551649d397172ada718b2b173ac79ff79eda7 /make/build.xml
parent36b29b9dd1ede94e4408de4d9cfaf0bf73763954 (diff)
Added CgGL.cgCreateProgramFromStream and updated JOGL Cg demos to use
it so they can be run with Java Web Start. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@272 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 8ff9e12ea..f707e43d7 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -176,7 +176,7 @@
<include name="${stub.includes.dir}/x11/**" />
<include name="${stub.includes.dir}/common/**" />
<include name="*.cfg" />
- <include name="*.java" />
+ <include name="gl*.java" />
<include name="*.c" />
<exclude name="cg-common.cfg" />
</fileset>
@@ -191,6 +191,7 @@
<fileset id="stub.includes.cg.dependencies.fileset" dir=".">
<include name="${stub.includes.dir}/cg/**" />
<include name="cg-common.cfg" />
+ <include name="cg-common-CustomJavaCode.java" />
</fileset>
<property name="java.includes.dir" value="${java.home.dir}/include" /> <!-- NOTE: this MUST be relative for FileSet -->