Browse Source

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
master
Jan Materne 15 years ago
parent
commit
4f95b28998
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      bootstrap.bat

+ 3
- 2
bootstrap.bat View File

@@ -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=



Loading…
Cancel
Save