From 83ec6cd048be645225c08265eb86b35e811dd1c9 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 13 May 2011 19:06:56 +0200 Subject: Ende Fischer '11 --- de.dhbw.horb.ksm.tableeditor/META-INF/MANIFEST.MF | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'de.dhbw.horb.ksm.tableeditor/META-INF') diff --git a/de.dhbw.horb.ksm.tableeditor/META-INF/MANIFEST.MF b/de.dhbw.horb.ksm.tableeditor/META-INF/MANIFEST.MF index eda24a5..2ebefa0 100644 --- a/de.dhbw.horb.ksm.tableeditor/META-INF/MANIFEST.MF +++ b/de.dhbw.horb.ksm.tableeditor/META-INF/MANIFEST.MF @@ -3,7 +3,17 @@ Bundle-ManifestVersion: 2 Bundle-Name: KSM TableEditor Bundle-SymbolicName: de.dhbw.horb.ksm.tableeditor;singleton:=true Bundle-Version: 1.0.0.qualifier -Fragment-Host: de.dhbw.horb.ksm.core;bundle-version="1.0.0.qualifier" +Bundle-Activator: de.dhbw.horb.tableeditor.Activator +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.core.resources, + org.eclipse.ui, + org.eclipse.ui.navigator, + org.eclipse.ui.navigator.resources, + org.eclipse.ui.ide;bundle-version="3.6.1", + org.eclipse.ui.views;bundle-version="3.5.0", + org.eclipse.draw2d;bundle-version="3.6.1", + org.eclipse.gef;bundle-version="3.6.1", + de.dhbw.horb.ksm.model;bundle-version="1.0.0", + de.dhbw.horb.ksm.core;bundle-version="1.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Bundle-ClassPath: . -Require-Bundle: org.eclipse.core.boot;bundle-version="3.1.200" +Bundle-ActivationPolicy: lazy -- cgit v1.2.1