aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-03-30 23:39:48 +0000
committerKenneth Russel <[email protected]>2008-03-30 23:39:48 +0000
commit1e10fe2b470d0a5ca09fdceb382c35c203a359aa (patch)
tree5bc25b2e01e9e2ec7cfed76e5dc844e5f95a60aa /make/build.xml
parentd0c380ed9959daeb727a4b889a342096373bd79a (diff)
Worked around NullPointerException during build process by simplifying
stub.includes.dependencies.fileset.1 git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1583 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/build.xml b/make/build.xml
index 5e8e3085d..974ae7fb3 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -175,11 +175,7 @@
<include name="${stub.includes.dir}/common/**" />
</dirset>
<fileset id="stub.includes.dependencies.fileset.1" dir="${stub.includes.dir}">
- <include name="opengl/**" />
- <include name="macosx/**" />
- <include name="win32/**" />
- <include name="x11/**" />
- <include name="common/**" />
+ <include name="opengl/**,macosx/**,win32/**,x11/**,common/**" />
</fileset>
<fileset id="stub.includes.dependencies.fileset.2" file="${gluegen.jar}" />
<fileset id="stub.includes.dependencies.fileset.3" dir=".">