From 4f95b28998633f02189d493c89291df1471d649a Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Tue, 2 Mar 2010 06:01:02 +0000 Subject: [PATCH] remove old Java hint add requirement Java1.4+ typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@917887 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap.bat b/bootstrap.bat index 0975050ea..29cdec754 100755 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -1,6 +1,7 @@ @echo off -REM You will need to specify JAVA_HOME if compiling with 1.2 or later. +REM You will need to specify JAVA_HOME. +REM For compiling Ant Java 1.4 or higher is required. REM Licensed to the Apache Software Foundation (ASF) under one or more REM contributor license agreements. See the NOTICE file distributed with @@ -92,7 +93,7 @@ goto doneStart :win9xStart rem Slurp the command line arguments. This loop allows for an unlimited number of -rem agruments (up to the command line limit, anyway). +rem arguments (up to the command line limit, anyway). set ANT_CMD_LINE_ARGS=