Author: kevj
Date: Fri Oct 19 18:41:15 2007
New Revision: 586652
URL: http://svn.apache.org/viewvc?rev=586652&view=rev
Log:
-revert change as we don't support antlr3 (yet)
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=586652&r1=586651&r2=586652&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Fri Oct 19 18:41:15 2007
@@ -395,12 +395,9 @@
<available property="commons.net.present"
classname="org.apache.commons.net.ftp.FTPClient"
classpathref="classpath"/>
- <condition property="antlr.present">
- <or>
- <available classname="org.antlr.Tool" classpathref="classpath"/>
- <available classname="antlr.Tool" classpathref="classpath"/>
- </or>
- </condition>
+ <available property="antlr.present"
+ classname="antlr.Tool"
+ classpathref="classpath"/>
<available property="stylebook.present"
classname="org.apache.stylebook.Engine"
classpathref="classpath"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]