From 5da87489f68f3d4ecf6238acececd4c19eb1b13a Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Wed, 27 Feb 2002 05:30:00 +0000 Subject: [PATCH] Simple harmless change to demonstrate the xdocs proposal. Sorry, Jon, if this causes javadoc warnings. Many other tasks have been modified similarly (only ones with different task names than classnames have the name="...") - but only committing this one until full approval. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271571 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Exit.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Exit.java b/src/main/org/apache/tools/ant/taskdefs/Exit.java index bf53c6373..e438450e2 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Exit.java +++ b/src/main/org/apache/tools/ant/taskdefs/Exit.java @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2001 The Apache Software Foundation. All rights + * Copyright (c) 2000-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -63,6 +63,8 @@ import org.apache.tools.ant.BuildException; * if available. * * @author Nico Seessle + * + * @ant:task name="fail" category="control" */ public class Exit extends Task { private String message;