Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2017-07-05 15:17:29 +0000
committerMat Booth2017-07-05 15:34:38 +0000
commit3b704e5c6fd32cd0985571b4c7e1188e81dc2c21 (patch)
tree31f98b03bdb584804504377194522ba7abe09431 /org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
parent63921de27e9730db95498f021dc6f9bb76037b32 (diff)
downloadegit-github-3b704e5c6fd32cd0985571b4c7e1188e81dc2c21.tar.gz
egit-github-3b704e5c6fd32cd0985571b4c7e1188e81dc2c21.tar.xz
egit-github-3b704e5c6fd32cd0985571b4c7e1188e81dc2c21.zip
Doc bundle has unnecessary runtime dep on wikitext
We don't actually benefit from having wikitext present at runtime, so drop the require-bundle directives and instead pull wikitext in as a purely build-time dependency of the antrun plugin. Bug: 519248 Change-Id: Ia16c115091505dda1f2e1584a292f9bacac97bf8 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF')
-rwxr-xr-xorg.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
index 74e5ff0c..599e6ea8 100755
--- a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
@@ -5,5 +5,3 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true
Bundle-Version: 4.9.0.qualifier
Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.mylyn.wikitext.core;bundle-version="[1.3.0,2.0.0)";resolution:=optional,
- org.eclipse.mylyn.wikitext.mediawiki.core;bundle-version="[1.3.0,2.0.0)";resolution:=optional

Back to the top