Author: kevj Date: Fri Oct 19 18:45:21 2007 New Revision: 586655 URL: http://svn.apache.org/viewvc?rev=586655&view=rev Log: -revert change as we don't support antlr3 (yet)
Modified: ant/core/branches/ANT_17_BRANCH/build.xml Modified: ant/core/branches/ANT_17_BRANCH/build.xml URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/build.xml?rev=586655&r1=586654&r2=586655&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/build.xml (original) +++ ant/core/branches/ANT_17_BRANCH/build.xml Fri Oct 19 18:45:21 2007 @@ -427,12 +427,9 @@ <available property="starteam.present" classname="com.starbase.util.Platform" 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]