You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2004/01/13 12:00:50 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp JspC.java

peterreilly    2004/01/13 03:00:50

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/jsp
                        JspC.java
  Log:
  add " to " to jsp output
  PR: 26082
  Obtained from: Robert Flaherty
  
  Revision  Changes    Path
  1.37      +2 -1      ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java
  
  Index: JspC.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- JspC.java	13 Aug 2003 15:02:28 -0000	1.36
  +++ JspC.java	13 Jan 2004 11:00:50 -0000	1.37
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -469,6 +469,7 @@
   
               log("Compiling " + compileList.size() + " source file"
                   + (compileList.size() == 1 ? "" : "s")
  +                + " to "
                   + dest);
               doCompilation(compiler);
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org