]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/java/MinigraphModule.java
Added module header feature to SCL language.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / java / MinigraphModule.java
index 6bdaaea7bfda2b0d26a89944b09e6f6be0a1d289..434f2da6e13ff7b8249d6373aa7595c87eb7aca6 100644 (file)
@@ -282,6 +282,7 @@ public class MinigraphModule extends ConcreteModule {
                 return new ResourceAttribute(name);
             }
         });
+        setParentClassLoader(getClass().getClassLoader());
     }
     
     private static class ResourceAttribute implements SCLEntityType.Attribute {