From 095fb41ae806b82cb5facd7ce6550465121ac245 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 3 Apr 2011 16:37:09 +0000 Subject: [PATCH] Move bootstrap.xml into etc. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1136 ed5b42cb-e716-0410-a449-f6a68f950b19 --- build.xml | 2 +- bootstrap.xml => etc/bootstrap.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bootstrap.xml => etc/bootstrap.xml (100%) diff --git a/build.xml b/build.xml index 1fa22db7..96dafc24 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ - + diff --git a/bootstrap.xml b/etc/bootstrap.xml similarity index 100% rename from bootstrap.xml rename to etc/bootstrap.xml