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}" /> <src path="${build.src}" />
</javac> </javac>


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

</target> </target>


<!-- Creates the jars file --> <!-- Creates the jars file -->


Loading…
Cancel
Save