Browse Source

2006

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368599 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
3d1f8edd51
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      docs/manual/CoreTasks/sql.html
  2. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/JDBCTask.java
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/SQLExec.java
  4. +1
    -1
      src/main/org/apache/tools/ant/types/resources/FileResource.java

+ 1
- 1
docs/manual/CoreTasks/sql.html View File

@@ -345,7 +345,7 @@ truncate table some_other_table;
</pre></blockquote>

<hr>
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2006 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/JDBCTask.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2005 The Apache Software Foundation
* Copyright 2002-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -467,4 +467,4 @@ public abstract class JDBCTask extends Task {
return version;
}

}
}

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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2005 The Apache Software Foundation
* Copyright 2000-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.


+ 1
- 1
src/main/org/apache/tools/ant/types/resources/FileResource.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2005 The Apache Software Foundation
* Copyright 2005-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.


Loading…
Cancel
Save