+ Add package-info.xml for the staff list plugin, too (didn't test it)
cookiemonster

cookiemonster commited on 2011-03-24 12:49:19
Showing 1 changed files, with 21 additions and 0 deletions.

... ...
@@ -0,0 +1,21 @@
1
+<?xml version="1.0"?>
2
+<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
3
+<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
4
+	<id>SimpleDeskTeam:staff_list</id>
5
+	<name>SimpleDesk Staff List</name>
6
+	<version>1.0</version>
7
+	<type>modification</type>
8
+	<install for="2.0 RC5">
9
+		<require-file name="SDPluginStaffList.english.php" destination="$languagedir" />
10
+		<require-dir name="staff_list" destination="$sourcedir/sd_plugins_source" />
11
+		<require-filr name="SDPluginStaffList.template.php" destination="$themedir/sd_plugins_template" />
12
+		
13
+		<redirect url="?action=admin;area=helpdesk_plugins#js_feature_staff_list" />
14
+	</install>
15
+
16
+	<uninstall for="2.0 RC5">
17
+		<remove-file name="$languagedir/SDPluginStaffList.english.php" />
18
+		<remove-dir name="$sourcedir/sd_plugins_source/staff_list" />
19
+		<remove-file name="$themedir/sd_plugins_template/SDPluginStaffList.template.php" />
20
+	</uninstall>
21
+</package-info>
0 22
\ No newline at end of file
1 23