|
Revision 220, 0.9 kB
(checked in by jallen, 3 years ago)
|
|
Update to HelloWorld? plugin bringing it up to modern standards. Still needs documentation
|
-
Property svn:mime-type set to
text/xml
-
Property svn:keywords set to
Id Revision
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <plugin version="0.5"> |
|---|
| 3 | <name>Hello World</name> |
|---|
| 4 | <version_url>http://code.sixapart.com/svn/mtplugins/trunk/HelloWorld/version.xml</version_url> |
|---|
| 5 | <sig>HelloWorld/HelloWorld.pl</sig> |
|---|
| 6 | <icon width="32">mt-static/plugins/HelloWorld/images/HelloWorld.png</icon> |
|---|
| 7 | <files> |
|---|
| 8 | <file> |
|---|
| 9 | <src>plugins/HelloWorld</src> |
|---|
| 10 | <destination>plugins/HelloWorld</destination> |
|---|
| 11 | </file> |
|---|
| 12 | <file> |
|---|
| 13 | <src>plugins/HelloWorld/HelloWorld.pl</src> |
|---|
| 14 | <permissions>0755</permissions> |
|---|
| 15 | <destination>plugins/HelloWorld/HelloWorld.pl</destination> |
|---|
| 16 | </file> |
|---|
| 17 | <file> |
|---|
| 18 | <src>mt-static/plugins/HelloWorld</src> |
|---|
| 19 | <destination>plugins/HelloWorld</destination> |
|---|
| 20 | <static>1</static> |
|---|
| 21 | </file> |
|---|
| 22 | </files> |
|---|
| 23 | <uninstall> |
|---|
| 24 | <rmdir>plugins/HelloWorld</rmdir> |
|---|
| 25 | </uninstall> |
|---|
| 26 | </plugin> |
|---|