]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.aeri.ui.redmine/META-INF/MANIFEST.MF
Experiment around with AERI in Simantics Products
[simantics/platform.git] / bundles / org.simantics.aeri.ui.redmine / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics AERI UI
4 Bundle-SymbolicName: org.simantics.aeri.ui.redmine;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-ClassPath: lib/redmine-java-api-3.0.0.jar,
7  lib/json-20090211.jar,
8  .
9 Require-Bundle: org.eclipse.epp.logging.aeri.ide,
10  org.eclipse.epp.logging.aeri.core;bundle-version="2.0.3",
11  org.eclipse.core.runtime;bundle-version="3.11.1",
12  org.eclipse.e4.core.contexts;bundle-version="1.4.0",
13  org.eclipse.jface;bundle-version="3.11.1",
14  org.eclipse.emf.common,
15  org.apache.httpcomponents.httpcore;bundle-version="4.3.3",
16  org.apache.httpcomponents.httpclient;bundle-version="4.3.6",
17  org.slf4j.api;bundle-version="1.7.20",
18  org.eclipse.e4.ui.model.workbench;bundle-version="1.1.100.v20150407-1430",
19  org.eclipse.e4.core.di.annotations,
20  org.eclipse.e4.ui.services,
21  org.eclipse.core.databinding;bundle-version="1.5.0",
22  org.eclipse.emf.ecore;bundle-version="2.12.0",
23  org.eclipse.emf.databinding;bundle-version="1.3.0",
24  org.eclipse.jface.databinding;bundle-version="1.7.0",
25  org.eclipse.core.databinding.property;bundle-version="1.5.0",
26  org.eclipse.ui.workbench,
27  org.simantics.aeri.ui.redmine.core,
28  com.google.guava
29 Bundle-RequiredExecutionEnvironment: JavaSE-1.8