summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-14 06:48:28 +0200
committerSven Gothel <[email protected]>2011-09-14 06:48:28 +0200
commit71f8b57305caad1cce7a6c9e42b282c8d863bdb7 (patch)
tree72468ed75942180deb7f74af6e9da4d6f6d46867 /make
parent5f0209064687b878c86a3f5d0cdf548c72cf78f9 (diff)
Add eclipse project files
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 8838be5..d622819 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -223,6 +223,8 @@
<target name="all" depends="init, all-desktop, all-gles, tag.build, developer-zip-archive" />
+ <target name="all.ide" depends="init, all-desktop, all-gles" />
+
<target name="tag.build">
<copy file="${jogl.build}/artifact.properties" todir="${build}" overwrite="true"/>
<echo message='jogl-demos.build.number=${jogl-demos.build.number}${line.separator}' file="${build}/artifact.properties" append="true"/>