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

Updated feature to support new common branding plugin

parent 762db385
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,9 @@
<feature
id="org.universaal.tools.dashboard.feature"
label="AAL Studio Dashboard"
version="0.2.0"
provider-name="universAAL">
version="0.2.1"
provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core">
<description url="http://www.example.com/description">
This AAL Studio tool provides a dashboard that helps the developer to understand the development process for AAL applications, and that allows the developer to follow the development process by triggering the other AAL Studio tools.
......@@ -233,6 +234,10 @@
<update url="http://depot.universaal.org/eclipse-update/"/>
</url>
<requires>
<import feature="org.universaal.tools.aalstudio.feature" version="0.3.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.universaal.tools.dashboard"
download-size="0"
......
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Dashboard
Bundle-SymbolicName: org.universaal.tools.dashboard;singleton:=true
Bundle-Version: 0.2.0
Bundle-Version: 0.2.1
Bundle-Activator: org.universaal.tools.dashboard.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
......
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