Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation_description.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation_description.properties23
1 files changed, 0 insertions, 23 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation_description.properties b/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation_description.properties
deleted file mode 100644
index c5922c7c23..0000000000
--- a/jpa/plugins/org.eclipse.jpt.jpa.core/property_files/jpa_validation_description.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-################################################################################
-# Copyright (c) 2010 Oracle. 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:
-# Oracle - initial API and implementation
-#
-# The messages are used as the description of validation messages found in the
-# jpa_validation.properties bundle. They are used as parameters to validation messages.
-#
-################################################################################
-
-DOES_NOT_MATCH_JOIN_TABLE=does not match join table
-DOES_NOT_MATCH_COLLECTION_TABLE=does not match collection table
-NOT_VALID_FOR_THIS_ENTITY=is not valid for this entity
-
-ATTRIBUTE_DESC=attribute ''{0}''
-VIRTUAL_ATTRIBUTE_DESC=implied attribute ''{0}''
-
-ON_MAPPED_SUPERCLASS=on the mapped superclass
-ON_EMBEDDABLE=on the embeddable

Back to the top