|
Revision 576, 0.9 kB
(checked in by arjanmol, 3 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="Kid Export" |
|---|
| 5 |
version="0.1" |
|---|
| 6 |
author="Jeroen Vloothuis"> |
|---|
| 7 |
<description> |
|---|
| 8 |
This plugin extends Gaphor with XMI export functionality based on Kid |
|---|
| 9 |
templates. |
|---|
| 10 |
</description> |
|---|
| 11 |
|
|---|
| 12 |
<require> |
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
<module name="kid"/> |
|---|
| 18 |
</require> |
|---|
| 19 |
|
|---|
| 20 |
<provide> |
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
<action id="KidExport" |
|---|
| 25 |
label="Kid Export" |
|---|
| 26 |
tooltip="Export the model to XMI using a Kid template" |
|---|
| 27 |
class="KidExportAction" slot="FileExportSlot"> |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
</action> |
|---|
| 35 |
</provide> |
|---|
| 36 |
</gaphor-plugin> |
|---|