From depot-cvs-return-72-apmail-incubator-depot-cvs-archive=incubator.apache.org@incubator.apache.org Sat Feb 21 17:01:27 2004 Return-Path: Delivered-To: apmail-incubator-depot-cvs-archive@www.apache.org Received: (qmail 39238 invoked from network); 21 Feb 2004 17:01:27 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Feb 2004 17:01:27 -0000 Received: (qmail 22433 invoked by uid 500); 21 Feb 2004 17:01:21 -0000 Delivered-To: apmail-incubator-depot-cvs-archive@incubator.apache.org Received: (qmail 22419 invoked by uid 500); 21 Feb 2004 17:01:21 -0000 Mailing-List: contact depot-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: depot-dev@incubator.apache.org Delivered-To: mailing list depot-cvs@incubator.apache.org Received: (qmail 22406 invoked from network); 21 Feb 2004 17:01:21 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 21 Feb 2004 17:01:21 -0000 Received: (qmail 39235 invoked by uid 65534); 21 Feb 2004 17:01:27 -0000 Date: 21 Feb 2004 17:01:27 -0000 Message-ID: <20040221170127.39233.qmail@minotaur.apache.org> From: mmay@apache.org To: depot-cvs@incubator.apache.org Subject: svn commit: rev 6811 - incubator/depot/trunk/version X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: mmay Date: Sat Feb 21 09:01:26 2004 New Revision: 6811 Added: incubator/depot/trunk/version/build.properties Log: Added Added: incubator/depot/trunk/version/build.properties ============================================================================== --- (empty file) +++ incubator/depot/trunk/version/build.properties Sat Feb 21 09:01:26 2004 @@ -0,0 +1,12 @@ +repository.path=lib +junit.jar=${repository.path}/junit.jar +jsse.jar=${java.home}/lib/jsse.jar +jce.jar=${java.home}/lib/jce.jar +# Only needed for JDK1.2 and JDK1.3 not JDK1.4 and above +#jsse.jar=${java.home}/lib/jsse.jar +#jcert.jar=${java.home}/lib/jcert.jar +#jnet.jar=${java.home}/lib/jnet.jar +commons-logging.jar=${repository.path}/commons-logging.jar +servlet.jar=${repository.path}/servlet-api.jar +ant.jar=${repository.path}/ant.jar +ant.testutil.jar=${repository.path}/ant-testutil.jar