root/trunk/HelloWorld/package.xml @ 220

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
RevLine 
[118]1<?xml version="1.0"?>
[220]2<plugin version="0.5">
[118]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>
Note: See TracBrowser for help on using the browser.