diff options
Diffstat (limited to 'de.dhbw.horb.ksm.qksm')
-rw-r--r-- | de.dhbw.horb.ksm.qksm/META-INF/MANIFEST.MF | 5 | ||||
-rw-r--r-- | de.dhbw.horb.ksm.qksm/build.properties | 2 | ||||
-rw-r--r-- | de.dhbw.horb.ksm.qksm/fragment.xml (renamed from de.dhbw.horb.ksm.qksm/plugin.xml) | 1 |
3 files changed, 3 insertions, 5 deletions
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/plugin.xml b/de.dhbw.horb.ksm.qksm/fragment.xml index 14f01db..5bd3144 100644 --- a/de.dhbw.horb.ksm.qksm/plugin.xml +++ b/de.dhbw.horb.ksm.qksm/fragment.xml @@ -9,5 +9,4 @@ type="node"> </advisor> </extension> - </plugin> |