Browse Source

Rename xdoclet template files to end with .j which seems to be the standard? for their templates

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271777 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
e7d7a265ed
3 changed files with 3 additions and 3 deletions
  1. +3
    -3
      proposal/myrmidon/build.xml
  2. +0
    -0
      proposal/myrmidon/src/manifest/ant-descriptor.j
  3. +0
    -0
      proposal/myrmidon/src/manifest/ant-roles.j

+ 3
- 3
proposal/myrmidon/build.xml View File

@@ -191,9 +191,9 @@ Legal:
<classpath refid="project.class.path"/>
</javac>

<copy file="${manifest.dir}/ant-descriptor.template" tofile="${custom-package-dir}/ant-descriptor.j"/>
<copy file="${manifest.dir}/ant-roles.template" tofile="${custom-package-dir}/ant-roles.j"/>
<copy file="${manifest.dir}/type.j" tofile="${custom-package-dir}/type.j"/>
<copy file="${manifest.dir}/ant-descriptor.j" todir="${custom-package-dir}"/>
<copy file="${manifest.dir}/ant-roles.j" todir="${custom-package-dir}"/>
<copy file="${manifest.dir}/type.j" todir="${custom-package-dir}"/>

<taskdef name="antlib-jar" classname="org.apache.myrmidon.build.AntlibJarTask">
<classpath location="${custom-tasks-dir}"/>


proposal/myrmidon/src/manifest/ant-descriptor.template → proposal/myrmidon/src/manifest/ant-descriptor.j View File


proposal/myrmidon/src/manifest/ant-roles.template → proposal/myrmidon/src/manifest/ant-roles.j View File


Loading…
Cancel
Save