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

Small update to depot client, changing some window and menu labels and version number

parent 140dd977
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<feature <feature
id="org.universaal.tools.depotclient.feature" id="org.universaal.tools.depotclient.feature"
label="AAL Studio integration with Developer Depot" label="AAL Studio integration with Developer Depot"
version="0.9.5" version="0.9.8"
provider-name="universAAL" provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core"> plugin="org.universaal.tools.aalstudio.core">
......
...@@ -2,7 +2,7 @@ Manifest-Version: 1.0 ...@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Importexternalproject Bundle-Name: Importexternalproject
Bundle-SymbolicName: org.universaal.tools.importthirdpartyproject;singleton:=true Bundle-SymbolicName: org.universaal.tools.importthirdpartyproject;singleton:=true
Bundle-Version: 0.9.5 Bundle-Version: 0.9.8
Bundle-Activator: org.universaal.tools.importexternalproject.Activator Bundle-Activator: org.universaal.tools.importexternalproject.Activator
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime, org.eclipse.core.runtime,
......
...@@ -33,11 +33,11 @@ ...@@ -33,11 +33,11 @@
category="org.universaal.importexternalproject.import" category="org.universaal.importexternalproject.import"
class="org.universaal.tools.importexternalproject.wizards.ImportExternalWizard" class="org.universaal.tools.importexternalproject.wizards.ImportExternalWizard"
id="org.universaal.importexternalproject.wizard1" id="org.universaal.importexternalproject.wizard1"
name="Import Third Party Application"> name="Import Example Application">
</wizard> </wizard>
<category <category
id="org.universaal.importexternalproject.import" id="org.universaal.importexternalproject.import"
name="universAAL"> name="AAL Studio">
</category> </category>
</extension> </extension>
<extension <extension
......
...@@ -434,7 +434,7 @@ public class ImportExternalWizard extends Wizard implements IImportWizard { ...@@ -434,7 +434,7 @@ public class ImportExternalWizard extends Wizard implements IImportWizard {
@Override @Override
public void addPages(){ public void addPages(){
setWindowTitle("Import External Project"); setWindowTitle("Import Example Project");
addPage(page); addPage(page);
} }
......
...@@ -82,8 +82,8 @@ public class ImportExternalWizardPage extends WizardPage { ...@@ -82,8 +82,8 @@ public class ImportExternalWizardPage extends WizardPage {
*/ */
protected ImportExternalWizardPage(boolean input) { protected ImportExternalWizardPage(boolean input) {
super("Import external project"); super("Import external project");
setTitle("Import External Project."); setTitle("Import official or third party example project");
setDescription("Please select a project to import."); setDescription("Please select a project to import");
importExtension=input; importExtension=input;
} }
......
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