Browse Source

filling my role as post-commit script ;-)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271018 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
f5a525c370
11 changed files with 11 additions and 11 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/replaceregexp.html
  2. +1
    -1
      src/main/org/apache/tools/ant/DefaultLogger.java
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJAntToolGUI.java
  4. +1
    -1
      src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java
  5. +1
    -1
      src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java
  6. +1
    -1
      src/main/org/apache/tools/ant/util/regexp/RegexpMatcherFactory.java
  7. +1
    -1
      src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java
  8. +1
    -1
      src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java
  9. +1
    -1
      src/testcases/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java
  10. +1
    -1
      src/testcases/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java
  11. +1
    -1
      src/testcases/org/apache/tools/ant/util/regexp/RegexpMatcherTest.java

+ 1
- 1
docs/manual/OptionalTasks/replaceregexp.html View File

@@ -124,7 +124,7 @@ value, in the file <code>${src}/build.properties</code></p>
value, in all files ending in <code>.properties</code> in the current directory</p> value, in all files ending in <code>.properties</code> in the current directory</p>


<hr> <hr>
<p align="center">Copyright &copy; 2001 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


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

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * 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. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJAntToolGUI.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/main/org/apache/tools/ant/util/regexp/RegexpMatcherFactory.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * 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. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * 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. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/testcases/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/testcases/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/testcases/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/testcases/org/apache/tools/ant/util/regexp/RegexpMatcherTest.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * 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. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


Loading…
Cancel
Save