peterreilly 2004/01/13 03:01:23
Modified: src/main/org/apache/tools/ant/taskdefs/optional/jsp Tag:
ANT_16_BRANCH JspC.java
Log:
Sync with HEAD
Revision Changes Path
No revision
No revision
1.36.2.1 +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.36.2.1
diff -u -r1.36 -r1.36.2.1
--- JspC.java 13 Aug 2003 15:02:28 -0000 1.36
+++ JspC.java 13 Jan 2004 11:01:23 -0000 1.36.2.1
@@ -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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]