summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 38ccd41..75d6de6 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -55,7 +55,6 @@
<target name="all" depends="init">
<mkdir dir="${classes}" />
<path id="jogl.classpath">
- <pathelement path="${classpath}" />
<pathelement location="${jogl.jar}" />
</path>
<javac destdir="${classes}" excludes="${jogl.cg.excludes}" source="1.4" debug="true" debuglevel="source,lines">