From 1e2b48deb262cfa008e967f0d2d960704628ce66 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 12 Jul 2009 22:02:49 +0000 Subject: [PATCH] Shorten the property file name. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5862 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 4 +++- .../presents/{tools/presents.properties => tools.properties} | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename src/java/com/threerings/presents/{tools/presents.properties => tools.properties} (100%) diff --git a/build.xml b/build.xml index b025fa7ea..2623fa50f 100644 --- a/build.xml +++ b/build.xml @@ -51,7 +51,7 @@ - + @@ -229,6 +229,7 @@ + @@ -238,6 +239,7 @@ + diff --git a/src/java/com/threerings/presents/tools/presents.properties b/src/java/com/threerings/presents/tools.properties similarity index 100% rename from src/java/com/threerings/presents/tools/presents.properties rename to src/java/com/threerings/presents/tools.properties