Browse Source

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
master
Erik Hatcher 23 years ago
parent
commit
5da87489f6
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/main/org/apache/tools/ant/taskdefs/Exit.java

+ 3
- 1
src/main/org/apache/tools/ant/taskdefs/Exit.java View File

@@ -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 <a href="mailto:nico@seessle.de">Nico Seessle</a>
*
* @ant:task name="fail" category="control"
*/
public class Exit extends Task {
private String message;


Loading…
Cancel
Save