From 793208cbf9a43ca5ceaed24384615484fc7fbc02 Mon Sep 17 00:00:00 2001 From: adammurdoch Date: Sat, 9 Mar 2002 01:51:18 +0000 Subject: [PATCH] * Ignore missing type.j for now. * Added missing stuff back into descriptors. * Split out aut.jar and ant1.jar from myrmidon-api.jar. * Reformat with indent of 4 (to make IDEA happy). git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271800 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/build.xml | 1237 +++++++++++++------------ proposal/myrmidon/src/manifest/aut.mf | 9 + 2 files changed, 649 insertions(+), 597 deletions(-) create mode 100644 proposal/myrmidon/src/manifest/aut.mf diff --git a/proposal/myrmidon/build.xml b/proposal/myrmidon/build.xml index 58dca9e53..c63e4b46f 100644 --- a/proposal/myrmidon/build.xml +++ b/proposal/myrmidon/build.xml @@ -16,378 +16,414 @@ Legal: - - - + --> + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -396,238 +432,245 @@ Legal: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/proposal/myrmidon/src/manifest/aut.mf b/proposal/myrmidon/src/manifest/aut.mf new file mode 100644 index 000000000..f021419fa --- /dev/null +++ b/proposal/myrmidon/src/manifest/aut.mf @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Created-By: Apache Ant Project +Extension-Name: aut +Specification-Title: Ant Utility API +Specification-Version: 0.01 +Specification-Vendor: Jakarta Apache +Implementation-Vendor-Id: org.apache.jakarta +Implementation-Vendor: Jakarta Apache Project +Implementation-Version: 0.01 \ No newline at end of file