diff options
author | eutarass | 2009-08-28 19:59:49 +0000 |
---|---|---|
committer | eutarass | 2009-08-28 19:59:49 +0000 |
commit | 7fdeaa34f2c825cad27477882c068527baed123f (patch) | |
tree | 8c587ffc89bef2fd8805f6289274f10d9c985ad5 /plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF | |
parent | 6d65ffaca552d9cc11b1a9b0d851759824d9ee9f (diff) | |
download | org.eclipse.tcf-7fdeaa34f2c825cad27477882c068527baed123f.tar.gz org.eclipse.tcf-7fdeaa34f2c825cad27477882c068527baed123f.tar.xz org.eclipse.tcf-7fdeaa34f2c825cad27477882c068527baed123f.zip |
Bug 287732: Unable to build org.eclipse.tm.tcf using headless build:
1. Created headless build project: features/org.eclipse.tm.tcf.headless.build
2. Changed org.eclipse.tm.tcf.core to be a plugin instead of fragment and added bundle activator class
Diffstat (limited to 'plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF')
-rw-r--r-- | plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF index 673a02070..827f07e41 100644 --- a/plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.tm.tcf/META-INF/MANIFEST.MF @@ -1,14 +1,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName +Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.tm.tcf;singleton:=true Bundle-Version: 0.3.0.qualifier -Bundle-Activator: org.eclipse.tm.tcf.Activator -Bundle-Vendor: %providerName -Require-Bundle: org.eclipse.core.runtime Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy Eclipse-LazyStart: true -Eclipse-ExtensibleAPI: true +Require-Bundle: org.eclipse.core.runtime +Bundle-Activator: org.eclipse.tm.tcf.Activator +Import-Package: org.eclipse.tm.tcf.core;version="0.2.0", + org.eclipse.tm.tcf.protocol;version="0.2.0" Export-Package: org.eclipse.tm.tcf.extensions, org.eclipse.tm.tcf.ssl;version="0.2.0" |