blob: efbc7f68793c246579e24af49c6eb8a448d4f8dc [file] [log] [blame]
###############################################################################
# Copyright (c) 2004, 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
###############################################################################
AntNewJavaProjectWizard.0=New Java Project
AntBuildfileExportWizard.0=Export
AntBuildfileExportPage.0=Generate Ant Buildfiles
AntBuildfileExportPage.1=Generates Ant buildfiles based on the configuration of the Java projects
AntBuildfileExportPage.2=Select the projects to use to generate the Ant buildfiles:
AntBuildfileExportPage.3=Overwrite existing buildfiles for following projects:
AntBuildfileExportPage.4=Confirm Overwrite
AntBuildfileExportPage.5=build.xml files created for following projects: {0}
AntBuildfileExportPage.6=A cycle was detected in the build path of project: {0}
AntBuildfileExportPage.7=Created Ant buildfiles might not compile correctly. Please fix all build path errors.
AntBuildfileExportPage.8=Then try again.
AntBuildfileExportPage.9=Cycle detected
AntNewJavaProjectPage.9=Create a Java Project from an Ant Buildfile
AntNewJavaProjectPage.0=Specified buildfile does not exist
AntNewJavaProjectPage.10=Creates a new Java project based on the specification in the javac task of the Ant buildfile. This does not copy the source contents to the workspace.
AntNewJavaProjectPage.11=&Ant Buildfile:
AntNewJavaProjectPage.12=&Project Name:
AntNewJavaProjectPage.13=B&rowse...
AntNewJavaProjectPage.14=Ant Project
AntNewJavaProjectPage.15=No buildfile selected
AntNewJavaProjectPage.16=Location error
AntNewJavaProjectPage.17=Specified buildfile could not be parsed successfully
AntNewJavaProjectPage.18=Project name must be specified
AntNewJavaProjectPage.19=A project with the specified name already exists
AntNewJavaProjectPage.1=Specified buildfile does not contain a javac task
AntNewJavaProjectPage.20=Currently only supports creating a project from a single javac declaration
AntNewJavaProjectPage.21=Error occurred creating project
AntNewJavaProjectPage.22=Error occurred creating Java project from buildfile
AntNewJavaProjectPage.2=The file selected is not a valid Ant buildfile
ProjectCreator.0=Problem setting the classpath of the project from the javac classpath: {0}