From 7751fe7631028771d49703439787950ab6bfe4b6 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 3 Apr 2011 16:38:01 +0000 Subject: [PATCH] Put bootstrap.xml in etc. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1068 c613c5cb-e716-0410-b11b-feb51c14d237 --- 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 f62417e5..3d78e180 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