Bug 572447 - Update to Ant 1.10.10 Change-Id: I5c28488691adc7dbeb6af132a08733a052a715ba Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform/+/179854 Tested-by: Sarika Sinha <sarika.sinha@in.ibm.com> Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
diff --git a/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java b/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java index e18cbaf..d035856 100644 --- a/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java +++ b/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java
@@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2020 IBM Corporation and others. + * Copyright (c) 2000, 2021 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -37,8 +37,8 @@ protected static final String UNKNOWN_ARG = "Unknown argument: "; //$NON-NLS-1$ protected static final String START_OF_HELP = "ant [options] [target [target2 [target3] ...]]"; //$NON-NLS-1$ - protected static final String VERSION = "Apache Ant(TM) version 1.10.9"; //$NON-NLS-1$ - protected static final String PLUGIN_VERSION = "org.apache.ant_1.10.9"; //$NON-NLS-1$ + protected static final String VERSION = "Apache Ant(TM) version 1.10.10"; //$NON-NLS-1$ + protected static final String PLUGIN_VERSION = "org.apache.ant_1.10.10"; //$NON-NLS-1$ /** * Tests the "-help" option
diff --git a/ant/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java b/ant/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java index d70f593..f67b114 100644 --- a/ant/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java +++ b/ant/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java
@@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2005, 2020 IBM Corporation and others. + * Copyright (c) 2005, 2021 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -27,7 +27,7 @@ public class PropertyTests extends AbstractAntDebugTest { - private static final String ANT_VERSION = "Apache Ant(TM) version 1.10.9"; //$NON-NLS-1$ + private static final String ANT_VERSION = "Apache Ant(TM) version 1.10.10"; //$NON-NLS-1$ public PropertyTests(String name) { super(name);
diff --git a/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/separateVM/SeparateVMTests.java b/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/separateVM/SeparateVMTests.java index 8a3194a..de48977 100644 --- a/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/separateVM/SeparateVMTests.java +++ b/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/separateVM/SeparateVMTests.java
@@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2004, 2020 IBM Corporation and others. + * Copyright (c) 2004, 2021 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -40,7 +40,7 @@ public class SeparateVMTests extends AbstractAntUIBuildTest { - protected static final String PLUGIN_VERSION = "org.apache.ant_1.10.9"; //$NON-NLS-1$ + protected static final String PLUGIN_VERSION = "org.apache.ant_1.10.10"; //$NON-NLS-1$ public SeparateVMTests(String name) { super(name);