From e7188b0711f0a46c1d0ffec5668467f603a859df Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Wed, 12 May 2010 00:23:09 +0200
Subject: 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

---
 make/validate-properties.xml | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

(limited to 'make/validate-properties.xml')

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>
-- 
cgit v1.2.3