|
Revision 113, 0.6 kB
(checked in by breese, 3 years ago)
|
|
getting code uptodate with all of the latest enhancements I have introduced locally to my plugins
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <plugin version="1.0"> |
|---|
| 3 | <name>Feed Manager</name> |
|---|
| 4 | <version_url>http://www.majordojo.com/projects/FeedManager/version.xml</version_url> |
|---|
| 5 | <sig>FeedManager/FeedManager.pl</sig> |
|---|
| 6 | <files> |
|---|
| 7 | <file> |
|---|
| 8 | <src>plugins/FeedManager</src> |
|---|
| 9 | <destination>plugins/FeedManager</destination> |
|---|
| 10 | </file> |
|---|
| 11 | <file> |
|---|
| 12 | <src>plugins/FeedManager/apis.cgi</src> |
|---|
| 13 | <permissions>0755</permissions> |
|---|
| 14 | <destination>plugins/FeedManager/apis.cgi</destination> |
|---|
| 15 | </file> |
|---|
| 16 | </files> |
|---|
| 17 | <uninstall> |
|---|
| 18 | <rmdir>plugins/FeedManager</rmdir> |
|---|
| 19 | </uninstall> |
|---|
| 20 | </plugin> |
|---|