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.qksm/META-INF/MANIFEST.MF | 5 ++--- de.dhbw.horb.ksm.qksm/build.properties | 2 +- de.dhbw.horb.ksm.qksm/fragment.xml | 12 ++++++++++++ de.dhbw.horb.ksm.qksm/plugin.xml | 13 ------------- 4 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 de.dhbw.horb.ksm.qksm/fragment.xml delete mode 100644 de.dhbw.horb.ksm.qksm/plugin.xml (limited to 'de.dhbw.horb.ksm.qksm') diff --git a/de.dhbw.horb.ksm.qksm/META-INF/MANIFEST.MF b/de.dhbw.horb.ksm.qksm/META-INF/MANIFEST.MF index 353b055..f0bd244 100644 --- a/de.dhbw.horb.ksm.qksm/META-INF/MANIFEST.MF +++ b/de.dhbw.horb.ksm.qksm/META-INF/MANIFEST.MF @@ -3,9 +3,8 @@ Bundle-ManifestVersion: 2 Bundle-Name: Qksm Bundle-SymbolicName: de.dhbw.horb.ksm.qksm;singleton:=true Bundle-Version: 1.0.0.qualifier -Bundle-Activator: de.dhbw.horb.ksm.qksm.Activator +Fragment-Host: de.dhbw.horb.ksm.core Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - de.dhbw.horb.ksm.core;bundle-version="1.0.0" + org.eclipse.core.runtime Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/de.dhbw.horb.ksm.qksm/build.properties b/de.dhbw.horb.ksm.qksm/build.properties index e9863e2..e3023e1 100644 --- a/de.dhbw.horb.ksm.qksm/build.properties +++ b/de.dhbw.horb.ksm.qksm/build.properties @@ -2,4 +2,4 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + fragment.xml diff --git a/de.dhbw.horb.ksm.qksm/fragment.xml b/de.dhbw.horb.ksm.qksm/fragment.xml new file mode 100644 index 0000000..5bd3144 --- /dev/null +++ b/de.dhbw.horb.ksm.qksm/fragment.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/de.dhbw.horb.ksm.qksm/plugin.xml b/de.dhbw.horb.ksm.qksm/plugin.xml deleted file mode 100644 index 14f01db..0000000 --- a/de.dhbw.horb.ksm.qksm/plugin.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - -- cgit v1.2.1