root/trunk/comment_challenge/mtplugin.pkg

Revision 1486, 0.9 kB (checked in by jallen, 9 months ago)

Updating to v1.03

Line 
1<?xml version="1.0"?>
2<plugin version="1.03">
3  <name>Comment Challenge</name>
4  <version_url>http://jayallen.org/projects/comment-challenge/version.xml</version_url>
5  <sig>commchallenge/commchallenge.pl</sig>
6  <files>
7      <file>
8          <src>plugins/commchallenge/commchallenge.pl</src>
9          <destination>plugins/commchallenge/commchallenge.pl</destination>
10      </file>
11      <file>
12          <src>plugins/commchallenge/lib</src>
13          <destination>plugins/commchallenge/lib</destination>
14      </file>
15      <file>
16          <src>plugins/commchallenge/tmpl</src>
17          <destination>plugins/commchallenge/tmpl</destination>
18      </file>
19      <file>
20          <src>php/plugins/function.MTCommentChallenge.php</src>
21          <destination>php/plugins/function.MTCommentChallenge.php</destination>
22      </file>
23  </files>
24  <uninstall>
25      <rmdir>plugins/commchallenge</rmdir>
26  </uninstall>
27</plugin>
Note: See TracBrowser for help on using the browser.