Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-04-28 17:28:09 +0000
committerChris Aniszczyk2011-04-28 17:29:02 +0000
commit8b0d488408a62b457b0f7d9517f1d41f29fe6681 (patch)
treeabdbc3daffe70a7ad37792524598a9194190e223 /org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
parent77072b9716fc10a1003f0b10398f0a1eeb328747 (diff)
downloadegit-github-8b0d488408a62b457b0f7d9517f1d41f29fe6681.tar.gz
egit-github-8b0d488408a62b457b0f7d9517f1d41f29fe6681.tar.xz
egit-github-8b0d488408a62b457b0f7d9517f1d41f29fe6681.zip
Add org.eclipse.mylyn.github.doc
Change-Id: Ibdcb42cf4a06648050d1a8188945e6e0e7d9fdfc Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF')
-rwxr-xr-xorg.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
new file mode 100755
index 00000000..1e241ee3
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-Localization: plugin
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true
+Bundle-Version: 0.1.0.qualifier
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+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