From 5bf5eee851136455c9053c17ae7ae0cd5db7d6fe Mon Sep 17 00:00:00 2001 From: kmoore Date: Wed, 21 Dec 2011 18:44:36 +0000 Subject: removed double spacing --- .../property_files/jpa_validation.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation.properties b/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation.properties index 9d9b9f738d..4d660292c2 100644 --- a/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation.properties +++ b/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation.properties @@ -14,16 +14,16 @@ #Messages that have a parameter are listed at the end of the file. ### Project ### -NO_JPA_PROJECT=This project has the JPA facet, but no JPA project could be created. See the error log for more details. +NO_JPA_PROJECT=This project has the JPA facet, but no JPA project could be created. See the error log for more details. PERSISTENCE_MULTIPLE_PERSISTENCE_UNITS=Multiple persistence units defined - only the first persistence unit will be recognized PERSISTENCE_NO_PERSISTENCE_UNIT=No persistence unit defined PERSISTENCE_XML_INVALID_CONTENT=The persistence.xml file does not have recognized content. PERSISTENCE_XML_UNSUPPORTED_CONTENT=The persistence.xml file does not have supported content for this JPA platform. -PROJECT_INACTIVE_CONNECTION=Connection \"{0}\" is not active. No validation will be done against the data source. -PROJECT_INVALID_CONNECTION=Connection \"{0}\" does not exist. No database-specific validation will be performed. +PROJECT_INACTIVE_CONNECTION=Connection \"{0}\" is not active. No validation will be done against the data source. +PROJECT_INVALID_CONNECTION=Connection \"{0}\" does not exist. No database-specific validation will be performed. PROJECT_INVALID_LIBRARY_PROVIDER=The currently selected library provider is invalid. PROJECT_MULTIPLE_PERSISTENCE_XML=Multiple persistence.xml files in project -PROJECT_NO_CONNECTION=No connection specified for project. No database-specific validation will be performed. +PROJECT_NO_CONNECTION=No connection specified for project. No database-specific validation will be performed. PROJECT_NO_PERSISTENCE_XML=No persistence.xml file found in project XML_VERSION_NOT_LATEST=A more recent version of this document is supported by this JPA platform @@ -38,7 +38,7 @@ PERSISTENCE_UNIT_NONEXISTENT_MAPPING_FILE=Mapping file \"{0}\" cannot be resolve PERSISTENCE_UNIT_NONEXISTENT_JAR_FILE=JAR file \"{0}\" cannot be resolved PERSISTENCE_UNIT_INVALID_CLASS=Class \"{0}\" is included in a persistence unit, but is not mapped PERSISTENCE_UNIT_INVALID_MAPPING_FILE=Mapping file {0} does not have recognized content. -PERSISTENCE_UNIT_JAR_FILE_DEPLOYMENT_PATH_WARNING=The path to the JAR file will vary on your runtime environment. Please make sure the specified path fits your particular environment. +PERSISTENCE_UNIT_JAR_FILE_DEPLOYMENT_PATH_WARNING=The path to the JAR file will vary on your runtime environment. Please make sure the specified path fits your particular environment. PERSISTENCE_UNIT_REDUNDANT_CLASS=Class \"{0}\" is already specified in mapping file \"{1}\" PERSISTENCE_UNIT_UNSPECIFIED_CLASS=Unspecified class PERSISTENCE_UNIT_UNSPECIFIED_JAR_FILE=Unspecified JAR file @@ -70,11 +70,11 @@ TYPE_MAPPING_ID_CLASS_NAME_EMPTY=ID class has an empty name TYPE_MAPPING_ID_CLASS_NOT_EXIST=ID class does not exist on the project classpath TYPE_MAPPING_ID_CLASS_NOT_VALID=ID class should not be mapped TYPE_MAPPING_ID_CLASS_REDEFINED=An ancestor of this class has already defined the ID class. The ID class may not be defined here. -TYPE_MAPPING_ID_CLASS_REQUIRED=This class has a composite primary key. It must use an ID class. +TYPE_MAPPING_ID_CLASS_REQUIRED=This class has a composite primary key. It must use an ID class. TYPE_MAPPING_ID_CLASS_WITH_MAPS_ID=The relationship ''{0}'' maps an ID, which is not allowed in conjunction with an ID class. TYPE_MAPPING_MAPS_ID_ATTRIBUTE_TYPE_DOES_NOT_AGREE=The type of the ID mapped by the relationship ''{0}'' does not agree with the primary key class of the target entity. TYPE_MAPPING_MEMBER_CLASS=The java class for mapped type \"{0}\" is a member class -TYPE_MAPPING_MULTIPLE_EMBEDDED_ID=This class uses multiple embedded ID mappings. Only one is allowed. +TYPE_MAPPING_MULTIPLE_EMBEDDED_ID=This class uses multiple embedded ID mappings. Only one is allowed. TYPE_MAPPING_PK_REDEFINED_ID_ATTRIBUTE=An ancestor of this class has already defined the primary key. Primary key attributes may not be defined here. TYPE_MAPPING_PK_REDEFINED_ID_CLASS=An ancestor of this class has already defined the primary key. The ID class may not be defined here. @@ -90,7 +90,7 @@ MAPS_ID_VALUE_INVALID=In {0}, the "maps ID" value ''{1}'' does not refer to an a MAPS_ID_VALUE_NOT_RESOLVED=In {0}, the "maps ID" value ''{1}'' could not be resolved to an attribute on this entity or this entity''s embedded ID MAPS_ID_VALUE_NOT_SPECIFIED=In {0}, the "maps ID" value is not specified and could not be determined from defaults MAPPING_INVALID_MAPPED_BY=In {0}, the "mapped by" attribute ''{1}'' has an invalid mapping type for this relationship. -MAPPING_MAPPED_BY_ON_BOTH_SIDES=In {0}, the "mapped by" attribute ''{1}'' also maps this attribute. Every relationship must have an owner. +MAPPING_MAPPED_BY_ON_BOTH_SIDES=In {0}, the "mapped by" attribute ''{1}'' also maps this attribute. Every relationship must have an owner. MAPPING_UNRESOLVED_MAPPED_BY=In {0}, the "mapped by" value ''{1}'' cannot be resolved to an attribute on the target entity. ORDER_COLUMN_AND_ORDER_BY_BOTH_SPECIFIED=Attribute \"{0}\" specifies both OrderColumn and OrderBy annotations PERSISTENT_ATTRIBUTE_ELEMENT_COLLECTION_INVALID_VALUE_TYPE=The element collection value for a Temporal type must be of type java.util.Date, java.util.Calendar or java.util.GregorianCalendar -- cgit v1.2.3