]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.diagram / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.diagram/META-INF/MANIFEST.MF b/bundles/org.simantics.diagram/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..6f879b7
--- /dev/null
@@ -0,0 +1,77 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Simantics Diagram Framework Base
+Bundle-SymbolicName: org.simantics.diagram;singleton:=true
+Bundle-Version: 1.1.1.qualifier
+Require-Bundle: org.simantics.utils.thread.swt,
+ org.simantics.g2d;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
+ org.eclipse.core.runtime,
+ org.eclipse.ui,
+ org.simantics.ui,
+ org.simantics.project;bundle-version="1.0.0",
+ gnu.trove3;bundle-version="3.0.3",
+ org.simantics.db.layer0;bundle-version="[1.0.0,2.0.0)",
+ org.simantics.structural2;bundle-version="1.0.0",
+ org.simantics.basicexpression;bundle-version="1.0.0",
+ javax.vecmath;bundle-version="1.0.0",
+ org.simantics.layer0;bundle-version="1.0.0",
+ org.simantics.diagram.ontology;bundle-version="1.0.0";visibility:=reexport,
+ org.simantics.structural.ontology;bundle-version="1.0.0",
+ org.simantics.layer0.utils;bundle-version="[1.0.0,2.0.0)",
+ org.apache.log4j;bundle-version="1.2.15",
+ org.simantics.threadlog;bundle-version="1.0.0";resolution:=optional,
+ org.simantics.graph;bundle-version="1.1.5",
+ org.simantics.graph.db;bundle-version="1.1.5",
+ org.simantics.scenegraph.profile;bundle-version="1.0.0",
+ org.simantics.diagram.connection;bundle-version="1.0.0",
+ org.simantics.scl.reflection;bundle-version="1.0.0",
+ org.simantics.g2d.ontology;bundle-version="1.0.0";visibility:=reexport,
+ org.simantics.modeling.ontology;bundle-version="1.0.0";visibility:=reexport,
+ org.simantics.scenegraph.loader;bundle-version="1.0.0";visibility:=reexport,
+ org.simantics.scenegraph.ontology;bundle-version="1.0.0",
+ org.simantics.issues.common;bundle-version="1.1.0",
+ org.eclipse.nebula.widgets.pgroup;bundle-version="1.0.0",
+ com.lowagie.text;bundle-version="2.1.7",
+ org.simantics.modeling.template2d.ontology;bundle-version="1.0.0",
+ org.simantics.annotation.ontology;bundle-version="1.0.0",
+ org.simantics.export.core;bundle-version="1.0.0",
+ org.simantics.scl.commands;bundle-version="1.0.0",
+ org.simantics.datatypes.ontology;bundle-version="1.1.0",
+ org.simantics.scl.osgi;bundle-version="1.0.4",
+ org.simantics.scl.compiler;bundle-version="0.4.0",
+ org.simantics.scenegraph,
+ org.eclipse.e4.core.di.annotations,
+ org.eclipse.e4.ui.model.workbench,
+ org.eclipse.e4.ui.services,
+ org.eclipse.e4.core.contexts,
+ org.eclipse.e4.ui.workbench
+Export-Package: org.simantics.diagram,
+ org.simantics.diagram.adapter,
+ org.simantics.diagram.connection,
+ org.simantics.diagram.content,
+ org.simantics.diagram.contribution,
+ org.simantics.diagram.elements,
+ org.simantics.diagram.export,
+ org.simantics.diagram.flag,
+ org.simantics.diagram.function,
+ org.simantics.diagram.handler,
+ org.simantics.diagram.handler.e4,
+ org.simantics.diagram.layer,
+ org.simantics.diagram.participant,
+ org.simantics.diagram.participant.e4,
+ org.simantics.diagram.profile,
+ org.simantics.diagram.query,
+ org.simantics.diagram.runtime,
+ org.simantics.diagram.symbolcontribution,
+ org.simantics.diagram.symbollibrary,
+ org.simantics.diagram.symbollibrary.ui,
+ org.simantics.diagram.synchronization,
+ org.simantics.diagram.synchronization.graph,
+ org.simantics.diagram.synchronization.graph.layer,
+ org.simantics.diagram.synchronization.runtime,
+ org.simantics.diagram.ui
+Import-Package: org.simantics.simulation.experiment
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.simantics.diagram.internal.Activator
+Bundle-Vendor: VTT Technical Research Center of Finland
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8