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

Updated to support new AAL Studio core menu system and feature now uses the common branding plugin

parent 31e3c137
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.universaal.tools.depotclient.feature"
label="Developer Depot Client"
version="0.2.0"
provider-name="universAAL">
label="AAL Studio integration with Developer Depot"
version="0.2.1"
provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core">
<description url="http://www.universaal.org/">
This feature provides easy access to the resources of universAAL Developer Depot from the AAL Studio, such as import of example applications.
......@@ -235,6 +236,7 @@
<requires>
<import feature="org.eclipse.team.svn" version="0.7.9.I20100512-1900" match="greaterOrEqual"/>
<import feature="org.universaal.tools.aalstudio.feature" version="0.3.0"/>
</requires>
<plugin
......@@ -244,4 +246,11 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.universaal.tools.importthirdpartyproject"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
......@@ -7,6 +7,6 @@ Bundle-Activator: org.universaal.tools.importexternalproject.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.team.svn.core;bundle-version="0.7.9",
org.eclipse.core.resources;bundle-version="3.7.100"
org.eclipse.core.resources;bundle-version="3.6.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
......@@ -29,15 +29,11 @@
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu?after=additions">
<menu
label="AAL Studio"
id="org.universaal.tools.AALStudio.menu">
<command
commandId="org.universaal.importexternalproject.commands.importthirdparty"
id="org.universaal.importexternalproject.menus.importthirdparty">
</command>
</menu>
locationURI="menu:org.universaal.tools.AALStudio.menu?endof=import">
<command
commandId="org.universaal.importexternalproject.commands.importthirdparty"
id="org.universaal.importexternalproject.menus.importthirdparty">
</command>
</menuContribution>
</extension>
<extension
......
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SubversivePlugin
Bundle-SymbolicName: org.universaal.tools.subversivePlugin;singleton:=true
Bundle-Version: 0.2.0
Bundle-Version: 0.2.1
Bundle-Activator: org.universaal.tools.subversiveplugin.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
......
......@@ -23,15 +23,11 @@
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu?after=additions">
<menu
id="org.universaal.tools.AALStudio.menu"
label="AALStudio">
<command
commandId="org.universaal.tools.subversivePlugin.commands.exampleProject"
id="org.universaal.tools.subversivePlugin.commands.exampleProject">
</command>
</menu>
locationURI="menu:org.universaal.tools.AALStudio.menu?after=import">
<command
commandId="org.universaal.tools.subversivePlugin.commands.exampleProject"
id="org.universaal.tools.subversivePlugin.commands.exampleProject">
</command>
</menuContribution>
</extension>
<extension
......
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