public class UpdateJpdlVersionAction extends BaseActionDelegate {
public void run(IAction action) {
DesignerEditor editor = getActiveDesignerEditor();
Command command = new UpdateJpdlVersionCommand(editor, editor.getDefinitionFile(), editor.getDefinition());
executeCommand(command);
}