From 67c9bd23c301a807ac6d77c1e3bf27a870914e0f Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Fri, 8 Jun 2001 09:17:09 +0000 Subject: [PATCH] Update descriptors to new name. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269127 13f79535-47bb-0310-9956-ffa450edef68 --- .../myrmidon/src/manifest/base-ant-types.xml | 15 +++++ .../myrmidon/src/manifest/core-ant-types.xml | 55 +++++++++++++++++++ proposal/myrmidon/src/manifest/taskdefs.xml | 45 --------------- 3 files changed, 70 insertions(+), 45 deletions(-) create mode 100644 proposal/myrmidon/src/manifest/base-ant-types.xml create mode 100644 proposal/myrmidon/src/manifest/core-ant-types.xml delete mode 100644 proposal/myrmidon/src/manifest/taskdefs.xml diff --git a/proposal/myrmidon/src/manifest/base-ant-types.xml b/proposal/myrmidon/src/manifest/base-ant-types.xml new file mode 100644 index 000000000..820befac5 --- /dev/null +++ b/proposal/myrmidon/src/manifest/base-ant-types.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/proposal/myrmidon/src/manifest/core-ant-types.xml b/proposal/myrmidon/src/manifest/core-ant-types.xml new file mode 100644 index 000000000..722d867c7 --- /dev/null +++ b/proposal/myrmidon/src/manifest/core-ant-types.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/proposal/myrmidon/src/manifest/taskdefs.xml b/proposal/myrmidon/src/manifest/taskdefs.xml deleted file mode 100644 index 93686244a..000000000 --- a/proposal/myrmidon/src/manifest/taskdefs.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file