From 2d2f38d7ae7115beea9620f6cb2f46004a06c3d3 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 10 Jun 2001 12:58:01 +0000 Subject: [PATCH] Add in new descriptors. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269142 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/manifest/base-ant-descriptor.xml | 15 ++++++ .../src/manifest/core-ant-descriptor.xml | 50 +++++++++++++++++++ .../src/manifest/runtime-ant-descriptor.xml | 42 ++++++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 proposal/myrmidon/src/manifest/base-ant-descriptor.xml create mode 100644 proposal/myrmidon/src/manifest/core-ant-descriptor.xml create mode 100644 proposal/myrmidon/src/manifest/runtime-ant-descriptor.xml diff --git a/proposal/myrmidon/src/manifest/base-ant-descriptor.xml b/proposal/myrmidon/src/manifest/base-ant-descriptor.xml new file mode 100644 index 000000000..820befac5 --- /dev/null +++ b/proposal/myrmidon/src/manifest/base-ant-descriptor.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/proposal/myrmidon/src/manifest/core-ant-descriptor.xml b/proposal/myrmidon/src/manifest/core-ant-descriptor.xml new file mode 100644 index 000000000..6f3e0e8c3 --- /dev/null +++ b/proposal/myrmidon/src/manifest/core-ant-descriptor.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/proposal/myrmidon/src/manifest/runtime-ant-descriptor.xml b/proposal/myrmidon/src/manifest/runtime-ant-descriptor.xml new file mode 100644 index 000000000..079aa109a --- /dev/null +++ b/proposal/myrmidon/src/manifest/runtime-ant-descriptor.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file