Browse Source

Copy the list of default datatypes as well.

Submitted by:	Scott Stirling <sstirling@mediaone.net>


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

+ 3
- 0
build.xml View File

@@ -256,6 +256,9 @@
<copy file="${java.dir}/${ant.package}/taskdefs/defaults.properties" <copy file="${java.dir}/${ant.package}/taskdefs/defaults.properties"
todir="${build.classes}/${ant.package}/taskdefs" /> todir="${build.classes}/${ant.package}/taskdefs" />


<copy file="${java.dir}/${ant.package}/types/defaults.properties"
todir="${build.classes}/${ant.package}/types" />

</target> </target>


<!-- <!--


Loading…
Cancel
Save