From b6b2d5779ea5350feabb1595e6aa7e30326df745 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 7 Jul 2004 16:25:31 +0000 Subject: [PATCH] Whipped up a DashO build system. --- build.xml | 20 ++++++++++++++++ etc/getdown.dop | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 etc/getdown.dop diff --git a/build.xml b/build.xml index 160c7f7..ef86d76 100644 --- a/build.xml +++ b/build.xml @@ -6,10 +6,12 @@ + + @@ -74,4 +76,22 @@ + + + + + + + + + + + + + + + + + diff --git a/etc/getdown.dop b/etc/getdown.dop new file mode 100644 index 0000000..6641f1f --- /dev/null +++ b/etc/getdown.dop @@ -0,0 +1,61 @@ +; +; DashO-Pro Configuration File for Getdown launcher +; + +-Version: +2.3 + +-MapFile: +./dasho.map + +-ReportFile: +./dasho.rpt + +-ClassPath: +/usr/local/jdk1.4/jre/lib/rt.jar +dist/classes +../../projects/samskivert/dist/samskivert.jar +../../lib/commons-io.jar + +-Destination: +./dclasses + +-TriggerFields: + +-TriggerMethods: +com.threerings.getdown.launcher.Getdown:main:java.lang.String[] + +-RemoveUnusedElements: +;none +;onlynonpublics +all + +-ExcludePackages: +javax.* +com.sun.* + +-ExcludeMethods: + +-General: +nomakepublic +fornamedetection +;ignorenotfoundclasses +;includesun +leavedebugginginfo + +-RenameOptions: +;OFF +;ONLYNONPUBLICS +ON + +-RenamePrefix: +(keeppackages) +;(verbatim) + +-OptimizationType: +none +;speed +;size + +-IncludeNonClassFiles: +dist/classes