From: Marko Luukkainen Date: Fri, 14 Sep 2018 10:28:55 +0000 (+0300) Subject: Expose History REST API implementation to other plug-ins X-Git-Tag: v1.43.0~136^2~376^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=d3e012391b3e1cf74d238ac2afecb66eec4d1e1b Expose History REST API implementation to other plug-ins gitlab #123 Change-Id: If99ceb8b6c0349b4be57b8f9cd10e93abf5356e5 --- diff --git a/bundles/org.simantics.history.rest/META-INF/MANIFEST.MF b/bundles/org.simantics.history.rest/META-INF/MANIFEST.MF index a1f311a5a..030278955 100644 --- a/bundles/org.simantics.history.rest/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.history.rest/META-INF/MANIFEST.MF @@ -35,3 +35,4 @@ Require-Bundle: org.simantics.history;bundle-version="1.0.0", org.simantics;bundle-version="1.0.0", org.eclipse.jetty.servlets Bundle-ClassPath: . +Export-Package: org.simantics.history.rest