From aee6ea100d0f9f3d65f28cfcda168c7762470696 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 9 Dec 2010 22:37:00 +0000 Subject: [PATCH] Move our auxiliary pom files into etc so that the top-level of this project is less polluted. Between build systems, IDEs and IDE-specific-build-systems we've got half a dozen metafiles knocking around the top-level directory. It's mayhem. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6359 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 8 ++++---- as-pom.xml => etc/as-pom.xml | 0 gwt-pom.xml => etc/gwt-pom.xml | 0 tools-pom.xml => etc/tools-pom.xml | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename as-pom.xml => etc/as-pom.xml (100%) rename gwt-pom.xml => etc/gwt-pom.xml (100%) rename tools-pom.xml => etc/tools-pom.xml (100%) diff --git a/build.xml b/build.xml index 7dace4d04..cec2f8f49 100644 --- a/build.xml +++ b/build.xml @@ -109,7 +109,7 @@ - + @@ -361,17 +361,17 @@ - + - + - + diff --git a/as-pom.xml b/etc/as-pom.xml similarity index 100% rename from as-pom.xml rename to etc/as-pom.xml diff --git a/gwt-pom.xml b/etc/gwt-pom.xml similarity index 100% rename from gwt-pom.xml rename to etc/gwt-pom.xml diff --git a/tools-pom.xml b/etc/tools-pom.xml similarity index 100% rename from tools-pom.xml rename to etc/tools-pom.xml