blob: 0b51c0bc61f3556c0f31f196573f3c1ec1f6c1bf [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
###############################################################################
AntBuildfileImportWizard.0=Import Java project from existing Ant buildfile
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
ExternalAntBuildfileImportPage.9=Import a Java Project from an Ant Buildfile
ExternalAntBuildfileImportPage.0=Specified buildfile does not exist
ExternalAntBuildfileImportPage.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.
ExternalAntBuildfileImportPage.11=&Ant Buildfile:
ExternalAntBuildfileImportPage.12=&Project Name:
ExternalAntBuildfileImportPage.13=B&rowse...
ExternalAntBuildfileImportPage.14=Ant Project
ExternalAntBuildfileImportPage.15=No buildfile selected
ExternalAntBuildfileImportPage.16=Location error
ExternalAntBuildfileImportPage.17=Specified buildfile could not be parsed successfully
ExternalAntBuildfileImportPage.18=Project name must be specified
ExternalAntBuildfileImportPage.19=A project with the specified name already exists
ExternalAntBuildfileImportPage.1=Specified buildfile does not contain a javac task
ExternalAntBuildfileImportPage.20=Currently only supports creating a project from a single javac declaration
ExternalAntBuildfileImportPage.21=Error occurred creating project
ExternalAntBuildfileImportPage.22=Error occurred importing buildfile
ExternalAntBuildfileImportPage.2=The file selected is not a valid Ant buildfile
ProjectCreator.0=Problem setting the classpath of the project from the javac classpath: {0}