Browse Source

2003

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273830 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
50c532e1a1
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      docs/manual/CoreTypes/selectors.html
  2. +1
    -1
      docs/manual/dirtasks.html
  3. +1
    -1
      src/main/org/apache/tools/ant/DirectoryScanner.java
  4. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/BaseSelectorContainer.java
  5. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/DependSelector.java
  6. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/DifferentSelector.java
  7. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/MappingSelector.java

+ 1
- 1
docs/manual/CoreTypes/selectors.html View File

@@ -891,7 +891,7 @@
<a href="selectors-program.html">Programming Selectors in Ant</a>.</p> <a href="selectors-program.html">Programming Selectors in Ant</a>.</p>


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


</body> </body>


+ 1
- 1
docs/manual/dirtasks.html View File

@@ -168,7 +168,7 @@ They are:</p>
<p>If you do not want these default excludes applied, you may disable them with the <p>If you do not want these default excludes applied, you may disable them with the
<code>defaultexcludes=&quot;no&quot;</code> attribute.</p> <code>defaultexcludes=&quot;no&quot;</code> attribute.</p>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


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

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2000-2002 The Apache Software Foundation. All rights
* Copyright (c) 2000-2003 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/types/selectors/BaseSelectorContainer.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2002 The Apache Software Foundation. All rights
* Copyright (c) 2002-2003 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/types/selectors/DependSelector.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2002 The Apache Software Foundation. All rights
* Copyright (c) 2002-2003 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/types/selectors/DifferentSelector.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2002 The Apache Software Foundation. All rights
* Copyright (c) 2003 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/types/selectors/MappingSelector.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2002 The Apache Software Foundation. All rights
* Copyright (c) 2003 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