Browse Source

trying to get this to work. it is now in the jar.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416180 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
9e440d1f14
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      build.xml
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

+ 1
- 0
build.xml View File

@@ -693,6 +693,7 @@
<fileset dir="${java.dir}">
<include name="**/*.properties"/>
<include name="**/*.dtd"/>
<include name="**/*.xml"/>
</fileset>
<fileset dir="${resource.dir}" />
</copy>


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml View File

@@ -20,7 +20,7 @@

-->
<!-- ant1.6+ antlib declaration for the conditions
use with the declaration xmlns:cond="antlib:org.apache.tools.ant.conditions" to
use with the declaration xmlns:cond="antlib:org.apache.tools.ant.condition" to
trigger ant's autoload of this file into a namespace.

Please keep this list in alphabetical order -it is easier to verify that way


Loading…
Cancel
Save