Browse Source

Fix up license banner.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270362 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
255020c002
100 changed files with 107 additions and 113 deletions
  1. +6
    -6
      proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java
  2. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/AntClassLoader.java
  3. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/BuildEvent.java
  4. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/BuildListener.java
  5. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/BuildLogger.java
  6. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/DemuxOutputStream.java
  7. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/DirectoryScanner.java
  8. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/FileScanner.java
  9. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/PathTokenizer.java
  10. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/Project.java
  11. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java
  12. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/Target.java
  13. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/Task.java
  14. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/TaskAdapter.java
  15. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/AntStructure.java
  16. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Available.java
  17. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/BUnzip2.java
  18. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/BZip2.java
  19. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Checksum.java
  20. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java
  21. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/DependSet.java
  22. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Ear.java
  23. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Echo.java
  24. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java
  25. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java
  26. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Expand.java
  27. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Filter.java
  28. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java
  29. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GUnzip.java
  30. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GZip.java
  31. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java
  32. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Get.java
  33. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Input.java
  34. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Jar.java
  35. +1
    -2
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Java.java
  36. +2
    -3
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Javac.java
  37. +1
    -2
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
  38. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Manifest.java
  39. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/ManifestException.java
  40. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/MatchingTask.java
  41. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Pack.java
  42. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Patch.java
  43. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/PathConvert.java
  44. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Property.java
  45. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Recorder.java
  46. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java
  47. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Replace.java
  48. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Rmic.java
  49. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/SQLExec.java
  50. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/SendEmail.java
  51. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/SignJar.java
  52. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Sleep.java
  53. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Tar.java
  54. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Touch.java
  55. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Tstamp.java
  56. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Unpack.java
  57. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Untar.java
  58. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/UpToDate.java
  59. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/WaitFor.java
  60. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/War.java
  61. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Zip.java
  62. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.java
  63. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java
  64. +1
    -2
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java
  65. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java
  66. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Javac12.java
  67. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Javac13.java
  68. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/JavacExternal.java
  69. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
  70. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Jvc.java
  71. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Kjc.java
  72. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Sj.java
  73. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/And.java
  74. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java
  75. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java
  76. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java
  77. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Http.java
  78. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java
  79. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Not.java
  80. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Or.java
  81. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Socket.java
  82. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecTask.java
  83. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/Execute.java
  84. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecuteStreamHandler.java
  85. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/LogOutputStream.java
  86. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/LogStreamHandler.java
  87. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/PumpStreamHandler.java
  88. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/StreamPumper.java
  89. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Copy.java
  90. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Delete.java
  91. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Mkdir.java
  92. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Move.java
  93. +2
    -4
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/ANTLR.java
  94. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java
  95. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/IContract.java
  96. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java
  97. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/ManifestFile.java
  98. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java
  99. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
  100. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java

+ 6
- 6
proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java View File

@@ -25,14 +25,14 @@ public interface TaskContext
{
//these values are used when setting properties to indicate the scope at
//which properties are set
ScopeEnum CURRENT = new ScopeEnum( "Current" );
ScopeEnum PARENT = new ScopeEnum( "Parent" );
ScopeEnum TOP_LEVEL = new ScopeEnum( "TopLevel" );
ScopeEnum CURRENT = new ScopeEnum( "Current" );
ScopeEnum PARENT = new ScopeEnum( "Parent" );
ScopeEnum TOP_LEVEL = new ScopeEnum( "TopLevel" );

//these are the names of properties that every TaskContext must contain
String JAVA_VERSION = "myrmidon.java.version";
String BASE_DIRECTORY = "myrmidon.base.directory";
String NAME = "myrmidon.task.name";
String JAVA_VERSION = "myrmidon.java.version";
String BASE_DIRECTORY = "myrmidon.base.directory";
String NAME = "myrmidon.task.name";

/**
* Retrieve JavaVersion running under.


+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/AntClassLoader.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/BuildEvent.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/BuildListener.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/BuildLogger.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/DemuxOutputStream.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



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

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/FileScanner.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/PathTokenizer.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/Project.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/Target.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/Task.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/TaskAdapter.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/AntStructure.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Available.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/BUnzip2.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/BZip2.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Checksum.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/DependSet.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Ear.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Echo.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Expand.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Filter.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GUnzip.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GZip.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Get.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Input.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Jar.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 2
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Java.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;

@@ -17,7 +17,6 @@ import org.apache.tools.ant.Project;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.taskdefs.exec.Execute;
import org.apache.tools.ant.taskdefs.exec.LogOutputStream;
import org.apache.tools.ant.taskdefs.exec.PumpStreamHandler;
import org.apache.tools.ant.types.Argument;
import org.apache.tools.ant.types.CommandlineJava;
import org.apache.tools.ant.types.EnvironmentVariable;


+ 2
- 3
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Javac.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;

@@ -16,10 +16,9 @@ import org.apache.tools.ant.DirectoryScanner;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.taskdefs.compilers.CompilerAdapter;
import org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory;
import org.apache.tools.ant.types.Commandline;
import org.apache.tools.ant.types.Argument;
import org.apache.tools.ant.types.Path;
import org.apache.tools.ant.types.Reference;
import org.apache.tools.ant.types.Argument;
import org.apache.tools.ant.util.GlobPatternMapper;
import org.apache.tools.ant.util.SourceFileScanner;



+ 1
- 2
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Javadoc.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;

@@ -22,7 +22,6 @@ import org.apache.tools.ant.Project;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.taskdefs.exec.Execute;
import org.apache.tools.ant.taskdefs.exec.LogOutputStream;
import org.apache.tools.ant.taskdefs.exec.PumpStreamHandler;
import org.apache.tools.ant.types.Commandline;
import org.apache.tools.ant.types.EnumeratedAttribute;
import org.apache.tools.ant.types.FileSet;


+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Manifest.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/ManifestException.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/MatchingTask.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Pack.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Patch.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/PathConvert.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Property.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Recorder.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Replace.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Rmic.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



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

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/SendEmail.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/SignJar.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Sleep.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Tar.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Touch.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Tstamp.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Unpack.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Untar.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/UpToDate.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/WaitFor.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/War.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/Zip.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 2
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;

@@ -15,7 +15,6 @@ import org.apache.myrmidon.api.TaskException;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.taskdefs.Javac;
import org.apache.tools.ant.taskdefs.exec.Execute;
import org.apache.tools.ant.taskdefs.exec.LogStreamHandler;
import org.apache.tools.ant.taskdefs.exec.LogOutputStream;
import org.apache.tools.ant.types.Commandline;
import org.apache.tools.ant.types.Path;


+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Javac12.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Javac13.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/JavacExternal.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Jvc.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Kjc.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/compilers/Sj.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.compilers;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/And.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Condition.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Http.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/IsSet.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Not.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Or.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/condition/Socket.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.condition;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecTask.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.exec;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/Execute.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.exec;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecuteStreamHandler.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.exec;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/LogOutputStream.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.exec;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/LogStreamHandler.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.exec;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/PumpStreamHandler.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.exec;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/StreamPumper.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.exec;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Copy.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.file;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Delete.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.file;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Mkdir.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.file;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Move.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.file;



+ 2
- 4
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/ANTLR.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional;

@@ -17,12 +17,10 @@ import org.apache.tools.ant.Project;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.taskdefs.ExecuteJava;
import org.apache.tools.ant.taskdefs.exec.Execute;
import org.apache.tools.ant.taskdefs.exec.LogStreamHandler;
import org.apache.tools.ant.taskdefs.exec.LogOutputStream;
import org.apache.tools.ant.types.Commandline;
import org.apache.tools.ant.types.Argument;
import org.apache.tools.ant.types.CommandlineJava;
import org.apache.tools.ant.types.Path;
import org.apache.tools.ant.types.Argument;

/**
* ANTLR task.


+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/IContract.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/ManifestFile.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional;



+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java View File

@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE file.
* the LICENSE.txt file.
*/
package org.apache.tools.ant.taskdefs.optional;



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

Loading…
Cancel
Save