summaryrefslogtreecommitdiffstats
path: root/make/validate-properties.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-12 00:23:09 +0200
committerSven Gothel <[email protected]>2010-05-12 00:23:09 +0200
commite7188b0711f0a46c1d0ffec5668467f603a859df (patch)
tree90a99302a37ce92fc8c3f3e82bbd2aaf8754f1d8 /make/validate-properties.xml
parenteb33345f2bf83f35fa9c425f9d23a5f0a7107983 (diff)
Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the default, if not specified otherwise in /home/sven/gluegen.properties
Diffstat (limited to 'make/validate-properties.xml')
-rwxr-xr-xmake/validate-properties.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/make/validate-properties.xml b/make/validate-properties.xml
index 195fb2a..42fd16f 100755
--- a/make/validate-properties.xml
+++ b/make/validate-properties.xml
@@ -5,25 +5,6 @@
-->
<project name="Configuration validator" default="validate">
- <!-- ================================================================== -->
- <!--
- - Ensure that "antlr.jar" is set.
- -->
- <target name="antlr.jar.validate" unless="antlr.jar">
- <fail>
-
- ********************************************************************
- ** The property "antlr.jar" was not set in the GlueGen properties **
- ** file **
- ** "${user.properties.file}" **
- ** (or this file was not found). **
- ** **
- ** Please set "antlr.jar" to to the full path of the ANTLR jar **
- ** including the jar itself. **
- ********************************************************************
- </fail>
- </target>
-
<!--
- Make sure that gluegen.jar is not on the CLASSPATH; this can cause
- builds to fail since if this Java process has the jar file open
@@ -45,7 +26,7 @@
<!--
- Validate the required properties
-->
- <target name="validate" depends="antlr.jar.validate, java.class.path.validate"
+ <target name="validate" depends="java.class.path.validate"
description="Validate required properties" />
</project>