From e7d7a265edad357f5cec5384fa7e8c19b14a0e6b Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Wed, 6 Mar 2002 11:05:12 +0000 Subject: [PATCH] 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 --- proposal/myrmidon/build.xml | 6 +++--- .../manifest/{ant-descriptor.template => ant-descriptor.j} | 0 .../src/manifest/{ant-roles.template => ant-roles.j} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename proposal/myrmidon/src/manifest/{ant-descriptor.template => ant-descriptor.j} (100%) rename proposal/myrmidon/src/manifest/{ant-roles.template => ant-roles.j} (100%) diff --git a/proposal/myrmidon/build.xml b/proposal/myrmidon/build.xml index f44383fdf..58dca9e53 100644 --- a/proposal/myrmidon/build.xml +++ b/proposal/myrmidon/build.xml @@ -191,9 +191,9 @@ Legal: - - - + + + diff --git a/proposal/myrmidon/src/manifest/ant-descriptor.template b/proposal/myrmidon/src/manifest/ant-descriptor.j similarity index 100% rename from proposal/myrmidon/src/manifest/ant-descriptor.template rename to proposal/myrmidon/src/manifest/ant-descriptor.j diff --git a/proposal/myrmidon/src/manifest/ant-roles.template b/proposal/myrmidon/src/manifest/ant-roles.j similarity index 100% rename from proposal/myrmidon/src/manifest/ant-roles.template rename to proposal/myrmidon/src/manifest/ant-roles.j