Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-08-28 19:59:49 +0000
committereutarass2009-08-28 19:59:49 +0000
commit7fdeaa34f2c825cad27477882c068527baed123f (patch)
tree8c587ffc89bef2fd8805f6289274f10d9c985ad5 /examples
parent6d65ffaca552d9cc11b1a9b0d851759824d9ee9f (diff)
downloadorg.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 'examples')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF b/examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF
index 76f06d62c..e50d7a1d2 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF
@@ -5,9 +5,10 @@ Bundle-SymbolicName: org.eclipse.tm.tcf.examples.daytime;singleton:=true
Bundle-Version: 0.2.0.qualifier
Bundle-Activator: org.eclipse.tm.internal.tcf.examples.daytime.Activator
Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.tm.tcf
+Require-Bundle: org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
+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.internal.tcf.examples.daytime
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top