commit | daa228149a8d5ee201f65ffc23cc836d5cc2d173 | [log] [tgz] |
---|---|---|
author | mwenz <mwenz> | Mon Jun 28 13:19:06 2010 +0000 |
committer | mwenz <mwenz> | Mon Jun 28 13:19:06 2010 +0000 |
tree | 13235a9846ca96963a0e2a37a66b7107e8db3d68 | |
parent | e7d34337ab221851ecad35e5a0680707cdb0885c [diff] |
Removed JUnit test view from Perspective
diff --git a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/perspective/GFPerspective.java b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/perspective/GFPerspective.java index 5486461..04c5077 100644 --- a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/perspective/GFPerspective.java +++ b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/perspective/GFPerspective.java
@@ -93,7 +93,6 @@ editorArea); bottomRight.addView("org.eclipse.pde.runtime.LogView"); bottomRight.addView(IPageLayout.ID_PROP_SHEET); - bottomRight.addView("com.sap.ide.junit.views.TestsView"); bottomRight.addView(IPageLayout.ID_PROBLEM_VIEW); } }