You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by we...@apache.org on 2002/06/14 00:12:42 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/ant AntTagLibrary.java

werken      2002/06/13 15:12:41

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/ant
                        AntTagLibrary.java
  Log:
  Removed debugging exception.
  
  Revision  Changes    Path
  1.9       +0 -2      jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.java
  
  Index: AntTagLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AntTagLibrary.java	13 Jun 2002 21:31:14 -0000	1.8
  +++ AntTagLibrary.java	13 Jun 2002 22:12:40 -0000	1.9
  @@ -150,8 +150,6 @@
           project.addBuildListener( logger );
           
           project.init();
  -
  -        throw new RuntimeException( "foo" );
       }
   
       public AntTagLibrary(Project project) {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>