Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions core/ease-scripts/src/generate-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ bot.waitUntil(org.eclipse.swtbot.swt.finder.waits.Conditions.shellCloses(shell))

// convert to metamodel
print("Convert to metamodel");
root.select("<<EPackage, Metamodel>> <Model> AADL2");
umlMenu.menu("Convert To").menu("Metamodel").click();
bot.sleep(1000);

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions core/org.osate.aadl2.edit/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -943,3 +943,4 @@ _UI_FlowImplementation_inEnd_feature = In End
_UI_FlowImplementation_outEnd_feature = Out End
_UI_ModeTransitionInstance_trigger_feature = Trigger
_UI_AbstractFeatureClassifier_type = Abstract Feature Classifier
_UI_MemoryImplementation_ownedVirtualBusSubcomponent_feature = Owned Virtual Bus Subcomponent
Loading