From a40a420bf6de99fc8fe60ec7fea3f1fcb89cf942 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 13 Oct 2006 22:25:42 +0000 Subject: [PATCH] Define our library dependencies in an includable project XML file. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@51 ed5b42cb-e716-0410-a449-f6a68f950b19 --- build.xml | 19 +++++++++++++++---- lib/LIBS | 18 ------------------ libs-incl.xml | 31 +++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 22 deletions(-) delete mode 100644 lib/LIBS create mode 100644 libs-incl.xml diff --git a/build.xml b/build.xml index e69822b5..1f402c97 100644 --- a/build.xml +++ b/build.xml @@ -14,6 +14,11 @@ + + + + + @@ -62,17 +67,23 @@ - - + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +