aboutsummaryrefslogtreecommitdiffstats
path: root/make/validate-properties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/validate-properties.xml')
-rw-r--r--make/validate-properties.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/make/validate-properties.xml b/make/validate-properties.xml
index 4a2d386c9..3afb12bd5 100644
--- a/make/validate-properties.xml
+++ b/make/validate-properties.xml
@@ -25,25 +25,6 @@
</target>
<!--
- - Ensure that "java.home.dir" is set.
- - NOTE: "java.home" is an internal property for ANT that is not
- - typically set to what the build needs it to be.
- -->
- <target name="java.home.dir.validate" unless="java.home.dir">
- <fail>
-
- *************************************************************
- ** The property "java.home.dir" was not set in the JOGL **
- ** properties file **
- ** "${user.properties.file}" **
- ** (or this file was not found). **
- ** **
- ** Please set "java.home.dir" to your JAVA_HOME directory. **
- *************************************************************
- </fail>
- </target>
-
- <!--
- Make sure that jogl.jar is not on the CLASSPATH; this can cause
- builds to fail since if this Java process has the jar file open
- we can not overwrite it.
@@ -65,7 +46,7 @@
<!--
- Validate the required properties
-->
- <target name="validate" depends="antlr.jar.validate, java.home.dir.validate, java.class.path.validate"
+ <target name="validate" depends="antlr.jar.validate, java.class.path.validate"
description="Validate required properties" />
</project>