From 521178c66ba2989ab837a9d7bb1c4a75216cfde2 Mon Sep 17 00:00:00 2001 From: eutarass Date: Thu, 21 Feb 2008 23:25:18 +0000 Subject: In order to comply with naming conventions at Eclipse, plugins, packages, etc. are renamed from com.windriver.* to org.eclipse.tm.* Copyright notices are updated to include year 2008. --- plugins/org.eclipse.tm.tcf.dsf/META-INF/MANIFEST.MF | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/org.eclipse.tm.tcf.dsf/META-INF/MANIFEST.MF (limited to 'plugins/org.eclipse.tm.tcf.dsf/META-INF/MANIFEST.MF') diff --git a/plugins/org.eclipse.tm.tcf.dsf/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf.dsf/META-INF/MANIFEST.MF new file mode 100644 index 000000000..39e57e150 --- /dev/null +++ b/plugins/org.eclipse.tm.tcf.dsf/META-INF/MANIFEST.MF @@ -0,0 +1,20 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.tm.tcf.dsf;singleton:=true +Bundle-Version: 0.2.0 +Bundle-Activator: org.eclipse.tm.internal.tcf.dsf.Activator +Bundle-Vendor: %providerName +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.debug.core, + org.eclipse.core.resources, + org.eclipse.dd.dsf, + org.eclipse.dd.dsf.debug, + org.eclipse.cdt.core, + org.eclipse.tm.tcf, + org.eclipse.tm.tcf.debug +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-ActivationPolicy: lazy +Eclipse-LazyStart: true +Export-Package: org.eclipse.tm.internal.tcf.dsf.launch, + org.eclipse.tm.internal.tcf.dsf.services -- cgit v1.2.3