Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jpa
diff options
context:
space:
mode:
authornhauge2008-05-14 23:36:34 +0000
committernhauge2008-05-14 23:36:34 +0000
commit9f8483a96ea4f1622beb4afd218b42e130f8b0bb (patch)
tree5e03d88e9e1d801dcf1d082ccd8ed6d8a2f0a263 /jpa
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')
-rw-r--r--jpa/features/org.eclipse.jpt.feature/feature.xml2
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF2
2 files changed, 4 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
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
index 4babcd71a8..4634dbaa8b 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF
@@ -6,3 +6,5 @@ Bundle-SymbolicName: org.eclipse.jpt.doc.user;singleton:=true
Bundle-Version: 1.0.100.qualifier
Bundle-Localization: plugin
Eclipse-LazyStart: true
+Require-Bundle: org.eclipse.help;bundle-version="[3.3.100,4.0.0)",
+ org.eclipse.ui.cheatsheets;bundle-version="[3.3.100,4.0.0)"

Back to the top