Browse Source

Renamed YAKINDU perspectives to SC Simulation and SC Modeling. Deleted superfluous @Override annotations in the perspective factory classes.

essermar@googlemail.com 14 years ago
parent
commit
b6512c2437

+ 2 - 2
plugins/org.yakindu.sct.ui/plugin.xml

@@ -8,14 +8,14 @@
             fixed="false"
             icon="icons/modeling_perspective.png"
             id="org.yakindu.sct.ui.ModelingPerspective"
-            name="YAKINDU SCT Modeling">
+            name="SC Modeling">
       </perspective>
       <perspective
             class="org.yakindu.sct.ui.perspectives.SimulationPerspectiveFactory"
             fixed="false"
             icon="icons/simulation_perspective.png"
             id="org.yakindu.sct.ui.SimulationPerspective"
-            name="YAKINDU SCT Simulation">
+            name="SC Simulation">
       </perspective>
    </extension>
 

+ 0 - 1
plugins/org.yakindu.sct.ui/src/org/yakindu/sct/ui/perspectives/ModelingPerspectiveFactory.java

@@ -21,7 +21,6 @@ import org.eclipse.ui.IPerspectiveFactory;
  */
 public class ModelingPerspectiveFactory implements IPerspectiveFactory {
 
-	@Override
 	public void createInitialLayout(IPageLayout layout) {
 		defineActions(layout);
 		defineLayout(layout);

+ 0 - 1
plugins/org.yakindu.sct.ui/src/org/yakindu/sct/ui/perspectives/SimulationPerspectiveFactory.java

@@ -21,7 +21,6 @@ import org.eclipse.ui.IPerspectiveFactory;
  */
 public class SimulationPerspectiveFactory implements IPerspectiveFactory {
 
-	@Override
 	public void createInitialLayout(IPageLayout layout) {
 		defineActions(layout);
 		defineLayout(layout);