|
Revision 543, 0.9 kB
(checked in by arjanmol, 4 years ago)
|
*** empty log message ***
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
<gaphor-plugin name="Plugin Editor" |
|---|
| 5 |
version="0.1" |
|---|
| 6 |
author="Arjan Molenaar"> |
|---|
| 7 |
<description> |
|---|
| 8 |
This plugin lets the user inform and interact with the plugins. |
|---|
| 9 |
</description> |
|---|
| 10 |
|
|---|
| 11 |
<require> |
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
</require> |
|---|
| 20 |
|
|---|
| 21 |
<provide> |
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
<action id="PluginEditor" |
|---|
| 26 |
label="Plugin editor" |
|---|
| 27 |
tooltip="Show status of plugins" |
|---|
| 28 |
class="PluginEditorAction" slot="WindowSlot"> |
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
</action> |
|---|
| 36 |
</provide> |
|---|
| 37 |
</gaphor-plugin> |
|---|