Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/plugin.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/plugin.properties11
1 files changed, 4 insertions, 7 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/plugin.properties b/jpa/plugins/org.eclipse.jpt.core/plugin.properties
index aeca8c052a..04e8f31b9e 100644
--- a/jpa/plugins/org.eclipse.jpt.core/plugin.properties
+++ b/jpa/plugins/org.eclipse.jpt.core/plugin.properties
@@ -27,13 +27,10 @@ JPA_RESOURCE_MODEL_PROVIDERS=JPA Resource Model Providers
JPA_PROBLEM_MARKER=JPA Problem Marker
JPA_FILE_CONTENT=JPA File Content
-BASE_JPA_CONTENT = Base JPA Content
-PERSISTENCE_FILE_CONTENT = Persistence File Content
-PERSISTENCE_XML_CONTENT = Persistence 1.0 XML Content
-PERSISTENCE2_0_XML_CONTENT = Persistence 2.0 XML Content
-MAPPING_FILE_CONTENT = Mapping File Content
-ORM_XML_CONTENT = ORM 1.0 XML Content
-ORM2_0_XML_CONTENT = ORM 2.0 XML Content
+BASE_JPA_CONTENT = Base content for JPA XML files
+PERSISTENCE_XML_CONTENT = JPA persistence.xml files
+MAPPING_FILE_CONTENT = Base content for JPA XML mapping files
+ORM_XML_CONTENT = JPA orm.xml mapping files
JAR_CONTENT = JAR Content
GENERIC_PLATFORM_LABEL=Generic

Back to the top