Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2008-05-14 23:36:34 +0000
committernhauge2008-05-14 23:36:34 +0000
commit9f8483a96ea4f1622beb4afd218b42e130f8b0bb (patch)
tree5e03d88e9e1d801dcf1d082ccd8ed6d8a2f0a263 /jpa/features
parent0796732b1b9c0b048e4f29c068b9429da2012fd1 (diff)
downloadwebtools.dali-9f8483a96ea4f1622beb4afd218b42e130f8b0bb.tar.gz
webtools.dali-9f8483a96ea4f1622beb4afd218b42e130f8b0bb.tar.xz
webtools.dali-9f8483a96ea4f1622beb4afd218b42e130f8b0bb.zip
195155 - updated to include correct help dependencies. Not having these hasn't caused a problem in the past, but that is only because we generally get these for free from the platform in an install.
Diffstat (limited to 'jpa/features')
-rw-r--r--jpa/features/org.eclipse.jpt.feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jpa/features/org.eclipse.jpt.feature/feature.xml b/jpa/features/org.eclipse.jpt.feature/feature.xml
index 51b12484b6..4c0461bbbb 100644
--- a/jpa/features/org.eclipse.jpt.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.feature/feature.xml
@@ -67,6 +67,8 @@
<import plugin="org.eclipse.wst.common.project.facet.ui"/>
<import plugin="org.eclipse.wst.sse.ui"/>
<import plugin="org.eclipse.wst.web.ui"/>
+ <import plugin="org.eclipse.help"/>
+ <import plugin="org.eclipse.ui.cheatsheets"/>
</requires>
<plugin

Back to the top