Browse Source

Quick, before Stefan finds out ...

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273877 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
ade88beec3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/script/ant
  2. +1
    -1
      src/script/ant.bat

+ 1
- 1
src/script/ant View File

@@ -1,6 +1,6 @@
#! /bin/sh

# Copyright (c) 2001-2002 The Apache Software Foundation. All rights
# Copyright (c) 2001-2003 The Apache Software Foundation. All rights
# reserved.

# load system-wide ant configuration


+ 1
- 1
src/script/ant.bat View File

@@ -1,6 +1,6 @@
@echo off

REM Copyright (c) 2001-2002 The Apache Software Foundation. All rights
REM Copyright (c) 2001-2003 The Apache Software Foundation. All rights
REM reserved.

if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"


Loading…
Cancel
Save