You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: trace/generator/plugins/fr.inria.diverse.trace.plugin.generator/src/fr/inria/diverse/trace/plugin/generator/clean/StandaloneEMFProjectGenerator.xtend
+44-10Lines changed: 44 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ public class StandaloneEMFProjectGenerator extends AbstractEMFProjectGenerator {
97
97
98
98
ecoreModelResource.unload
99
99
ecoreModelResource.load(null)
100
-
100
+
101
101
// Check that all required ecore models are available
102
102
checkReferencedPackages(ecoreModelResource);
103
103
@@ -190,14 +190,34 @@ public class StandaloneEMFProjectGenerator extends AbstractEMFProjectGenerator {
0 commit comments