You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by hi...@apache.org on 2011/02/17 20:12:26 UTC

svn commit: r1071767 [1/10] - in /incubator/easyant/core/trunk: ./ bin/ example/build-configurations/src/main/java/org/apache/easyant/example/ example/build-configurations/src/main/resources/ example/build-configurations/src/test/java/org/apache/easyan...

Author: hibou
Date: Thu Feb 17 20:12:09 2011
New Revision: 1071767

URL: http://svn.apache.org/viewvc?rev=1071767&view=rev
Log:
put the ASF header

Modified:
    incubator/easyant/core/trunk/bin/antRun.pl
    incubator/easyant/core/trunk/bin/easyant
    incubator/easyant/core/trunk/bin/easyant.bat
    incubator/easyant/core/trunk/build.xml
    incubator/easyant/core/trunk/easyant-conf.xml
    incubator/easyant/core/trunk/example/build-configurations/src/main/java/org/apache/easyant/example/Example.java
    incubator/easyant/core/trunk/example/build-configurations/src/main/resources/main.properties
    incubator/easyant/core/trunk/example/build-configurations/src/test/java/org/apache/easyant/example/ExampleTest.java
    incubator/easyant/core/trunk/example/build-configurations/src/test/resources/test.properties
    incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCore.java
    incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCoreImpl.java
    incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/java/org/apache/easyant/example/Example.java
    incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/resources/main.properties
    incubator/easyant/core/trunk/example/standard-java-app/src/main/java/org/apache/easyant/example/Example.java
    incubator/easyant/core/trunk/example/standard-java-app/src/main/resources/main.properties
    incubator/easyant/core/trunk/example/standard-java-app/src/test/java/org/apache/easyant/example/ExampleTest.java
    incubator/easyant/core/trunk/example/standard-java-app/src/test/resources/test.properties
    incubator/easyant/core/trunk/example/standard-scala-app/src/main/resources/main.properties
    incubator/easyant/core/trunk/example/standard-scala-app/src/test/resources/test.properties
    incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java
    incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/resources/main.properties
    incubator/easyant/core/trunk/example/std-java-with-documentation/src/test/java/org/apache/easyant/example/ExampleTest.java
    incubator/easyant/core/trunk/example/std-java-with-documentation/src/test/resources/test.properties
    incubator/easyant/core/trunk/example/webapp-java/src/main/java/org/apache/easyant/example/Example.java
    incubator/easyant/core/trunk/example/webapp-java/src/main/resources/main.properties
    incubator/easyant/core/trunk/example/webapp-java/src/test/java/org/apache/easyant/example/ExampleTest.java
    incubator/easyant/core/trunk/example/webapp-java/src/test/resources/test.properties
    incubator/easyant/core/trunk/ivysettings.xml
    incubator/easyant/core/trunk/module.ant
    incubator/easyant/core/trunk/module.ivy
    incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.properties
    incubator/easyant/core/trunk/src/build/etc/cache-wrapper-ivysettings.xml
    incubator/easyant/core/trunk/src/documentation/changelog.html
    incubator/easyant/core/trunk/src/documentation/changelog/0.7.html
    incubator/easyant/core/trunk/src/documentation/contact.html
    incubator/easyant/core/trunk/src/documentation/faq.html
    incubator/easyant/core/trunk/src/documentation/howto/BuildConfigurations.html
    incubator/easyant/core/trunk/src/documentation/howto/GettingStarted.html
    incubator/easyant/core/trunk/src/documentation/howto/SettingupasimpleEasyAntproject.html
    incubator/easyant/core/trunk/src/documentation/howto/multimodules.html
    incubator/easyant/core/trunk/src/documentation/howto/skeleton.html
    incubator/easyant/core/trunk/src/documentation/howto/writePlugins.html
    incubator/easyant/core/trunk/src/documentation/index.html
    incubator/easyant/core/trunk/src/documentation/printTemplate.html
    incubator/easyant/core/trunk/src/documentation/ref/Defaultlifecycle.html
    incubator/easyant/core/trunk/src/documentation/ref/Directorystructure.html
    incubator/easyant/core/trunk/src/documentation/ref/EasyAntconfigurationfile.html
    incubator/easyant/core/trunk/src/documentation/ref/Modulefiles.html
    incubator/easyant/core/trunk/src/documentation/ref/ProjectIvyInstance.html
    incubator/easyant/core/trunk/src/documentation/ref/ProjectMancommand.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/BindTarget.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/CoreVersiontask.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/Importtask.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/LoadModuletask.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/Parametertask.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/Pathtask.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/Property.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/SubModuletask.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/buildtypetask.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/checkresolver.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/easyant.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/findclasspath.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/findclasspath/basic-configuration-strategy.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/findclasspath/environment-strategy.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/findclasspath/project-dependency-strategy.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/menugenerator.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/plugintask.html
    incubator/easyant/core/trunk/src/documentation/ref/anttasks/registerartifact.html
    incubator/easyant/core/trunk/src/documentation/ref/buildtypes/buildtypes.html
    incubator/easyant/core/trunk/src/documentation/ref/features.html
    incubator/easyant/core/trunk/src/documentation/ref/phases.html
    incubator/easyant/core/trunk/src/documentation/ref/plugins/plugins.html
    incubator/easyant/core/trunk/src/documentation/reference.html
    incubator/easyant/core/trunk/src/documentation/style/style.css
    incubator/easyant/core/trunk/src/documentation/style/tree.css
    incubator/easyant/core/trunk/src/documentation/template.html
    incubator/easyant/core/trunk/src/documentation/tutorials.html
    incubator/easyant/core/trunk/src/documentation/xooki/antlib.xml
    incubator/easyant/core/trunk/src/documentation/xooki/blankPageTpl.html
    incubator/easyant/core/trunk/src/integration-test/antunit/common/test-utils.ant
    incubator/easyant/core/trunk/src/integration-test/antunit/examples/examples-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/build-std-java/0.2/build-std-java-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/build-std-java/0.2/executable/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/build-std-java/0.2/executable/src/main/java/org/apache/easyant/test/Main.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.1/ivysettings.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.1/meta-build-test-core/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.1/meta-build-test-core/src/main/java/org/apache/easyant/test/HelloService.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.1/meta-build-test-web/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.1/meta-build-test-web/src/main/java/org/apache/easyant/test/web/HelloServlet.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.1/meta-build-test-web/src/main/webapp/WEB-INF/web.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.1/meta-build-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.1/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2-using-orchestrator-as-parent/ivysettings.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2-using-orchestrator-as-parent/meta-build-test-core/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2-using-orchestrator-as-parent/meta-build-test-core/src/main/java/org/apache/easyant/test/HelloService.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2-using-orchestrator-as-parent/meta-build-test-web/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2-using-orchestrator-as-parent/meta-build-test-web/src/main/java/org/apache/easyant/test/web/HelloServlet.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2-using-orchestrator-as-parent/meta-build-test-web/src/main/webapp/WEB-INF/web.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2-using-orchestrator-as-parent/meta-build-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2-using-orchestrator-as-parent/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/ivysettings.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/meta-build-test-core/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/meta-build-test-core/src/main/java/org/apache/easyant/test/HelloService.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/meta-build-test-web/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/meta-build-test-web/src/main/java/org/apache/easyant/test/web/HelloServlet.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/meta-build-test-web/src/main/webapp/WEB-INF/web.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/meta-build-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.buildtypes/meta-build/0.2/parent.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.core/build-configuration-test/build-configuration-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.core/build-configuration-test/module.ant
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.core/build-configuration-test/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/abstract-coverage/0.1/src/main/java/org/apache/easyant/plugins/coverage/HelloWorld.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/abstract-coverage/0.1/src/test/java/org/apache/easyant/plugins/coverage/HelloWorldTest.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/coverage-cobertura/0.1/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/emma/0.1/emma-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/emma/0.1/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/integrationTest/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/integrationTest/src/integration-test/java/org/apache/easyant/FailingIntegrationTest.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/integrationTest/src/integration-test/java/org/apache/easyant/PassingIntegrationTest.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/integrationTest/src/main/java/org/apache/easyant/HelloWorld.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/test-junit-test.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/testJar/definesTest/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/testJar/definesTest/src/main/java/org/apache/easyant/HelloWorld.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/testJar/definesTest/src/test/java/org/apache/easyant/SimpleTest.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/testJar/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-junit/0.2/testJar/runsTest/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-testng/0.2/module.ivy
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-testng/0.2/src/integration-test/java/org/apache/easyant/FailingIntegrationTest.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-testng/0.2/src/integration-test/java/org/apache/easyant/PassingIntegrationTest.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-testng/0.2/src/integration-test/resources/testng-fail.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-testng/0.2/src/integration-test/resources/testng-pass.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-testng/0.2/src/integration-test/resources/testng.xml
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-testng/0.2/src/main/java/org/apache/easyant/HelloWorld.java
    incubator/easyant/core/trunk/src/integration-test/antunit/org.apache.easyant.plugins/test-testng/0.2/test-testng-test.xml
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/BuildConfigurationHelper.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/EasyAntConfiguration.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/EasyAntConstants.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/EasyAntEngine.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/EasyAntMagicNames.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/EasyAntMain.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ant/EasyAntProjectHelper.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ant/MetaBuildExecutor.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ant/Phase.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ant/listerners/DefaultEasyAntLogger.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ant/listerners/MultiModuleLogger.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/descriptor/AdvancedInheritableItem.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/descriptor/DefaultEasyAntDescriptor.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/descriptor/EasyAntModuleDescriptor.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/descriptor/PhaseMappingDescriptor.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/descriptor/PluginDescriptor.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/descriptor/PropertyDescriptor.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/factory/EasyantConfigurationFactory.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ivy/InheritableScope.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ivy/IvyInstanceHelper.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ivy/repository/JarRepository.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/ivy/resolvers/JarResolver.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/menu/MenuGenerator.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/menu/MenuGeneratorRegistry.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/parser/DefaultEasyAntXmlModuleDescriptorParser.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/parser/EasyAntConfigParser.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/parser/EasyAntModuleDescriptorParser.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/EasyAntReport.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/EasyAntReportModuleParser.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/ImportedModuleReport.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/ParameterReport.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/ParameterType.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/PhaseReport.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/TargetReport.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/XMLEasyAntReportWriter.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/report/XmlEasyAntReportOutputter.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/services/PluginService.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/core/services/impl/DefaultPluginServiceImpl.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/man/Describe.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/man/ListPhases.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/man/ListPlugins.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/man/ListProps.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/man/ListTargets.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/man/ManCommand.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/man/ProjectMan.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/AbstractEasyAntTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/BindTarget.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/CheckResolver.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/ConfigureBuildScopedRepository.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/CoreRevisionCheckerTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/EasyAntRunner.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/Import.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/LoadModule.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/ParameterTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/PathTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/PropertyTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/RegisterArtifact.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/RepositoryReport.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/SearchModule.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/SubModule.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/findclasspath/AbstractFindClassPathStrategy.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/findclasspath/BasicConfigurationStrategy.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/findclasspath/EnvironmentStrategy.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/findclasspath/FindClasspathTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/findclasspath/ProjectDependencyStrategy.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/menu/AbstractMenuGeneratorTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/menu/AddMenuEntryTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/menu/EndMenuTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/menu/MenuEntry.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/menu/MenuGeneratorUtils.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/menu/RegisterMenuGeneratorTask.java
    incubator/easyant/core/trunk/src/main/java/org/apache/easyant/tasks/menu/StartMenuTask.java
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/antlib.xml
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/default-easyant-ivysettings.xml
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/default-project-ivysettings.xml
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/easyant-config.xsd
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/extra-easyant-ivysettings.xml
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/report/easyant-report-dot.xsl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/report/easyant-report.css
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/report/easyant-report.xsl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-ant-plugin/0.1/build-std-ant-plugin.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-ant-plugin/0.1/build-std-ant-plugin.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-ant-plugin/0.1/build-std-ant-plugin.properties
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-groovy/0.1/build-std-groovy.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-groovy/0.1/build-std-groovy.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-groovy/0.1/build-std-groovy.properties
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-java/0.2/build-std-java.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-java/0.2/build-std-java.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-java/0.2/build-std-java.properties
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-scala/0.1/build-std-scala.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-scala/0.1/build-std-scala.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-scala/0.1/build-std-scala.properties
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-skeleton/0.1/build-std-skeleton.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-skeleton/0.1/build-std-skeleton.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-std-skeleton/0.1/build-std-skeleton.properties
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-webapp-java/0.1/build-webapp-java.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-webapp-java/0.1/build-webapp-java.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/build-webapp-java/0.1/build-webapp-java.properties
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/meta-build/0.1/meta-build.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/meta-build/0.1/meta-build.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/meta-build/0.1/meta-build.properties
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/meta-build/0.2/meta-build.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/meta-build/0.2/meta-build.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.buildtypes/meta-build/0.2/meta-build.properties
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/abstract-coverage/0.1/abstract-coverage.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/abstract-coverage/0.1/abstract-coverage.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/abstract-test/0.1/abstract-test.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/abstract-test/0.1/abstract-test.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/antcontrib-activator/0.1/antcontrib-activator.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/antcontrib-activator/0.1/antcontrib-activator.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/antunit/0.1/antunit.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/antunit/0.1/antunit.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/antunit/0.1/junit-frames.xsl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/antunit/0.1/junit-noframes.xsl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/build-tools/0.1/build-tools.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/build-tools/0.1/build-tools.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/build-tools/0.2/build-tools.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/build-tools/0.2/build-tools.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/checkstyle/0.1/checkstyle.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/checkstyle/0.1/checkstyle.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/checkstyle/0.1/checkstyle.xml
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/checkstyle/0.1/checkstyle.xsl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/clean-std/0.1/clean-std.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/clean-std/0.1/clean-std.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-groovy/0.1/compile-groovy.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-groovy/0.1/compile-groovy.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-java/0.1/compile-java.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-java/0.1/compile-java.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-scala/0.1/compile-scala.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-scala/0.1/compile-scala.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-test-groovy/0.1/compile-test-groovy.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-test-groovy/0.1/compile-test-groovy.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-test-java/0.1/compile-test-java.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-test-java/0.1/compile-test-java.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-test-scala/0.1/compile-test-scala.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/compile-test-scala/0.1/compile-test-scala.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/default-version-strategy/0.1/default-version-strategy.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/default-version-strategy/0.1/default-version-strategy.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/deps-lib/0.2/deps-lib.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/deps-lib/0.2/deps-lib.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/distribution/0.1/distribution.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/distribution/0.1/distribution.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/documentation/0.1/documentation.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/documentation/0.1/documentation.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/documentation/0.1/site.xsl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/documentation/0.1/style.css
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/eadoc/0.1/eadoc-buildtype.xsl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/eadoc/0.1/eadoc-plugin.xsl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/eadoc/0.1/eadoc.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/eadoc/0.1/eadoc.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/easyant-plugin-publication/0.1/easyant-plugin-publication.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/easyant-plugin-publication/0.1/easyant-plugin-publication.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-provisioning/0.1/ivy-provisioning.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-provisioning/0.1/ivy-provisioning.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-publication/0.1/ivy-publication.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-publication/0.1/ivy-publication.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-repo-management/0.1/ivy-repo-management.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-repo-management/0.1/ivy-repo-management.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-repo-management/0.1/ivy.xml.tpl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-utils/0.1/ivy-utils.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/ivy-utils/0.1/ivy-utils.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/javadoc/0.1/javadoc.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/javadoc/0.1/javadoc.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/manifest/0.1/manifest.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/manifest/0.1/manifest.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/package-jar/0.1/package-jar.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/package-jar/0.1/package-jar.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/package-test-jar/0.1/package-test-jar.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/package-test-jar/0.1/package-test-jar.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/package-war/0.1/package-war.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/package-war/0.1/package-war.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/phases-std/0.2/phases-std.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/phases-std/0.2/phases-std.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/resources-std/0.1/resources-std.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/resources-std/0.1/resources-std.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/run-java/0.1/run-java.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/run-java/0.1/run-java.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/scaladoc/0.1/scaladoc.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/scaladoc/0.1/scaladoc.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/scm-svn/0.1/scm-svn.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/scm-svn/0.1/scm-svn.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/skeleton/0.1/ivy.xml.tpl
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/skeleton/0.1/skeleton.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/skeleton/0.1/skeleton.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/skeleton/0.2/skeleton.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/skeleton/0.2/skeleton.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/source-jar/0.1/source-jar.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/source-jar/0.1/source-jar.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/test-junit/0.2/test-junit.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/test-junit/0.2/test-junit.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/test-testng/0.2/test-testng.ant
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.plugins/test-testng/0.2/test-testng.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.skeletons/std-ant-plugin/0.1/std-ant-plugin.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.skeletons/std-java-application/0.1/std-java-application.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.skeletons/std-java-webapplication/0.1/std-java-webapplication.ivy
    incubator/easyant/core/trunk/src/main/resources/org/apache/easyant/core/repository/modules/org.apache.easyant.skeletons/std-skeleton/0.1/std-skeleton.ivy
    incubator/easyant/core/trunk/src/test/antunit/common/test-utils.ant
    incubator/easyant/core/trunk/src/test/antunit/org.apache.easyant.plugins/docbook/0.1/docbook-test.xml
    incubator/easyant/core/trunk/src/test/antunit/org.apache.easyant.plugins/docbook/0.1/docbook-test/ch01.html
    incubator/easyant/core/trunk/src/test/antunit/org.apache.easyant.plugins/docbook/0.1/docbook-test/index.html
    incubator/easyant/core/trunk/src/test/antunit/org.apache.easyant.plugins/docbook/0.1/module.ivy
    incubator/easyant/core/trunk/src/test/antunit/org.apache.easyant.plugins/docbook/0.1/src/documentation/docbook/chapters/c0.xml
    incubator/easyant/core/trunk/src/test/antunit/org.apache.easyant.plugins/docbook/0.1/src/documentation/docbook/index.xml
    incubator/easyant/core/trunk/src/test/java/org/apache/easyant/core/EasyAntBaseTest.java
    incubator/easyant/core/trunk/src/test/java/org/apache/easyant/core/ModuleInheritanceTest.java
    incubator/easyant/core/trunk/src/test/java/org/apache/easyant/core/PropertiesAsAttributesTest.java
    incubator/easyant/core/trunk/src/test/java/org/apache/easyant/core/StandardJavaProjectTest.java
    incubator/easyant/core/trunk/src/test/java/org/apache/easyant/core/services/PluginServiceTest.java
    incubator/easyant/core/trunk/src/test/resources/org/apache/easyant/core/multimodule/module.ivy
    incubator/easyant/core/trunk/src/test/resources/org/apache/easyant/core/multimodule/myapp-core/module.ivy
    incubator/easyant/core/trunk/src/test/resources/org/apache/easyant/core/multimodule/myapp-hello-world/module.ivy
    incubator/easyant/core/trunk/src/test/resources/org/apache/easyant/core/multimodule/parent.ivy
    incubator/easyant/core/trunk/src/test/resources/org/apache/easyant/core/propertiesAsAttributes.ivy
    incubator/easyant/core/trunk/src/test/resources/org/apache/easyant/core/standardJavaProject.ivy

Modified: incubator/easyant/core/trunk/bin/antRun.pl
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/bin/antRun.pl?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/bin/antRun.pl (original)
+++ incubator/easyant/core/trunk/bin/antRun.pl Thu Feb 17 20:12:09 2011
@@ -1,19 +1,19 @@
 #!/usr/bin/perl
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 #
 #######################################################################
 #

Modified: incubator/easyant/core/trunk/bin/easyant
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/bin/easyant?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/bin/easyant (original)
+++ incubator/easyant/core/trunk/bin/easyant Thu Feb 17 20:12:09 2011
@@ -1,22 +1,19 @@
-#!/bin/sh 
-#    ***************************************************************
-#    * Copyright 2008-2010 the EasyAnt project
-#    *
-#    * See the NOTICE file distributed with this work for additional information 
-#    * regarding copyright ownership.
-#    * 
-#    * Licensed under the Apache License, Version 2.0 (the "License");
-#    * you may not use this file except in compliance with the License.
-#    * You may obtain a copy of the License at
-#    * 
-#    * http://www.apache.org/licenses/LICENSE-2.0
-#    * 
-#    * Unless required by applicable law or agreed to in writing, software
-#    * distributed under the License is distributed on an "AS IS" BASIS,
-#    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    * See the License for the specific language governing permissions and
-#    * limitations under the License.
-#    ****************************************************************
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 #check EASYANT_HOME initialization
 if [ -z "$EASYANT_HOME" ]; then

Modified: incubator/easyant/core/trunk/bin/easyant.bat
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/bin/easyant.bat?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/bin/easyant.bat (original)
+++ incubator/easyant/core/trunk/bin/easyant.bat Thu Feb 17 20:12:09 2011
@@ -1,23 +1,19 @@
 @echo off
 
-REM    ***************************************************************
-REM    * Copyright 2008-2010 the EasyAnt project
-REM    *
-REM    * See the NOTICE file distributed with this work for additional information 
-REM    * regarding copyright ownership.
-REM    * 
-REM    * Licensed under the Apache License, Version 2.0 (the "License");
-REM    * you may not use this file except in compliance with the License.
-REM    * You may obtain a copy of the License at
-REM    * 
-REM    * http://www.apache.org/licenses/LICENSE-2.0
-REM    * 
-REM    * Unless required by applicable law or agreed to in writing, software
-REM    * distributed under the License is distributed on an "AS IS" BASIS,
-REM    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM    * See the License for the specific language governing permissions and
-REM    * limitations under the License.
-REM    ****************************************************************
+REM  Licensed to the Apache Software Foundation (ASF) under one or more
+REM  contributor license agreements.  See the NOTICE file distributed with
+REM  this work for additional information regarding copyright ownership.
+REM  The ASF licenses this file to You under the Apache License, Version 2.0
+REM  (the "License"); you may not use this file except in compliance with
+REM  the License.  You may obtain a copy of the License at
+REM 
+REM      http://www.apache.org/licenses/LICENSE-2.0
+REM 
+REM  Unless required by applicable law or agreed to in writing, software
+REM  distributed under the License is distributed on an "AS IS" BASIS,
+REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM  See the License for the specific language governing permissions and
+REM  limitations under the License.
 
 REM environment variable changes local to the batch file
 if "%OS%" == "Windows_NT" setlocal

Modified: incubator/easyant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/build.xml?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/build.xml (original)
+++ incubator/easyant/core/trunk/build.xml Thu Feb 17 20:12:09 2011
@@ -1,20 +1,18 @@
 <!--
-        Copyright 2008-2010 the EasyAnt project
-
-        See the NOTICE file distributed with this work for additional information
-        regarding copyright ownership.
-
-        Licensed under the Apache License, Version 2.0 (the "License");
-        you may not use this file except in compliance with the License.
-        You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 -->
 <project name="boostrap" default="dist" xmlns:ivy="antlib:org.apache.ivy.ant">
 

Modified: incubator/easyant/core/trunk/easyant-conf.xml
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/easyant-conf.xml?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/easyant-conf.xml (original)
+++ incubator/easyant/core/trunk/easyant-conf.xml Thu Feb 17 20:12:09 2011
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <easyant-config>
 	<ivysettings file="${easyant.home}/ivysettings.xml"/>
 	<system-plugins>

Modified: incubator/easyant/core/trunk/example/build-configurations/src/main/java/org/apache/easyant/example/Example.java
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/build-configurations/src/main/java/org/apache/easyant/example/Example.java?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/build-configurations/src/main/java/org/apache/easyant/example/Example.java (original)
+++ incubator/easyant/core/trunk/example/build-configurations/src/main/java/org/apache/easyant/example/Example.java Thu Feb 17 20:12:09 2011
@@ -1,20 +1,19 @@
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
+ *  See the License for the specific language governing permissions and
  *  limitations under the License.
+ *
  */
 package org.apache.easyant.example;
 

Modified: incubator/easyant/core/trunk/example/build-configurations/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/build-configurations/src/main/resources/main.properties?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/build-configurations/src/main/resources/main.properties (original)
+++ incubator/easyant/core/trunk/example/build-configurations/src/main/resources/main.properties Thu Feb 17 20:12:09 2011
@@ -1,19 +1,15 @@
-#	 ***************************************************************
-#	 * Copyright 2008-2010 the EasyAnt project
-#	 *
-#	 * See the NOTICE file distributed with this work for additional information 
-#	 * regarding copyright ownership.
-#    * 
-#    * Licensed under the Apache License, Version 2.0 (the "License");
-#    * you may not use this file except in compliance with the License.
-#    * You may obtain a copy of the License at
-#    * 
-#    * http://www.apache.org/licenses/LICENSE-2.0
-#    * 
-#    * Unless required by applicable law or agreed to in writing, software
-#    * distributed under the License is distributed on an "AS IS" BASIS,
-#    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    * See the License for the specific language governing permissions and
-#    * limitations under the License.
-#	 ***************************************************************
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 example=Hello

Modified: incubator/easyant/core/trunk/example/build-configurations/src/test/java/org/apache/easyant/example/ExampleTest.java
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/build-configurations/src/test/java/org/apache/easyant/example/ExampleTest.java?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/build-configurations/src/test/java/org/apache/easyant/example/ExampleTest.java (original)
+++ incubator/easyant/core/trunk/example/build-configurations/src/test/java/org/apache/easyant/example/ExampleTest.java Thu Feb 17 20:12:09 2011
@@ -1,20 +1,19 @@
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
+ *  See the License for the specific language governing permissions and
  *  limitations under the License.
+ *
  */
 package org.apache.easyant.example;
 

Modified: incubator/easyant/core/trunk/example/build-configurations/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/build-configurations/src/test/resources/test.properties?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/build-configurations/src/test/resources/test.properties (original)
+++ incubator/easyant/core/trunk/example/build-configurations/src/test/resources/test.properties Thu Feb 17 20:12:09 2011
@@ -1,19 +1,15 @@
-#	 ***************************************************************
-#	 * Copyright 2008-2010 the EasyAnt project
-#	 *
-#	 * See the NOTICE file distributed with this work for additional information 
-#	 * regarding copyright ownership.
-#    * 
-#    * Licensed under the Apache License, Version 2.0 (the "License");
-#    * you may not use this file except in compliance with the License.
-#    * You may obtain a copy of the License at
-#    * 
-#    * http://www.apache.org/licenses/LICENSE-2.0
-#    * 
-#    * Unless required by applicable law or agreed to in writing, software
-#    * distributed under the License is distributed on an "AS IS" BASIS,
-#    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    * See the License for the specific language governing permissions and
-#    * limitations under the License.
-#	 ***************************************************************
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 test.example=Hello Test

Modified: incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCore.java
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCore.java?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCore.java (original)
+++ incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCore.java Thu Feb 17 20:12:09 2011
@@ -1,23 +1,20 @@
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
+ *  See the License for the specific language governing permissions and
  *  limitations under the License.
+ *
  */
-
-
 package org.apache.easyant.example.core;
 
 public interface ExampleCore {

Modified: incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCoreImpl.java
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCoreImpl.java?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCoreImpl.java (original)
+++ incubator/easyant/core/trunk/example/example-multimodule/example-core/src/main/java/org/apache/easyant/example/core/ExampleCoreImpl.java Thu Feb 17 20:12:09 2011
@@ -1,40 +1,19 @@
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
- *  limitations under the License.
- */
-
-
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
+ *  See the License for the specific language governing permissions and
  *  limitations under the License.
+ *
  */
 package org.apache.easyant.example.core;
 

Modified: incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/java/org/apache/easyant/example/Example.java
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/java/org/apache/easyant/example/Example.java?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/java/org/apache/easyant/example/Example.java (original)
+++ incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/java/org/apache/easyant/example/Example.java Thu Feb 17 20:12:09 2011
@@ -1,20 +1,19 @@
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
+ *  See the License for the specific language governing permissions and
  *  limitations under the License.
+ *
  */
 package org.apache.easyant.example;
 

Modified: incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/resources/main.properties?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/resources/main.properties (original)
+++ incubator/easyant/core/trunk/example/example-multimodule/example-hello-world/src/main/resources/main.properties Thu Feb 17 20:12:09 2011
@@ -1,19 +1,15 @@
-#	 ***************************************************************
-#	 * Copyright 2008-2010 the EasyAnt project
-#	 *
-#	 * See the NOTICE file distributed with this work for additional information 
-#	 * regarding copyright ownership.
-#    * 
-#    * Licensed under the Apache License, Version 2.0 (the "License");
-#    * you may not use this file except in compliance with the License.
-#    * You may obtain a copy of the License at
-#    * 
-#    * http://www.apache.org/licenses/LICENSE-2.0
-#    * 
-#    * Unless required by applicable law or agreed to in writing, software
-#    * distributed under the License is distributed on an "AS IS" BASIS,
-#    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    * See the License for the specific language governing permissions and
-#    * limitations under the License.
-#	 ***************************************************************
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 example=Hello

Modified: incubator/easyant/core/trunk/example/standard-java-app/src/main/java/org/apache/easyant/example/Example.java
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/standard-java-app/src/main/java/org/apache/easyant/example/Example.java?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/standard-java-app/src/main/java/org/apache/easyant/example/Example.java (original)
+++ incubator/easyant/core/trunk/example/standard-java-app/src/main/java/org/apache/easyant/example/Example.java Thu Feb 17 20:12:09 2011
@@ -1,20 +1,19 @@
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
+ *  See the License for the specific language governing permissions and
  *  limitations under the License.
+ *
  */
 package org.apache.easyant.example;
 

Modified: incubator/easyant/core/trunk/example/standard-java-app/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/standard-java-app/src/main/resources/main.properties?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/standard-java-app/src/main/resources/main.properties (original)
+++ incubator/easyant/core/trunk/example/standard-java-app/src/main/resources/main.properties Thu Feb 17 20:12:09 2011
@@ -1,19 +1,15 @@
-#	 ***************************************************************
-#	 * Copyright 2008-2010 the EasyAnt project
-#	 *
-#	 * See the NOTICE file distributed with this work for additional information 
-#	 * regarding copyright ownership.
-#    * 
-#    * Licensed under the Apache License, Version 2.0 (the "License");
-#    * you may not use this file except in compliance with the License.
-#    * You may obtain a copy of the License at
-#    * 
-#    * http://www.apache.org/licenses/LICENSE-2.0
-#    * 
-#    * Unless required by applicable law or agreed to in writing, software
-#    * distributed under the License is distributed on an "AS IS" BASIS,
-#    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    * See the License for the specific language governing permissions and
-#    * limitations under the License.
-#	 ***************************************************************
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 example=Hello

Modified: incubator/easyant/core/trunk/example/standard-java-app/src/test/java/org/apache/easyant/example/ExampleTest.java
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/standard-java-app/src/test/java/org/apache/easyant/example/ExampleTest.java?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/standard-java-app/src/test/java/org/apache/easyant/example/ExampleTest.java (original)
+++ incubator/easyant/core/trunk/example/standard-java-app/src/test/java/org/apache/easyant/example/ExampleTest.java Thu Feb 17 20:12:09 2011
@@ -1,20 +1,19 @@
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
+ *  See the License for the specific language governing permissions and
  *  limitations under the License.
+ *
  */
 package org.apache.easyant.example;
 

Modified: incubator/easyant/core/trunk/example/standard-java-app/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/standard-java-app/src/test/resources/test.properties?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/standard-java-app/src/test/resources/test.properties (original)
+++ incubator/easyant/core/trunk/example/standard-java-app/src/test/resources/test.properties Thu Feb 17 20:12:09 2011
@@ -1,19 +1,15 @@
-#	 ***************************************************************
-#	 * Copyright 2008-2010 the EasyAnt project
-#	 *
-#	 * See the NOTICE file distributed with this work for additional information 
-#	 * regarding copyright ownership.
-#    * 
-#    * Licensed under the Apache License, Version 2.0 (the "License");
-#    * you may not use this file except in compliance with the License.
-#    * You may obtain a copy of the License at
-#    * 
-#    * http://www.apache.org/licenses/LICENSE-2.0
-#    * 
-#    * Unless required by applicable law or agreed to in writing, software
-#    * distributed under the License is distributed on an "AS IS" BASIS,
-#    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    * See the License for the specific language governing permissions and
-#    * limitations under the License.
-#	 ***************************************************************
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 test.example=Hello Test

Modified: incubator/easyant/core/trunk/example/standard-scala-app/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/standard-scala-app/src/main/resources/main.properties?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/standard-scala-app/src/main/resources/main.properties (original)
+++ incubator/easyant/core/trunk/example/standard-scala-app/src/main/resources/main.properties Thu Feb 17 20:12:09 2011
@@ -1,19 +1,15 @@
-#	 ***************************************************************
-#	 * Copyright 2008-2010 the EasyAnt project
-#	 *
-#	 * See the NOTICE file distributed with this work for additional information 
-#	 * regarding copyright ownership.
-#    * 
-#    * Licensed under the Apache License, Version 2.0 (the "License");
-#    * you may not use this file except in compliance with the License.
-#    * You may obtain a copy of the License at
-#    * 
-#    * http://www.apache.org/licenses/LICENSE-2.0
-#    * 
-#    * Unless required by applicable law or agreed to in writing, software
-#    * distributed under the License is distributed on an "AS IS" BASIS,
-#    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    * See the License for the specific language governing permissions and
-#    * limitations under the License.
-#	 ***************************************************************
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 example=Hello

Modified: incubator/easyant/core/trunk/example/standard-scala-app/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/standard-scala-app/src/test/resources/test.properties?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/standard-scala-app/src/test/resources/test.properties (original)
+++ incubator/easyant/core/trunk/example/standard-scala-app/src/test/resources/test.properties Thu Feb 17 20:12:09 2011
@@ -1,19 +1,15 @@
-#	 ***************************************************************
-#	 * Copyright 2008-2010 the EasyAnt project
-#	 *
-#	 * See the NOTICE file distributed with this work for additional information 
-#	 * regarding copyright ownership.
-#    * 
-#    * Licensed under the Apache License, Version 2.0 (the "License");
-#    * you may not use this file except in compliance with the License.
-#    * You may obtain a copy of the License at
-#    * 
-#    * http://www.apache.org/licenses/LICENSE-2.0
-#    * 
-#    * Unless required by applicable law or agreed to in writing, software
-#    * distributed under the License is distributed on an "AS IS" BASIS,
-#    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    * See the License for the specific language governing permissions and
-#    * limitations under the License.
-#	 ***************************************************************
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 test.example=Hello Test

Modified: incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java?rev=1071767&r1=1071766&r2=1071767&view=diff
==============================================================================
--- incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java (original)
+++ incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java Thu Feb 17 20:12:09 2011
@@ -1,20 +1,19 @@
-/* 
- *  Copyright 2008-2010 the EasyAnt project
- * 
- *  See the NOTICE file distributed with this work for additional information
- *  regarding copyright ownership. 
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software 
- *  distributed under the License is distributed on an "AS IS" BASIS, 
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and 
+ *  See the License for the specific language governing permissions and
  *  limitations under the License.
+ *
  */
 package org.apache.easyant.example;