From 5837816a8e42fbaa51c0d754116bdcebddccd31d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 21 Jan 2002 09:18:56 +0000 Subject: [PATCH] Make sure we pass down ant.home to unit tests (needed to make execute with a change of cwd work on JDK < 1.3). Fix a copyright line. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270815 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 4 +++- src/main/org/apache/tools/ant/taskdefs/Manifest.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 623cac9a6..d29fbb312 100644 --- a/build.xml +++ b/build.xml @@ -868,8 +868,9 @@ + - + @@ -941,6 +942,7 @@ + diff --git a/src/main/org/apache/tools/ant/taskdefs/Manifest.java b/src/main/org/apache/tools/ant/taskdefs/Manifest.java index aac5db114..d35c30d73 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Manifest.java +++ b/src/main/org/apache/tools/ant/taskdefs/Manifest.java @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001 The Apache Software Foundation. All rights + * Copyright (c) 2001-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without