From 560fd59f2657970cd82dac89783a64fba2db80d8 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 3 Apr 2011 16:35:56 +0000 Subject: [PATCH] Put bootstrap.xml in etc with all of our other misfit .xml files. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6591 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- 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 31530363f..ee8148b58 100644 --- a/build.xml +++ b/build.xml @@ -9,7 +9,7 @@ - + diff --git a/bootstrap.xml b/etc/bootstrap.xml similarity index 100% rename from bootstrap.xml rename to etc/bootstrap.xml