From c68672222d20d09600a26fdded376e9b12ba9060 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Sun, 26 Jun 2005 23:08:36 +0000 Subject: [PATCH] Add dependency on prepare targets for new compile targets, so that if they are run independently the destination dirs will exist. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@201921 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 4595794..06dafcb 100644 --- a/build.xml +++ b/build.xml @@ -274,7 +274,7 @@ depends='log4j12-warning,log4j13-warning,logkit-warning,jdk1.4-warning,avalon-framework-warning'/> + depends="prepare,discovery,warning,show-lib-presence,compile-non-log4j,compile-log4j12,compile-log4j13,build-jar"/> @@ -284,7 +284,7 @@ - + - + - +