]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.rest/scl/Server/RESTSCL.scl
Add missing dependencies for REST server and include to desktop-feature
[simantics/platform.git] / bundles / org.simantics.scl.rest / scl / Server / RESTSCL.scl
diff --git a/bundles/org.simantics.scl.rest/scl/Server/RESTSCL.scl b/bundles/org.simantics.scl.rest/scl/Server/RESTSCL.scl
new file mode 100644 (file)
index 0000000..8ed1f7e
--- /dev/null
@@ -0,0 +1,3 @@
+importJava "org.simantics.scl.rest.SCLRESTServer" where
+    start :: String -> Integer -> <Proc> ()
+    stop :: <Proc> ()