From f2970e827ebcc308a7d8f3c0d9d22ab5877388a6 Mon Sep 17 00:00:00 2001 From: Daniel Rall Date: Wed, 25 Sep 2002 06:00:30 +0000 Subject: [PATCH] Reverting last commit back to CVS rev 1.3. I would prefer to see the "dist" build target create bundled archives. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137064 13f79535-47bb-0310-9956-ffa450edef68 --- default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.properties b/default.properties index a8a7d26e5..9e513b9c0 100644 --- a/default.properties +++ b/default.properties @@ -23,7 +23,7 @@ build.home = target conf.home = src/conf # The base directory for distribution targets -dist.home = ${build.home}/dist +dist.home = dist # The base directory for component sources source.home = src/java