Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/com.windriver.tcf.rse.ui/META-INF')
-rw-r--r--plugins/com.windriver.tcf.rse.ui/META-INF/MANIFEST.MF18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/com.windriver.tcf.rse.ui/META-INF/MANIFEST.MF b/plugins/com.windriver.tcf.rse.ui/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..b45ab5134
--- /dev/null
+++ b/plugins/com.windriver.tcf.rse.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: com.windriver.tcf.rse.ui;singleton:=true
+Bundle-Version: 0.1.0
+Bundle-Activator: com.windriver.tcf.rse.ui.Activator
+Bundle-Vendor: %providerName
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.rse.core,
+ org.eclipse.rse.ui,
+ org.eclipse.rse.services,
+ com.windriver.tcf.api,
+ org.eclipse.ui.views,
+ org.eclipse.rse.subsystems.files.core,
+ org.eclipse.rse.subsystems.processes.core
+Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top