Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml')
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml b/jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml
index 7848a3b703..e871e11b0a 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml
@@ -39,8 +39,8 @@
<jpaPlatform
id="eclipselink1_2"
factoryClass="org.eclipse.jpt.eclipselink.core.internal.v1_2.EclipseLink1_2JpaPlatformFactory"
- label="%ECLIPSELINK1_2_x_PLATFORM">
- jpaFacetVersion="1.0"
+ label="%ECLIPSELINK1_2_x_PLATFORM"
+ jpaFacetVersion="1.0">
</jpaPlatform>
<jpaPlatform

Back to the top