Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2008-04-30 20:18:44 +0000
committernhauge2008-04-30 20:18:44 +0000
commit30ae05261ff9cfc0088fa4cbef93476af42494ae (patch)
tree3df093fa1b855f0ebb84102630be336a0c010003 /jpa/plugins
parent34d3d19b1a4c80a76d8ce43bbde0bc61e3900c8b (diff)
downloadwebtools.dali-30ae05261ff9cfc0088fa4cbef93476af42494ae.tar.gz
webtools.dali-30ae05261ff9cfc0088fa4cbef93476af42494ae.tar.xz
webtools.dali-30ae05261ff9cfc0088fa4cbef93476af42494ae.zip
Make EclipseLink a default platform.
Diffstat (limited to 'jpa/plugins')
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml b/jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml
index 934e184dbf..ca90074ab7 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core/plugin.xml
@@ -5,6 +5,7 @@
point="org.eclipse.jpt.core.jpaPlatform">
<jpaPlatform
class="org.eclipse.jpt.eclipselink.core.internal.EclipseLinkPlatform"
+ default="true"
id="org.eclipse.eclipselink.platform"
label="EclipseLink">
</jpaPlatform>

Back to the top