Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-03-09 21:42:43 +0000
committerrsuen2007-03-09 21:42:43 +0000
commit88ec2b266afa28f4d2d07d779330cc9376f48fe6 (patch)
treee544a30a367163d9788a4bc7e16201042a6ca555 /providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF
parent83cc51b444ac0f0f01b36278a5f072b8b6cefe4d (diff)
downloadorg.eclipse.ecf-88ec2b266afa28f4d2d07d779330cc9376f48fe6.tar.gz
org.eclipse.ecf-88ec2b266afa28f4d2d07d779330cc9376f48fe6.tar.xz
org.eclipse.ecf-88ec2b266afa28f4d2d07d779330cc9376f48fe6.zip
Initial commit.
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF16
1 files changed, 16 insertions, 0 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..5e9500025
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.ecf.provider.msn.ui;singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Activator: org.eclipse.ecf.internal.provider.msn.ui.Activator
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.ecf,
+ org.eclipse.ecf.ui,
+ org.eclipse.ui,
+ org.eclipse.ecf.filetransfer.ui,
+ org.eclipse.ecf.filetransfer
+Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-Vendor: %providerName

Back to the top