diff options
author | yvesf <yvesf-git@xapek.org> | 2011-05-09 23:37:38 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-05-10 20:56:04 +0200 |
commit | d99fac83ac0b02c2e8d1e93c18a25a3c92539726 (patch) | |
tree | 5c5fb9fe75073f0556a81201ef5d6de249d07a15 /de.dhbw.horb.ksm.simulator/META-INF | |
download | ksm-rcp-d99fac83ac0b02c2e8d1e93c18a25a3c92539726.tar.gz ksm-rcp-d99fac83ac0b02c2e8d1e93c18a25a3c92539726.zip |
Vor-Ergebnisse Studienarbeit
Diffstat (limited to 'de.dhbw.horb.ksm.simulator/META-INF')
-rw-r--r-- | de.dhbw.horb.ksm.simulator/META-INF/MANIFEST.MF | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/de.dhbw.horb.ksm.simulator/META-INF/MANIFEST.MF b/de.dhbw.horb.ksm.simulator/META-INF/MANIFEST.MF new file mode 100644 index 0000000..727b6a8 --- /dev/null +++ b/de.dhbw.horb.ksm.simulator/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: KSM Simulator Prototype +Bundle-SymbolicName: de.dhbw.horb.ksm.simulator;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Activator: de.dhbw.horb.simulator.Activator +Require-Bundle: org.eclipse.ui, + org.eclipse.core.runtime, + de.dhbw.horb.ksm.core;bundle-version="1.0.0" +Bundle-ActivationPolicy: lazy +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Import-Package: de.dhbw.horb.ksm.model.api, + org.eclipse.gef.commands +Bundle-ClassPath: lib/org.swtchart_0.7.0.v20110128.jar, + lib/org.swtchart.ext_0.7.0.v20110128.jar, + . |