-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-info.xml
104 lines (104 loc) · 5.96 KB
/
package-info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>vicram10:up</id>
<name>Ultimate Portal</name>
<type>modification</type>
<version>1.0.0</version>
<install for="2.1 - 2.1.99">
<redirect url="?action=admin;area=preferences">redirect.txt</redirect>
<readme parsebbc="true">readme.txt</readme>
<modification>install.xml</modification>
<!-- Important files -->
<require-dir name="Sources" destination="$boarddir" />
<require-dir name="Themes" destination="$boarddir" />
<!-- Extra Folders -->
<require-dir name="up-blocks" destination="$boarddir" />
<require-dir name="up-php-blocks" destination="$boarddir" />
<require-dir name="up-attachments" destination="$boarddir" />
<require-dir name="up-covers" destination="$boarddir" />
<!-- DB install -->
<code>install_db.php</code>
</install>
<uninstall for="2.1 - 2.1.99">
<readme parsebbc="true">uninstall_readme.txt</readme>
<modification type="file" reverse="true">install.xml</modification>
<!-- Extra Folders -->
<remove-dir name="$boarddir/up-covers" />
<remove-dir name="$boarddir/up-attachments" />
<remove-dir name="$boarddir/up-blocks" />
<remove-dir name="$boarddir/up-php-blocks" />
<remove-dir name="$themedir/up-editor" />
<remove-dir name="$themedir/up-extras" />
<!-- Important files -->
<remove-file name="$sourcedir/Subs-UltimatePortal.php" />
<remove-file name="$sourcedir/Subs-UltimatePortal-Init-Blocks.php" />
<remove-file name="$sourcedir/UltimatePortal.php" />
<remove-file name="$sourcedir/UltimatePortal-BlocksMain.php" />
<remove-file name="$sourcedir/UltimatePortalCP.php" />
<remove-file name="$sourcedir/UltimatePortalModules.php" />
<remove-file name="$sourcedir/UPNews.php" />
<remove-file name="$sourcedir/UPUserPosts.php" />
<remove-file name="$sourcedir/UPDownload.php" />
<remove-file name="$sourcedir/UPInternalPage.php" />
<remove-file name="$sourcedir/UPAboutUs.php" />
<remove-file name="$sourcedir/UPFaq.php" />
<!-- Templates -->
<remove-file name="$themedir/UltimatePortal.template.php" />
<remove-file name="$themedir/UltimatePortal-BlocksMain.template.php" />
<remove-file name="$themedir/UltimatePortalCP.template.php" />
<remove-file name="$themedir/UltimatePortalModules.template.php" />
<remove-file name="$themedir/UPNews.template.php" />
<remove-file name="$themedir/UPUserPosts.template.php" />
<remove-file name="$themedir/UPDownload.template.php" />
<remove-file name="$themedir/UPInternalPage.template.php" />
<remove-file name="$themedir/UPAboutUs.template.php" />
<remove-file name="$themedir/UPFaq.template.php" />
<remove-file name="$themedir/css/UltimatePortalCSS.css" />
<!-- Language files english -->
<remove-file name="$languagedir/UltimatePortal.english.php" />
<remove-file name="$languagedir/UltimatePortal-BlocksMain.english.php" />
<remove-file name="$languagedir/UltimatePortalCP.english.php" />
<remove-file name="$languagedir/UltimatePortalModules.english.php" />
<remove-file name="$languagedir/UPNews.english.php" />
<remove-file name="$languagedir/UPUserPosts.english.php" />
<remove-file name="$languagedir/UPDownload.english.php" />
<remove-file name="$languagedir/UPInternalPage.english.php" />
<remove-file name="$languagedir/UPAboutUs.english.php" />
<remove-file name="$languagedir/UPFaq.english.php" />
<!-- lenguage files spanish_es-utf8 -->
<remove-file name="$languagedir/UltimatePortal.spanish_es-utf8.php" />
<remove-file name="$languagedir/UltimatePortal-BlocksMain.spanish_es-utf8.php" />
<remove-file name="$languagedir/UltimatePortalCP.spanish_es-utf8.php" />
<remove-file name="$languagedir/UltimatePortalModules.spanish_es-utf8.php" />
<remove-file name="$languagedir/UPNews.spanish_es-utf8.php" />
<remove-file name="$languagedir/UPUserPosts.spanish_es-utf8.php" />
<remove-file name="$languagedir/UPDownload.spanish_es-utf8.php" />
<remove-file name="$languagedir/UPInternalPage.spanish_es-utf8.php" />
<remove-file name="$languagedir/UPAboutUs.spanish_es-utf8.php" />
<remove-file name="$languagedir/UPFaq.spanish_es-utf8.php" />
<!-- lenguage files spanish_es -->
<remove-file name="$languagedir/UltimatePortal.spanish_es.php" />
<remove-file name="$languagedir/UltimatePortal-BlocksMain.spanish_es.php" />
<remove-file name="$languagedir/UltimatePortalCP.spanish_es.php" />
<remove-file name="$languagedir/UltimatePortalModules.spanish_es.php" />
<remove-file name="$languagedir/UPNews.spanish_es.php" />
<remove-file name="$languagedir/UPUserPosts.spanish_es.php" />
<remove-file name="$languagedir/UPDownload.spanish_es.php" />
<remove-file name="$languagedir/UPInternalPage.spanish_es.php" />
<remove-file name="$languagedir/UPAboutUs.spanish_es.php" />
<remove-file name="$languagedir/UPFaq.spanish_es.php" />
<!-- Extra Image -->
<remove-dir name="$imagesdir/ultimate-portal" />
<remove-file name="$imagesdir/admin/up-admin.png" />
<remove-file name="$imagesdir/admin/up-affiliates.png" />
<remove-file name="$imagesdir/admin/up-blocks.png" />
<remove-file name="$imagesdir/admin/up-boards-news.png" />
<remove-file name="$imagesdir/admin/up-download.png" />
<remove-file name="$imagesdir/admin/up-news.png" />
<remove-file name="$imagesdir/admin/up-user-posts.png" />
<remove-file name="$imagesdir/admin/up-aboutus.png" />
<remove-file name="$imagesdir/admin/up-faq.png" />
<remove-file name="$imagesdir/admin/up-multiblock.png" />
</uninstall>
</package-info>