X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document.server%2FMETA-INF%2FMANIFEST.MF;h=677d6d411d1a46cb6360970d7dcb7f39dffac7c6;hp=184361779afe2cee78c99351fab38ebdf212a8ce;hb=38d133f2a39bab76deed5d047fbabee4479b5373;hpb=fdbe87627e92805701d0672fbe8f1dc60b7f7b00 diff --git a/bundles/org.simantics.document.server/META-INF/MANIFEST.MF b/bundles/org.simantics.document.server/META-INF/MANIFEST.MF index 184361779..677d6d411 100644 --- a/bundles/org.simantics.document.server/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.document.server/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ 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 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.simantics;bundle-version="1.0.0", org.simantics.structural2;bundle-version="1.1.1", @@ -23,7 +23,9 @@ Require-Bundle: org.simantics.modeling;bundle-version="1.1.1", org.simantics.document.server.io;visibility:=reexport, org.simantics.scl.db;bundle-version="0.1.3", - org.slf4j.api + org.slf4j.api, + org.simantics.simulator.toolkit, + org.simantics.simulator.toolkit.db;visibility:=reexport Bundle-ActivationPolicy: lazy Bundle-Activator: org.simantics.document.server.Activator Export-Package: org.simantics.document.server, @@ -31,13 +33,8 @@ Export-Package: org.simantics.document.server, org.simantics.document.server.client, org.simantics.document.server.handler, org.simantics.document.server.request, - org.simantics.document.server.serverResponse + org.simantics.document.server.serverResponse, + org.simantics.document.server.state 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 +Bundle-ClassPath: . +Automatic-Module-Name: org.simantics.document.server