blob: 04c69d828a33c0108152c55d8e6583f66da8aca0 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
AntCorePreferences.Malformed_URL._1=Malformed URL.
AntCorePreferences.Library_not_specified_for__{0}_4=Library not specified for: {0}
AntCorePreferences.No_library_for_task=The library \"{0}\" specified from \"{1}\" for the antTasks extension does not exist
AntCorePreferences.No_library_for_type=The library \"{0}\" specified from \"{1}\" for the antTypes extension of does not exist
AntCorePreferences.8=The library \"{0}\" specified from \"{1}\" for the antTasks or antTypes extension does not exist
AntCorePreferences.6=The library \"{0}\" specified from \"{1}\" for the extraClasspathEntries extension does not exist
AntRunner.Could_not_find_one_or_more_classes._Please_check_the_Ant_classpath._1=Could not find one or more classes. Please check the Ant classpath.
AntRunner.Could_not_find_one_or_more_classes._Please_check_the_Ant_classpath._2=Could not find one or more classes: \"{0}\". Please check the Ant classpath.
AntRunner.Build_Failed._3=BUILD FAILED
AntRunner.Already_in_progess=Ant build {0} already already in progress. Concurrent Ant builds are possible if you specify to build in a separate JRE.