Skip to content
Snippets Groups Projects
Commit 05e2380d authored by Erlend Stav's avatar Erlend Stav
Browse files

Removed configuration extractor view from perspective and updated version numbers

parent cf9a47ab
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<feature
id="org.universaal.tools.perspective.feature"
label="AAL Studio Perspective"
version="0.9.0"
version="0.9.5"
provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core">
......
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Perspective
Bundle-SymbolicName: org.universaal.tools.perspective;singleton:=true
Bundle-Version: 0.9.0
Bundle-Version: 0.9.5
Bundle-Activator: org.universaal.tools.perspective.Activator
Bundle-Vendor: universAAL
Require-Bundle: org.eclipse.ui,
......
......@@ -24,7 +24,6 @@ public class AALStudioPerspective implements IPerspectiveFactory {
IFolderLayout folderLayout = layout.createFolder("folder_1", IPageLayout.BOTTOM, 0.65f, IPageLayout.ID_EDITOR_AREA);
folderLayout.addView("org.universaal.tools.dashboard.views.DashboardView");
folderLayout.addView("org.universAAL.codeassistant.CodeAssistantView");
folderLayout.addView("org.universaal.tools.configurationExtractor.CEView");
folderLayout.addView("org.eclipse.ui.views.PropertySheet");
folderLayout.addView("org.eclipse.ui.views.ProblemView");
folderLayout.addView("org.eclipse.pde.runtime.LogView");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment