blob: 3aafb6e31e7d198dbfd71667204f58f160ca8deb [file] [log] [blame]
###############################################################################
# Copyright (c) 2010, 2011 Mia-Software.
# 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:
# Gregoire DUPE (Mia-Software) - initial API and implementation
###############################################################################
#Properties file for org.eclipse.gmt.modisco.infra.query.core
extension.name = QueryBuilder
extension-point.name = org.eclipse.gmt.modisco.infra.query.registration
extension-point.name.0 = org.eclipse.gmt.modisco.infra.query.factory
Bundle-Vendor = Eclipse Modeling Project
Bundle-Name = MoDisco Query Core (Deprecated, has to be replaced by EMF Facet)
extension-point.name.1 = org.eclipse.gmt.modisco.infra.query.registration
extension-point.name.2 = org.eclipse.gmt.modisco.infra.query.factory
constraint.description = All items must be named.
constraint.message = A {0} has been found with an empty name.
constraint.name.0 = Only one ModelQuerySet
constraint.description.0 = ModelQuerySet resource must have only one root.
constraint.message.0 = ModelQuerySet resource must have only one root, {0} roots found.
constraint.name.1 = Scope contained into declared meta-models
constraint.description.1 = Query scopes must be contained into the meta-models declared by the ModelQuerySet
constraint.message.1 = Wrong scope: {0} is not contained in declared meta-models. (see {1})
constraint.name.2 = ModelQuerySet name equal file name
constraint.description.2 = ModelQuerySet name and file name must be equal.
constraint.message.2 = ModelQuerySet name differs from file name (fileName={0}, modelQuerySetName={1})
constraint.name.3 = Return type contained into declared meta-models
constraint.description.3 = Query return type must be contained into the meta-models declared by the ModelQuerySet
constraint.message.3 = Wrong return type: {0} is not contained in declared meta-models. (see {1})
constraint.name.4 = Query unique name
constraint.description.4 = Query names must be unique.
constraint.message.4 = More than one query is named {0}.
constraint.name.5 = Parameter unique name
constraint.description.5 = Parameter names must be unique in each query.
constraint.message.5 = More than one parameter is named {0} in {1}.
category.name = MoDisco Model Query Constraints
constraint.name = Non-Empty Names
constraint.name.6 = Invalid implementation class name
constraint.description.6 = Implementation class must exist in the same project/plug-in as the one containing the query set model.
constraint.message.6 = The implementation class "{0}" does not exist.
constraint.name.7 = Invalid implementation interface
constraint.description.7 = Implementation class must implement IJavaModelQuery.
constraint.message.7 = "{0}" does not implement IJavaModelQuery.
extension.name.0 = Java Model Query class builder
extension-point.name.3 = QuerySet Provider