From e3909b82b15ff754f687e14798725f504f37adfe Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Fri, 29 Mar 2002 13:12:15 +0000 Subject: [PATCH] Move samples into new directory git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272099 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/src/{make => samples}/primitive-tests.ant | 0 proposal/myrmidon/src/{make => samples}/sample.ant | 0 proposal/myrmidon/src/{make => samples}/template-simple.ati | 0 .../myrmidon/src/{make => samples}/template-simple.properties | 0 proposal/myrmidon/src/{make => samples}/template-simple.xsl | 0 proposal/myrmidon/src/{make => samples}/testdata.txt | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename proposal/myrmidon/src/{make => samples}/primitive-tests.ant (100%) rename proposal/myrmidon/src/{make => samples}/sample.ant (100%) rename proposal/myrmidon/src/{make => samples}/template-simple.ati (100%) rename proposal/myrmidon/src/{make => samples}/template-simple.properties (100%) rename proposal/myrmidon/src/{make => samples}/template-simple.xsl (100%) rename proposal/myrmidon/src/{make => samples}/testdata.txt (100%) diff --git a/proposal/myrmidon/src/make/primitive-tests.ant b/proposal/myrmidon/src/samples/primitive-tests.ant similarity index 100% rename from proposal/myrmidon/src/make/primitive-tests.ant rename to proposal/myrmidon/src/samples/primitive-tests.ant diff --git a/proposal/myrmidon/src/make/sample.ant b/proposal/myrmidon/src/samples/sample.ant similarity index 100% rename from proposal/myrmidon/src/make/sample.ant rename to proposal/myrmidon/src/samples/sample.ant diff --git a/proposal/myrmidon/src/make/template-simple.ati b/proposal/myrmidon/src/samples/template-simple.ati similarity index 100% rename from proposal/myrmidon/src/make/template-simple.ati rename to proposal/myrmidon/src/samples/template-simple.ati diff --git a/proposal/myrmidon/src/make/template-simple.properties b/proposal/myrmidon/src/samples/template-simple.properties similarity index 100% rename from proposal/myrmidon/src/make/template-simple.properties rename to proposal/myrmidon/src/samples/template-simple.properties diff --git a/proposal/myrmidon/src/make/template-simple.xsl b/proposal/myrmidon/src/samples/template-simple.xsl similarity index 100% rename from proposal/myrmidon/src/make/template-simple.xsl rename to proposal/myrmidon/src/samples/template-simple.xsl diff --git a/proposal/myrmidon/src/make/testdata.txt b/proposal/myrmidon/src/samples/testdata.txt similarity index 100% rename from proposal/myrmidon/src/make/testdata.txt rename to proposal/myrmidon/src/samples/testdata.txt