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/plugins/org.eclipse.jpt.doc.user
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/plugins/org.eclipse.jpt.doc.user')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
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