Browse Source

2005

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278083 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
4f0b931824
17 changed files with 17 additions and 17 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/IntrospectionHelper.java
  2. +1
    -1
      src/main/org/apache/tools/ant/ProjectHelper.java
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java
  4. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/sitraka/Coverage.java
  5. +1
    -1
      src/main/org/apache/tools/ant/types/Environment.java
  6. +1
    -1
      src/main/org/apache/tools/ant/util/optional/WeakishReference12.java
  7. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/ExecuteWatchdogTest.java
  8. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/InputTest.java
  9. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/ProcessDestroyerTest.java
  10. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/SignJarTest.java
  11. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/optional/XsltTest.java
  12. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/optional/net/FTPTest.java
  13. +1
    -1
      src/testcases/org/apache/tools/ant/types/mappers/GlobMapperTest.java
  14. +1
    -1
      src/testcases/org/apache/tools/ant/types/mappers/RegexpPatternMapperTest.java
  15. +1
    -1
      src/testcases/org/apache/tools/ant/types/selectors/DateSelectorTest.java
  16. +1
    -1
      src/testcases/org/apache/tools/ant/types/selectors/DependSelectorTest.java
  17. +1
    -1
      src/testcases/org/apache/tools/ant/types/selectors/PresentSelectorTest.java

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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 The Apache Software Foundation
* Copyright 2000-2005 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/ProjectHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 The Apache Software Foundation
* Copyright 2000-2005 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/taskdefs/compilers/CompilerAdapterFactory.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2004 The Apache Software Foundation
* Copyright 2001-2005 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/taskdefs/optional/sitraka/Coverage.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2004 The Apache Software Foundation
* Copyright 2001-2005 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/Environment.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000,2002-2004 The Apache Software Foundation
* Copyright 2000,2002-2005 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/util/optional/WeakishReference12.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 The Apache Software Foundation
* Copyright 2000-2005 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/testcases/org/apache/tools/ant/taskdefs/ExecuteWatchdogTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 The Apache Software Foundation
* Copyright 2000-2005 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/testcases/org/apache/tools/ant/taskdefs/InputTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2002,2004 The Apache Software Foundation
* Copyright 2001-2002,2004-2005 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/testcases/org/apache/tools/ant/taskdefs/ProcessDestroyerTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 The Apache Software Foundation
* Copyright 2003-2005 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/testcases/org/apache/tools/ant/taskdefs/SignJarTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 The Apache Software Foundation
* Copyright 2002-2005 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/testcases/org/apache/tools/ant/taskdefs/optional/XsltTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 The Apache Software Foundation
* Copyright 2002,2004-2005 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/testcases/org/apache/tools/ant/taskdefs/optional/net/FTPTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 The Apache Software Foundation
* Copyright 2003-2005 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/testcases/org/apache/tools/ant/types/mappers/GlobMapperTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2004 The Apache Software Foundation
* Copyright 2004-2005 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/testcases/org/apache/tools/ant/types/mappers/RegexpPatternMapperTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2004 The Apache Software Foundation
* Copyright 2004-2005 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/testcases/org/apache/tools/ant/types/selectors/DateSelectorTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2002,2004 The Apache Software Foundation
* Copyright 2000-2002,2004-2005 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/testcases/org/apache/tools/ant/types/selectors/DependSelectorTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2002,2004 The Apache Software Foundation
* Copyright 2000-2002,2004-2005 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/testcases/org/apache/tools/ant/types/selectors/PresentSelectorTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2002,2004 The Apache Software Foundation
* Copyright 2000-2002,2004-2005 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