Browse Source

Fix up license banner.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270361 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
3ddf07367d
100 changed files with 108 additions and 101 deletions
  1. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/Fail.java
  2. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/Log.java
  3. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/Property.java
  4. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToByteConverter.java
  5. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToClassConverter.java
  6. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToDoubleConverter.java
  7. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToFileConverter.java
  8. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToFloatConverter.java
  9. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToIntegerConverter.java
  10. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToLongConverter.java
  11. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToShortConverter.java
  12. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/core/StringToURLConverter.java
  13. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/cvslib/CVSPass.java
  14. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/cvslib/Cvs.java
  15. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/runtime/ConverterDef.java
  16. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/runtime/Facility.java
  17. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/runtime/Import.java
  18. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/runtime/TypeDef.java
  19. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/selftest/ConfigurationTest.java
  20. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/selftest/ContentTest.java
  21. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/selftest/ExtensionsTest.java
  22. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/selftest/PrimitiveTypesTest.java
  23. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/selftest/SubElementTest.java
  24. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1/ExtensionsLoadedClass.java
  25. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/xml/TraXLiaison.java
  26. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/xml/XMLValidateTask.java
  27. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTLiaison.java
  28. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java
  29. +1
    -1
      proposal/myrmidon/src/java/org/apache/antlib/xml/XalanLiaison.java
  30. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/Constants.java
  31. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/api/AbstractTask.java
  32. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/api/JavaVersion.java
  33. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/api/Task.java
  34. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java
  35. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskException.java
  36. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AbstractAspectHandler.java
  37. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AspectHandler.java
  38. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/aspects/NoopAspectHandler.java
  39. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/aspect/DefaultAspectManager.java
  40. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ATIProjectBuilder.java
  41. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/DefaultProjectBuilder.java
  42. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ReactorPIHandler.java
  43. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/StopParsingException.java
  44. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.java
  45. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultConverterRegistry.java
  46. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultMasterConverter.java
  47. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/DefaultDeployer.java
  48. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java
  49. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java
  50. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/AspectAwareExecutor.java
  51. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutionFrame.java
  52. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutor.java
  53. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/PrintingExecutor.java
  54. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/extensions/DefaultExtensionManager.java
  55. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/model/DefaultProject.java
  56. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/role/DefaultRoleManager.java
  57. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/type/DefaultTypeManager.java
  58. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/type/MultiSourceTypeFactory.java
  59. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.java
  60. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultWorkspace.java
  61. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/LogTargetToListenerAdapter.java
  62. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectEntry.java
  63. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectListenerSupport.java
  64. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/converter/AbstractConverter.java
  65. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/converter/Converter.java
  66. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/converter/ConverterException.java
  67. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractContainerTask.java
  68. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractTypeDef.java
  69. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/Condition.java
  70. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/DataType.java
  71. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/Os.java
  72. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/Pattern.java
  73. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/TypeInstanceTask.java
  74. +4
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/DefaultExecManager.java
  75. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/ExecException.java
  76. +6
    -2
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/launchers/ExecUtil.java
  77. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/frontends/CLIMain.java
  78. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/aspect/AspectManager.java
  79. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/builder/ProjectBuilder.java
  80. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/configurer/Configurer.java
  81. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/ConverterRegistry.java
  82. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/MasterConverter.java
  83. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/Deployer.java
  84. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/DeploymentException.java
  85. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/embeddor/Embeddor.java
  86. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/ExecutionFrame.java
  87. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/Executor.java
  88. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions/ExtensionManager.java
  89. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Project.java
  90. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Target.java
  91. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/TypeLib.java
  92. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/role/RoleManager.java
  93. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/DefaultTypeFactory.java
  94. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeException.java
  95. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeFactory.java
  96. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java
  97. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/workspace/Workspace.java
  98. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/launcher/Main.java
  99. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/listeners/AbstractProjectListener.java
  100. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ClassicProjectListener.java

+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/Fail.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/Log.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToByteConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToClassConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToDoubleConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToFileConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToFloatConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToIntegerConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToLongConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToShortConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/core/StringToURLConverter.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.antlib.core;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/cvslib/CVSPass.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.antlib.cvslib;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/cvslib/Cvs.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.antlib.cvslib;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/runtime/ConverterDef.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.antlib.runtime;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/runtime/Facility.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.antlib.runtime;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/runtime/Import.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.antlib.runtime;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/runtime/TypeDef.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.antlib.runtime;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/selftest/ConfigurationTest.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.antlib.selftest;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/selftest/ContentTest.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.antlib.selftest;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/selftest/ExtensionsTest.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.antlib.selftest;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/selftest/PrimitiveTypesTest.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.antlib.selftest;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/selftest/SubElementTest.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.antlib.selftest;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1/ExtensionsLoadedClass.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.antlib.selftest.extension1;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/xml/TraXLiaison.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.antlib.xml;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/xml/XMLValidateTask.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.antlib.xml;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTLiaison.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.antlib.xml;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.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.antlib.xml;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/antlib/xml/XalanLiaison.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.antlib.xml;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/Constants.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.myrmidon;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/api/AbstractTask.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.myrmidon.api;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/api/JavaVersion.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.myrmidon.api;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/api/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.myrmidon.api;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.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.myrmidon.api;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskException.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.myrmidon.api;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AbstractAspectHandler.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.myrmidon.aspects;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AspectHandler.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.myrmidon.aspects;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/aspects/NoopAspectHandler.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.myrmidon.aspects;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/aspect/DefaultAspectManager.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.myrmidon.components.aspect;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ATIProjectBuilder.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.myrmidon.components.builder;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/DefaultProjectBuilder.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.myrmidon.components.builder;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ReactorPIHandler.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.myrmidon.components.builder;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/StopParsingException.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.myrmidon.components.builder;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.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.myrmidon.components.configurer;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultConverterRegistry.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.myrmidon.components.converter;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultMasterConverter.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.myrmidon.components.converter;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/DefaultDeployer.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.myrmidon.components.deployer;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.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.myrmidon.components.deployer;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.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.myrmidon.components.embeddor;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/AspectAwareExecutor.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.myrmidon.components.executor;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutionFrame.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.myrmidon.components.executor;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutor.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.myrmidon.components.executor;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/PrintingExecutor.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.myrmidon.components.executor;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/extensions/DefaultExtensionManager.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.myrmidon.components.extensions;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/model/DefaultProject.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.myrmidon.components.model;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/role/DefaultRoleManager.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.myrmidon.components.role;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/type/DefaultTypeManager.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.myrmidon.components.type;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/type/MultiSourceTypeFactory.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.myrmidon.components.type;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.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.myrmidon.components.workspace;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultWorkspace.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.myrmidon.components.workspace;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/LogTargetToListenerAdapter.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.myrmidon.components.workspace;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectEntry.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.myrmidon.components.workspace;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectListenerSupport.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.myrmidon.components.workspace;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/converter/AbstractConverter.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.myrmidon.converter;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/converter/Converter.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.myrmidon.converter;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/converter/ConverterException.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.myrmidon.converter;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractContainerTask.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.myrmidon.framework;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractTypeDef.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.myrmidon.framework;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/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.myrmidon.framework;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/DataType.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.myrmidon.framework;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/Os.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.myrmidon.framework;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/Pattern.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.myrmidon.framework;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/TypeInstanceTask.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.myrmidon.framework;



+ 4
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/DefaultExecManager.java View File

@@ -72,7 +72,10 @@ public class DefaultExecManager
waitFor( process );

//Now wait for monitor to finish aswell
try { thread.join(); }
try
{
thread.join();
}
catch( InterruptedException e )
{
//should never occur.


+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/ExecException.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.myrmidon.framework.exec;



+ 6
- 2
proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/launchers/ExecUtil.java View File

@@ -80,8 +80,12 @@ class ExecUtil
protected static String[] toNativeEnvironment( final Properties environment )
throws ExecException
{
if( null == environment ) return null;
else { return Environment.toNativeFormat( environment ); }
if( null == environment )
return null;
else
{
return Environment.toNativeFormat( environment );
}
}

/**


+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/frontends/CLIMain.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.myrmidon.frontends;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/aspect/AspectManager.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.myrmidon.interfaces.aspect;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/builder/ProjectBuilder.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.myrmidon.interfaces.builder;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/configurer/Configurer.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.myrmidon.interfaces.configurer;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/ConverterRegistry.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.myrmidon.interfaces.converter;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/MasterConverter.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.myrmidon.interfaces.converter;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/Deployer.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.myrmidon.interfaces.deployer;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/DeploymentException.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.myrmidon.interfaces.deployer;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/embeddor/Embeddor.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.myrmidon.interfaces.embeddor;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/ExecutionFrame.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.myrmidon.interfaces.executor;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/Executor.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.myrmidon.interfaces.executor;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions/ExtensionManager.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.myrmidon.interfaces.extensions;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/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.myrmidon.interfaces.model;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/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.myrmidon.interfaces.model;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/TypeLib.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.myrmidon.interfaces.model;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/role/RoleManager.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.myrmidon.interfaces.role;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/DefaultTypeFactory.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.myrmidon.interfaces.type;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeException.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.myrmidon.interfaces.type;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeFactory.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.myrmidon.interfaces.type;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.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.myrmidon.interfaces.type;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/workspace/Workspace.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.myrmidon.interfaces.workspace;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/launcher/Main.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.myrmidon.launcher;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/listeners/AbstractProjectListener.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.myrmidon.listeners;



+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ClassicProjectListener.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.myrmidon.listeners;



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

Loading…
Cancel
Save