Browse Source

-revert change as we don't support antlr3 (yet)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@586652 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 17 years ago
parent
commit
5026f31269
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      build.xml

+ 3
- 6
build.xml View File

@@ -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"/>


Loading…
Cancel
Save