From 05e2380d922e005d0770197f1805d0c8777581b5 Mon Sep 17 00:00:00 2001 From: Erlend Stav <erlend.stav@sintef.no> Date: Fri, 22 Mar 2013 10:27:37 +0000 Subject: [PATCH] Removed configuration extractor view from perspective and updated version numbers --- .../org.universaal.tools.perspective.feature/feature.xml | 2 +- .../org.universaal.tools.perspective/META-INF/MANIFEST.MF | 2 +- .../org/universaal/tools/perspective/AALStudioPerspective.java | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/perspective/org.universaal.tools.perspective.feature/feature.xml b/perspective/org.universaal.tools.perspective.feature/feature.xml index 17c6c271c..246f81403 100644 --- a/perspective/org.universaal.tools.perspective.feature/feature.xml +++ b/perspective/org.universaal.tools.perspective.feature/feature.xml @@ -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"> diff --git a/perspective/org.universaal.tools.perspective/META-INF/MANIFEST.MF b/perspective/org.universaal.tools.perspective/META-INF/MANIFEST.MF index 376fee2e8..e341b7573 100644 --- a/perspective/org.universaal.tools.perspective/META-INF/MANIFEST.MF +++ b/perspective/org.universaal.tools.perspective/META-INF/MANIFEST.MF @@ -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, diff --git a/perspective/org.universaal.tools.perspective/src/org/universaal/tools/perspective/AALStudioPerspective.java b/perspective/org.universaal.tools.perspective/src/org/universaal/tools/perspective/AALStudioPerspective.java index 122dfcff8..f674aea4c 100644 --- a/perspective/org.universaal.tools.perspective/src/org/universaal/tools/perspective/AALStudioPerspective.java +++ b/perspective/org.universaal.tools.perspective/src/org/universaal/tools/perspective/AALStudioPerspective.java @@ -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"); -- GitLab