]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.document.server / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.document.server/META-INF/MANIFEST.MF b/bundles/org.simantics.document.server/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..a345498
--- /dev/null
@@ -0,0 +1,42 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Document Server
+Bundle-SymbolicName: org.simantics.document.server;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Semantum Oy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: 
+ org.simantics;bundle-version="1.0.0",
+ org.simantics.structural2;bundle-version="1.1.1",
+ org.simantics.structural.ontology;bundle-version="1.1.0",
+ org.simantics.scl.compiler;bundle-version="0.2.0",
+ org.simantics.browsing.ui;bundle-version="1.1.0",
+ org.simantics.project;bundle-version="1.0.1",
+ org.simantics.simulation;bundle-version="1.1.0",
+ org.simantics.modeling.ontology;bundle-version="1.1.0",
+ org.simantics.scl.osgi;bundle-version="1.0.0",
+ org.simantics.g2d;bundle-version="1.1.1",
+ org.simantics.diagram;bundle-version="1.1.1",
+ org.simantics.utils.thread.swt;bundle-version="1.1.0",
+ com.lowagie.text;bundle-version="2.1.7",
+ org.simantics.document.base.ontology;bundle-version="1.1.0",
+ org.simantics.modeling;bundle-version="1.1.1",
+ org.simantics.document.server.io;visibility:=reexport,
+ org.simantics.scl.db;bundle-version="0.1.3"
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.simantics.document.server.Activator
+Export-Package: org.simantics.document.server,
+ org.simantics.document.server.bean,
+ org.simantics.document.server.client,
+ org.simantics.document.server.handler,
+ org.simantics.document.server.request,
+ org.simantics.document.server.serverResponse
+Import-Package: org.simantics.layer0.utils.direct
+Bundle-ClassPath: .,
+ batik/batik-dom.jar,
+ batik/batik-svg-dom.jar,
+ batik/batik-svggen.jar,
+ batik/batik-awt-util.jar,
+ batik/batik-util.jar,
+ batik/batik-ext.jar,
+ batik/batik-xml.jar