blob: 398fa2549f3f8edd2fd77365155021ad40ce1996 [file] [log] [blame]
###############################################################################
# Copyright (c) 2007 BEA Systems, Inc. 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:
# BEA Systems, Inc. - initial API and implementation
###############################################################################
ClassFolderEntry=Invalid classpath component dependency {0}. Class folders not supported.
NonWebNonExported=Invalid classpath component dependency {0}. Classpath component dependencies for non-web projects must be exported.
DuplicateArchiveName=Invalid classpath component dependency {0}. The project contains another classpath component dependency the same archive name.
RootMappingNonEARWARRef=Projects must be referenced by an EAR or a WAR to use classpath component dependencies whose runtime path (../) maps into the parent component.
AppClientProject=Classpath component dependencies are not supported for Application Client projects.
ProjectClasspathEntry=Invalid classpath component dependency {0}. Project entries not supported.
SourceEntry=Invalid classpath component dependency {0}. Source entries not supported.
EarLibrariesContainer=Invalid classpath component dependency {0}. The EAR Libraries classpath container cannot be exposed.
WebAppLibrariesContainer=Invalid classpath component dependency {0}. The Web App Libraries classpath container cannot be exposed.
RuntimeClasspathContainer=Invalid classpath component dependency {0}. Server Runtime classpath containers cannot be exposed.
JREContainer=Invalid classpath component dependency {0}. JRE classpath containers cannot be exposed.
NonTaggedExportedClasses=Classpath entry {0} will not be exported or published. Runtime ClassNotFoundExceptions may result.
InvalidNonWebRuntimePath=Invalid runtime path {1} for classpath component dependency {0}. Only the root path can be used in non-web projects.
InvalidWebRuntimePath=Invalid runtime path {1} for classpath component dependency {0}. Runtime path must be root, WEB-INF/lib or WEB-INF/classes for web projects.