Skip to main content
summaryrefslogtreecommitdiffstats
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.properties14
1 files changed, 5 insertions, 9 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/plugin.properties b/jpa/plugins/org.eclipse.jpt.core/plugin.properties
index 9f9e846f07..0ed9645f29 100644
--- a/jpa/plugins/org.eclipse.jpt.core/plugin.properties
+++ b/jpa/plugins/org.eclipse.jpt.core/plugin.properties
@@ -22,8 +22,10 @@
pluginName = Dali Java Persistence Tools - Core
providerName = Eclipse Web Tools Platform
-JPA_PLATFORM=JPA Platform
+JPA_PLATFORM=JPA Platforms
+LIBRARY_VALIDATORS=Library Validators
RESOURCE_LOCATORS=Resource Locators
+
JPA_RESOURCE_MODEL_PROVIDERS=JPA Resource Model Providers
JPA_PROBLEM_MARKER=JPA Problem Marker
JPA_FILE_CONTENT=JPA File Content
@@ -40,17 +42,11 @@ GENERIC_2_0_PLATFORM_LABEL=Generic 2.0
NO_OP_LIBRARY_PROVIDER_WARNING = Library configuration is disabled. The user may need to configure further classpath changes later.
NO_OP_LIBRARY_PROVIDER_MESSAGE = The JPA facet requires a JPA implementation library to be present on the project classpath. By disabling library configuration, the user takes on the responsibility of ensuring that the classpath is configured appropriately via alternate means.
-JPA_WTP_LIBRARY_PROVIDER_LABEL=User Library for EE Project
+DEPRECATED_USER_LIBRARY_PROVIDER_LABEL=User Library (deprecated)
-JPA_PREREQ_GROUP_LABEL="JPA prerequisite facets"
JPA_FACET_LABEL=JPA
JPA_FACET_DESCRIPTION=Adds support for writing persistent meta-data using the Java Persistence API (JPA).
-JPA_SE_TEMPLATE_LABEL=JPA SE Project
-JPA_EE_TEMPLATE_LABEL=JPA EE Project
-JPA_1.0_SE_PRESET_LABEL=Minimal JPA 1.0 Configuration
-JPA_1.0_EE_PRESET_LABEL=Minimal JPA 1.0 EE Configuration
-JPA_2.0_SE_PRESET_LABEL=Minimal JPA 2.0 Configuration
-JPA_2.0_EE_PRESET_LABEL=Minimal JPA 2.0 EE Configuration
+JPA_TEMPLATE_LABEL=JPA Project
JPA_VALIDATOR=JPA Validator
JPA_PROBLEM=JPA Problem

Back to the top