From 71810c4e5d39df1db75e3affaf776d5faeb194b2 Mon Sep 17 00:00:00 2001 From: mdb Date: Fri, 13 Oct 2006 20:44:43 +0000 Subject: [PATCH] Enumerate our library dependencies in a way that can be imported into the external build process. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1947 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 25 +++++++++++++++++-------- depends-incl.xml | 4 ++-- lib/LIBS | 8 -------- libs-incl.xml | 15 +++++++++++++++ 4 files changed, 34 insertions(+), 18 deletions(-) delete mode 100644 lib/LIBS create mode 100644 libs-incl.xml diff --git a/build.xml b/build.xml index 7cbef596..a3c57a4a 100644 --- a/build.xml +++ b/build.xml @@ -10,10 +10,12 @@ - - - - + + + + + + @@ -21,7 +23,8 @@ - + + @@ -35,16 +38,22 @@ - + - + - + + + + + + + - - + + diff --git a/lib/LIBS b/lib/LIBS deleted file mode 100644 index 52610c62..00000000 --- a/lib/LIBS +++ /dev/null @@ -1,8 +0,0 @@ -commons-collections.jar -commons-digester.jar -commons-io.jar -commons-logging.jar -ejb3-persistence.jar -mail.jar -servlet-2.3.jar -velocity-1.5-dev.jar diff --git a/libs-incl.xml b/libs-incl.xml new file mode 100644 index 00000000..12a3c41f --- /dev/null +++ b/libs-incl.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +