ehatcher    02/02/26 21:30:01

  Modified:    src/main/org/apache/tools/ant/taskdefs Exit.java
  Log:
  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.
  
  Revision  Changes    Path
  1.12      +3 -1      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Exit.java
  
  Index: Exit.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Exit.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Exit.java 20 Jan 2002 20:45:56 -0000      1.11
  +++ Exit.java 27 Feb 2002 05:30:00 -0000      1.12
  @@ -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 @@
    * if available.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Nico Seessle</a>
  + *
  + * @ant:task name="fail" category="control"
    */
   public class Exit extends Task { 
       private String message;
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to