Browse Source

Remove trailing spaces in all java files

in order to make checkstyle happy


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276017 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
66555ca10d
100 changed files with 206 additions and 206 deletions
  1. +2
    -2
      src/etc/checkstyle/RequiredHeader.txt
  2. +2
    -2
      src/main/org/apache/tools/ant/AntClassLoader.java
  3. +2
    -2
      src/main/org/apache/tools/ant/AntTypeDefinition.java
  4. +2
    -2
      src/main/org/apache/tools/ant/BuildEvent.java
  5. +2
    -2
      src/main/org/apache/tools/ant/BuildException.java
  6. +2
    -2
      src/main/org/apache/tools/ant/BuildListener.java
  7. +2
    -2
      src/main/org/apache/tools/ant/BuildLogger.java
  8. +2
    -2
      src/main/org/apache/tools/ant/ComponentHelper.java
  9. +2
    -2
      src/main/org/apache/tools/ant/DefaultLogger.java
  10. +2
    -2
      src/main/org/apache/tools/ant/DemuxInputStream.java
  11. +2
    -2
      src/main/org/apache/tools/ant/DemuxOutputStream.java
  12. +2
    -2
      src/main/org/apache/tools/ant/Diagnostics.java
  13. +2
    -2
      src/main/org/apache/tools/ant/DirectoryScanner.java
  14. +2
    -2
      src/main/org/apache/tools/ant/DynamicConfigurator.java
  15. +3
    -3
      src/main/org/apache/tools/ant/ExitException.java
  16. +2
    -2
      src/main/org/apache/tools/ant/FileScanner.java
  17. +4
    -4
      src/main/org/apache/tools/ant/IntrospectionHelper.java
  18. +2
    -2
      src/main/org/apache/tools/ant/Location.java
  19. +2
    -2
      src/main/org/apache/tools/ant/MagicNames.java
  20. +2
    -2
      src/main/org/apache/tools/ant/Main.java
  21. +2
    -2
      src/main/org/apache/tools/ant/NoBannerLogger.java
  22. +2
    -2
      src/main/org/apache/tools/ant/PathTokenizer.java
  23. +2
    -2
      src/main/org/apache/tools/ant/Project.java
  24. +2
    -2
      src/main/org/apache/tools/ant/ProjectComponent.java
  25. +3
    -3
      src/main/org/apache/tools/ant/ProjectHelper.java
  26. +2
    -2
      src/main/org/apache/tools/ant/PropertyHelper.java
  27. +2
    -2
      src/main/org/apache/tools/ant/RuntimeConfigurable.java
  28. +2
    -2
      src/main/org/apache/tools/ant/Target.java
  29. +2
    -2
      src/main/org/apache/tools/ant/Task.java
  30. +2
    -2
      src/main/org/apache/tools/ant/TaskAdapter.java
  31. +2
    -2
      src/main/org/apache/tools/ant/TaskContainer.java
  32. +2
    -2
      src/main/org/apache/tools/ant/TypeAdapter.java
  33. +3
    -3
      src/main/org/apache/tools/ant/UnknownElement.java
  34. +2
    -2
      src/main/org/apache/tools/ant/XmlLogger.java
  35. +2
    -2
      src/main/org/apache/tools/ant/filters/BaseFilterReader.java
  36. +2
    -2
      src/main/org/apache/tools/ant/filters/BaseParamFilterReader.java
  37. +2
    -2
      src/main/org/apache/tools/ant/filters/ChainableReader.java
  38. +2
    -2
      src/main/org/apache/tools/ant/filters/ClassConstants.java
  39. +2
    -2
      src/main/org/apache/tools/ant/filters/ConcatFilter.java
  40. +2
    -2
      src/main/org/apache/tools/ant/filters/EscapeUnicode.java
  41. +2
    -2
      src/main/org/apache/tools/ant/filters/ExpandProperties.java
  42. +2
    -2
      src/main/org/apache/tools/ant/filters/HeadFilter.java
  43. +2
    -2
      src/main/org/apache/tools/ant/filters/LineContains.java
  44. +2
    -2
      src/main/org/apache/tools/ant/filters/LineContainsRegExp.java
  45. +2
    -2
      src/main/org/apache/tools/ant/filters/PrefixLines.java
  46. +2
    -2
      src/main/org/apache/tools/ant/filters/ReplaceTokens.java
  47. +2
    -2
      src/main/org/apache/tools/ant/filters/StringInputStream.java
  48. +2
    -2
      src/main/org/apache/tools/ant/filters/StripJavaComments.java
  49. +2
    -2
      src/main/org/apache/tools/ant/filters/StripLineBreaks.java
  50. +2
    -2
      src/main/org/apache/tools/ant/filters/StripLineComments.java
  51. +2
    -2
      src/main/org/apache/tools/ant/filters/TabsToSpaces.java
  52. +2
    -2
      src/main/org/apache/tools/ant/filters/TailFilter.java
  53. +2
    -2
      src/main/org/apache/tools/ant/filters/TokenFilter.java
  54. +2
    -2
      src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java
  55. +2
    -2
      src/main/org/apache/tools/ant/filters/util/JavaClassHelper.java
  56. +2
    -2
      src/main/org/apache/tools/ant/helper/AntXMLContext.java
  57. +2
    -2
      src/main/org/apache/tools/ant/helper/ProjectHelper2.java
  58. +2
    -2
      src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java
  59. +2
    -2
      src/main/org/apache/tools/ant/input/DefaultInputHandler.java
  60. +2
    -2
      src/main/org/apache/tools/ant/input/InputHandler.java
  61. +2
    -2
      src/main/org/apache/tools/ant/input/InputRequest.java
  62. +2
    -2
      src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java
  63. +2
    -2
      src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java
  64. +2
    -2
      src/main/org/apache/tools/ant/launch/AntMain.java
  65. +2
    -2
      src/main/org/apache/tools/ant/launch/LaunchException.java
  66. +3
    -3
      src/main/org/apache/tools/ant/launch/Launcher.java
  67. +2
    -2
      src/main/org/apache/tools/ant/launch/Locator.java
  68. +2
    -2
      src/main/org/apache/tools/ant/listener/AnsiColorLogger.java
  69. +2
    -2
      src/main/org/apache/tools/ant/listener/CommonsLoggingListener.java
  70. +2
    -2
      src/main/org/apache/tools/ant/listener/Log4jListener.java
  71. +2
    -2
      src/main/org/apache/tools/ant/listener/MailLogger.java
  72. +1
    -1
      src/main/org/apache/tools/ant/listener/defaults.properties
  73. +2
    -2
      src/main/org/apache/tools/ant/loader/AntClassLoader2.java
  74. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java
  75. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Ant.java
  76. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/AntStructure.java
  77. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Antlib.java
  78. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/AntlibDefinition.java
  79. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Available.java
  80. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/BUnzip2.java
  81. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/BZip2.java
  82. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Basename.java
  83. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/BuildNumber.java
  84. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/CVSPass.java
  85. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/CallTarget.java
  86. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Checksum.java
  87. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Chmod.java
  88. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Classloader.java
  89. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Concat.java
  90. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
  91. +3
    -3
      src/main/org/apache/tools/ant/taskdefs/Copy.java
  92. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Copydir.java
  93. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Copyfile.java
  94. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Cvs.java
  95. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/DefBase.java
  96. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/DefaultExcludes.java
  97. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Definer.java
  98. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Delete.java
  99. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Deltree.java
  100. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/DependSet.java

+ 2
- 2
src/etc/checkstyle/RequiredHeader.txt View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright Apache Software Foundation * Copyright Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,5 +12,5 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */

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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000,2002,2004 Apache Software Foundation * Copyright 2000,2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000,2002,2004 Apache Software Foundation * Copyright 2000,2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2002,2004 Apache Software Foundation * Copyright 2000-2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2004 Apache Software Foundation * Copyright 2001-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


+ 3
- 3
src/main/org/apache/tools/ant/ExitException.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2004 Apache Software Foundation * Copyright 2001-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;


@@ -48,7 +48,7 @@ public class ExitException extends SecurityException {
super(msg); super(msg);
this.status = status; this.status = status;
} }
/** /**
* The status code returned by System.exit() * The status code returned by System.exit()
* *


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;
@@ -996,7 +996,7 @@ public final class IntrospectionHelper implements BuildListener {
} }
final boolean finalIncludeProject = includeProject; final boolean finalIncludeProject = includeProject;
final Constructor finalConstructor = c; final Constructor finalConstructor = c;
return new AttributeSetter() { return new AttributeSetter() {
public void set(Project p, Object parent, String value) public void set(Project p, Object parent, String value)
throws InvocationTargetException, IllegalAccessException, BuildException { throws InvocationTargetException, IllegalAccessException, BuildException {
@@ -1017,7 +1017,7 @@ public final class IntrospectionHelper implements BuildListener {
} }
} }
}; };
} }
} }




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000,2002-2004 Apache Software Foundation * Copyright 2000,2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2004 Apache Software Foundation * Copyright 2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2002,2004 Apache Software Foundation * Copyright 2000-2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000,2002-2004 Apache Software Foundation * Copyright 2000,2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant; package org.apache.tools.ant;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2004 Apache Software Foundation * Copyright 2001-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


+ 3
- 3
src/main/org/apache/tools/ant/ProjectHelper.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;
@@ -497,7 +497,7 @@ public class ProjectHelper {
} }
return componentName.substring(0, index); return componentName.substring(0, index);
} }
/** /**
* extract the element name from a component name * extract the element name from a component name
* *


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2002,2004 Apache Software Foundation * Copyright 2001-2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


+ 3
- 3
src/main/org/apache/tools/ant/UnknownElement.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;
@@ -276,7 +276,7 @@ public class UnknownElement extends Task {
// commented out for the moment as the unit tests fail // commented out for the moment as the unit tests fail
// if it is done // if it is done
//getWrapper().setProxy(null); //getWrapper().setProxy(null);
} }


/** /**


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant; package org.apache.tools.ant;


+ 2
- 2
src/main/org/apache/tools/ant/filters/BaseFilterReader.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/BaseParamFilterReader.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/ChainableReader.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/ClassConstants.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/ConcatFilter.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/EscapeUnicode.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/ExpandProperties.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/HeadFilter.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/LineContains.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/LineContainsRegExp.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/PrefixLines.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/ReplaceTokens.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/StringInputStream.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/StripJavaComments.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/StripLineBreaks.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/StripLineComments.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/TabsToSpaces.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/TailFilter.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/TokenFilter.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters; package org.apache.tools.ant.filters;




+ 2
- 2
src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters.util; package org.apache.tools.ant.filters.util;




+ 2
- 2
src/main/org/apache/tools/ant/filters/util/JavaClassHelper.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.filters.util; package org.apache.tools.ant.filters.util;




+ 2
- 2
src/main/org/apache/tools/ant/helper/AntXMLContext.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.helper; package org.apache.tools.ant.helper;




+ 2
- 2
src/main/org/apache/tools/ant/helper/ProjectHelper2.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.helper; package org.apache.tools.ant.helper;


+ 2
- 2
src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.helper; package org.apache.tools.ant.helper;


+ 2
- 2
src/main/org/apache/tools/ant/input/DefaultInputHandler.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.input; package org.apache.tools.ant.input;


+ 2
- 2
src/main/org/apache/tools/ant/input/InputHandler.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.input; package org.apache.tools.ant.input;


+ 2
- 2
src/main/org/apache/tools/ant/input/InputRequest.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.input; package org.apache.tools.ant.input;


+ 2
- 2
src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.input; package org.apache.tools.ant.input;


+ 2
- 2
src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.input; package org.apache.tools.ant.input;


+ 2
- 2
src/main/org/apache/tools/ant/launch/AntMain.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.launch; package org.apache.tools.ant.launch;




+ 2
- 2
src/main/org/apache/tools/ant/launch/LaunchException.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.launch; package org.apache.tools.ant.launch;




+ 3
- 3
src/main/org/apache/tools/ant/launch/Launcher.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.launch; package org.apache.tools.ant.launch;


@@ -118,7 +118,7 @@ public class Launcher {
while (myTokenizer.hasMoreElements()) { while (myTokenizer.hasMoreElements()) {
String elementName = myTokenizer.nextToken(); String elementName = myTokenizer.nextToken();
File element = new File(elementName); File element = new File(elementName);
if (elementName.startsWith("%") && elementName.endsWith("%")
if (elementName.startsWith("%") && elementName.endsWith("%")
&& !element.exists()) { && !element.exists()) {
continue; continue;
} }


+ 2
- 2
src/main/org/apache/tools/ant/launch/Locator.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.launch; package org.apache.tools.ant.launch;




+ 2
- 2
src/main/org/apache/tools/ant/listener/AnsiColorLogger.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.listener; package org.apache.tools.ant.listener;




+ 2
- 2
src/main/org/apache/tools/ant/listener/CommonsLoggingListener.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.listener; package org.apache.tools.ant.listener;


+ 2
- 2
src/main/org/apache/tools/ant/listener/Log4jListener.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2002,2004 Apache Software Foundation * Copyright 2001-2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.listener; package org.apache.tools.ant.listener;


+ 2
- 2
src/main/org/apache/tools/ant/listener/MailLogger.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.listener; package org.apache.tools.ant.listener;




+ 1
- 1
src/main/org/apache/tools/ant/listener/defaults.properties View File

@@ -13,7 +13,7 @@
# 5 -> link # 5 -> link
# 7 -> Reverse # 7 -> Reverse
# 8 -> Hidden # 8 -> Hidden
#
#
# Foreground is one of the following: # Foreground is one of the following:
# 30 -> Black # 30 -> Black
# 31 -> Red # 31 -> Red


+ 2
- 2
src/main/org/apache/tools/ant/loader/AntClassLoader2.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.loader; package org.apache.tools.ant.loader;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2002,2004 Apache Software Foundation * Copyright 2001-2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2002,2004 Apache Software Foundation * Copyright 2001-2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002,2004 Apache Software Foundation * Copyright 2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2004 Apache Software Foundation * Copyright 2001-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2004 Apache Software Foundation * Copyright 2001-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */
package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;




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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2004 Apache Software Foundation * Copyright 2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2004 Apache Software Foundation * Copyright 2001-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


+ 3
- 3
src/main/org/apache/tools/ant/taskdefs/Copy.java View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;
@@ -374,7 +374,7 @@ public class Copy extends Task {
} }


if (forceOverwrite || !destFile.exists() if (forceOverwrite || !destFile.exists()
|| (file.lastModified() - granularity
|| (file.lastModified() - granularity
> destFile.lastModified())) { > destFile.lastModified())) {
fileCopyMap.put(file.getAbsolutePath(), fileCopyMap.put(file.getAbsolutePath(),
new String[] {destFile.getAbsolutePath()}); new String[] {destFile.getAbsolutePath()});


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000,2002-2004 Apache Software Foundation * Copyright 2000,2002-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000,2002,2004 Apache Software Foundation * Copyright 2000,2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2002,2004 Apache Software Foundation * Copyright 2000-2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2003-2004 Apache Software Foundation * Copyright 2003-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2004 Apache Software Foundation * Copyright 2001-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000-2004 Apache Software Foundation * Copyright 2000-2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2000,2002,2004 Apache Software Foundation * Copyright 2000,2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


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

@@ -1,4 +1,4 @@
/*
/*
* Copyright 2001-2002,2004 Apache Software Foundation * Copyright 2001-2002,2004 Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
*
*/ */


package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save