]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/scl/Simantics/ProceduralUserComponent.scl
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / scl / Simantics / ProceduralUserComponent.scl
index 5c4ee0728b75beb74b9c9a9eda8fc9b9e52488d5..fb23ec737cd7abd9677dd442024e32b58115fe1d 100644 (file)
@@ -1,16 +1,16 @@
-include "Simantics/Model"\r
-import "Simantics/Diagram"\r
-import "Simantics/Flag"\r
-include "Simantics/Ontologies"\r
-\r
-type ProceduralUserComponent = Resource\r
-\r
-importJava "org.simantics.modeling.ui.actions.NewProceduralComponentType" where\r
-    @JavaName create\r
-    createProceduralUserComponent :: Resource -> <WriteGraph> ProceduralUserComponent\r
-\r
-importJava "org.simantics.modeling.userComponent.ComponentTypeCommands" where\r
-    createConnectionPoint :: Resource -> Resource -> <WriteGraph> Resource\r
-    \r
-    @JavaName saveProceduralCodeWithUC\r
+include "Simantics/Model"
+import "Simantics/Diagram"
+import "Simantics/Flag"
+include "Simantics/Ontologies"
+
+type ProceduralUserComponent = Resource
+
+importJava "org.simantics.modeling.ui.actions.NewProceduralComponentType" where
+    @JavaName create
+    createProceduralUserComponent :: Resource -> <WriteGraph> ProceduralUserComponent
+
+importJava "org.simantics.modeling.userComponent.ComponentTypeCommands" where
+    createConnectionPoint :: Resource -> Resource -> <WriteGraph> Resource
+    
+    @JavaName saveProceduralCodeWithUC
     saveProceduralCode :: ProceduralUserComponent -> String -> <WriteGraph> ()
\ No newline at end of file