Browse Source

AssertionsTest needs a javac that supports assert

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275306 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
127199510d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.xml

+ 1
- 0
build.xml View File

@@ -144,6 +144,7 @@
<selector id="needs.jdk1.4+">
<or>
<filename name="${regexp.package}/Jdk14Regexp*"/>
<filename name="${ant.package}/types/AssertionsTest.java"/>
</or>
</selector>



Loading…
Cancel
Save