aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-16 14:51:59 +0200
committerSven Gothel <[email protected]>2012-10-16 14:51:59 +0200
commitbb4ec5842eae16e9fbeeb3f4662f4b235cf56315 (patch)
treee9aa65c894958e0d73517b460c218d01fde03962 /build.xml
parent24d4e6b4cbc59138008cb4bf4ed729847b0be240 (diff)
Remove Oracle JDK plugin.jar dependency
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index e164832..4560b27 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
<pathelement location="lib/jogamp/joal.jar"/>
<pathelement location="lib/lwjgl/lwjgl.jar"/>
<pathelement location="lib/lwjgl/lwjgl_util.jar"/>
- <pathelement location="${java.home}/lib/plugin.jar"/>
+ <!-- pathelement location="${java.home}/lib/plugin.jar"/ -->
</path>
<!-- usage -->
@@ -123,7 +123,7 @@
<include name="mirrors"/>
</jar>
<property name="classes" value="${java.home}/lib/rt.jar"/>
- <property name="plugin" value="${java.home}/lib/plugin.jar"/>
+ <!-- property name="plugin" value="${java.home}/lib/plugin.jar"/ -->
<condition property="classes" value="${java.home}/../Classes/classes.jar">
<os name="Mac OS X"/>
</condition>