Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assembly/features/org.eclipse.jpt.patch/feature.properties9
1 files changed, 6 insertions, 3 deletions
diff --git a/assembly/features/org.eclipse.jpt.patch/feature.properties b/assembly/features/org.eclipse.jpt.patch/feature.properties
index 7481641f13..a8457ea0cc 100644
--- a/assembly/features/org.eclipse.jpt.patch/feature.properties
+++ b/assembly/features/org.eclipse.jpt.patch/feature.properties
@@ -10,16 +10,19 @@
###############################################################################
# "featureName" property - name of the feature
-featureName=Java Persistence API Tools Patches
+featureName=Java Persistence Tools (JTP) Patches
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
# "updateSiteName" property - label for the update site
-updateSiteName=The Eclipse Web Tools Platform (WTP) Project patches site
+updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
-description=Java Persistence API (JPA) Tools
+description=\
+Patch(s) for Java Persistence API (JPA) Tools. \n\
+See bug 220297 (https://bugs.eclipse.org/bugs/220297) Entity generation creates Embeddables with compile errors in some cases \n\
+
# "copyright" property - text of the "Feature Update Copyright"
copyright=\

Back to the top