From 38bfb1206b8716fa720092209078d3025a9646e7 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Mon, 31 Jul 2000 00:10:36 +0000 Subject: [PATCH] Change the install targets * install does a full install into ANT_HOME * mininstall does a minimal install into ANT_HOME. This includes libraries and runtime files. Documentation is not updated * fullinstall is a synonym for install and will be removed sometime in the future git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267850 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 936aae8a7..2be1297cc 100644 --- a/build.xml +++ b/build.xml @@ -189,15 +189,17 @@ - + + + - +