Browse Source

Made sure i18n files are included in jar.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269648 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
fe127c56c8
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      proposal/myrmidon/build.xml

+ 6
- 0
proposal/myrmidon/build.xml View File

@@ -93,6 +93,12 @@ Legal:
<src path="${build.src}" />
</javac>

<copy todir="${build.classes}">
<fileset dir="${java.dir}">
<include name="**/*.properties"/>
</fileset>
</copy>

</target>

<!-- Creates the jars file -->


Loading…
Cancel
Save