Replace old package name with new one for simulation extensions
This commit is contained in:
parent
53b2e92cbd
commit
29aa71f397
@ -87,6 +87,7 @@ class SingleSimulationHandler extends AbstractElementHandler {
|
||||
extensions.add(compatibilityExtension(content.trim()));
|
||||
} else if (element.equals("extension") && !StringUtils.isEmpty(attributes.get("extensionid"))) {
|
||||
String id = attributes.get("extensionid");
|
||||
id = id.replace("net.sf.openrocket", "info.openrocket.core");
|
||||
SimulationExtension extension = null;
|
||||
Set<SimulationExtensionProvider> extensionProviders = Application.getInjector()
|
||||
.getInstance(new Key<Set<SimulationExtensionProvider>>() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user