From aa5fccfbefada2b9c3efde416cbe3b8bb66e144c Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 13 Dec 2004 16:43:51 +0000 Subject: [PATCH] remove deprecated tag from ProjectHelper#configureProject() it has been used for a long time, and one cannot just replace it with the non-static parse method, without setting the "ant.projectHelper" reference. PR: 32668 Reported by: Nell Gawor git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277187 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/ProjectHelper.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/ProjectHelper.java b/src/main/org/apache/tools/ant/ProjectHelper.java index 454d5926f..15ae624eb 100644 --- a/src/main/org/apache/tools/ant/ProjectHelper.java +++ b/src/main/org/apache/tools/ant/ProjectHelper.java @@ -80,7 +80,6 @@ public class ProjectHelper { * @param buildFile An XML file giving the project's configuration. * Must not be null. * - * @deprecated Use the non-static parse method * @exception BuildException if the configuration is invalid or cannot * be read */