From c0dc419e493816935066290ef5db4fb4c3821440 Mon Sep 17 00:00:00 2001 From: samskivert Date: Fri, 27 Aug 2010 08:40:24 +0000 Subject: [PATCH] Pared down the dependency checking. A lot of it has become obsolete over the years. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2817 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- etc/depends-incl.xml | 79 ++------------------------------------------ 1 file changed, 3 insertions(+), 76 deletions(-) diff --git a/etc/depends-incl.xml b/etc/depends-incl.xml index 62e9b20e..e6df8714 100644 --- a/etc/depends-incl.xml +++ b/etc/depends-incl.xml @@ -6,59 +6,27 @@ The packages required for building are listed below. A package - followed by 'true' indicates that the package ispresent. One - followed by '${package.present}' indicates that it was not - found. Jar files can be placed into the lib/ directory or - copied into dist/lib if samskivert is being built as a part of a - larger project. - + followed by 'true' indicates that the package is present. - ------------------------------------------ - Standard extensions - http://java.sun.com/ - ------------------------------------------ + Servlet 2.3: ${servlet2.3.present} Java Mail: ${mail.present} - - - SAX: ${sax.present} - - - JAXP: ${jaxp.present} - - - ---------------------------------------------- - Jakarta libraries - http://jakarta.apache.org/ - ---------------------------------------------- Commons Collections: ${jakarta.commons-colls.present} - Commons Logging: ${jakarta.commons-logging.present} - Commons Digester: ${jakarta.commons-digester.present} - Velocity: ${jakarta.velocity.present} - - - --------------- - Other libraries - --------------- - - JUnit: ${junit.present} - log4j: ${log4j.present} @@ -67,48 +35,19 @@ The packages that will be built are listed below. One followed - by 'true' indicates that it will be built. One followed by - '${build.package}' indicates that it will not be built. If a - package is not being built, one or more of its dependencies - could not be located. - + by 'true' indicates that it will be built. - - - - - - - - - - - - - com.samskivert.jdbc: ${build.jdbc} - - - com.samskivert.servlet: ${build.servlet} - - - - com.samskivert.swing: ${build.swing} - - - com.samskivert.test: ${build.test} - - @@ -118,26 +57,14 @@ - - - - com.samskivert.xml: ${build.xml} - - - - - - com.samskivert.*.tests: ${build.tests} - -