/*
- * Copyright 2000-2009 JetBrains s.r.o.
+ * Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*/
package com.intellij.ide.actions;
-import com.intellij.openapi.actionSystem.AnAction;
-import com.intellij.openapi.actionSystem.AnActionEvent;
-import com.intellij.openapi.project.DumbAware;
-import com.intellij.openapi.project.ex.ProjectManagerEx;
-
-public class TemplateProjectStructureAction extends AnAction implements DumbAware {
- @Override
- public void actionPerformed(final AnActionEvent e) {
- ShowStructureSettingsAction.showDialog(ProjectManagerEx.getInstanceEx().getDefaultProject());
- }
+public class TemplateProjectStructureAction extends ShowStructureSettingsAction {
}
\ No newline at end of file