From 1e5b1e5a7f38dbf66418ce50f81bf060f6500bd1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 12 Jul 2009 22:00:36 +0000 Subject: [PATCH] Place all of our tools into narya-tools along with all of their dependencies. Provide an ant properties file that defines all of our tasks in one fell swoop. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5861 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 240 ++++++++++-------- .../presents/tools/presents.properties | 5 + 2 files changed, 135 insertions(+), 110 deletions(-) create mode 100644 src/java/com/threerings/presents/tools/presents.properties diff --git a/build.xml b/build.xml index 8ade05959..b025fa7ea 100644 --- a/build.xml +++ b/build.xml @@ -27,107 +27,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -143,6 +42,18 @@ + + + + + + + + + + + @@ -303,23 +214,132 @@ - - - + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/java/com/threerings/presents/tools/presents.properties b/src/java/com/threerings/presents/tools/presents.properties new file mode 100644 index 000000000..6c63c9a68 --- /dev/null +++ b/src/java/com/threerings/presents/tools/presents.properties @@ -0,0 +1,5 @@ +gendobj=com.threerings.presents.tools.GenDObjectTask +genservice=com.threerings.presents.tools.GenServiceTask +genreceiver=com.threerings.presents.tools.GenReceiverTask +instream=com.threerings.presents.tools.InstrumentStreamableTask +genascript=com.threerings.presents.tools.GenActionScriptTask