forked from maxiomtech/DotNetNuke-FileWatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
InspectorIT.FileWatcher.dnn
37 lines (37 loc) · 1.43 KB
/
InspectorIT.FileWatcher.dnn
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
<?xml version="1.0" encoding="utf-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="InspectorIT.FileWatcher" type="Library" version="1.0.0.0">
<friendlyName>File Watcher</friendlyName>
<description>Monitors the files in your portals folder and instantly adds or removes them from the database. This is useful if you FTP or use explorer to copy files to your website.</description>
<iconFile>DesktopModules/InspectorIT/FileWatcher/images/icon.png</iconFile>
<owner>
<name>Jonathan Sheely</name>
<organization>InspectorIT</organization>
<url>http://inspectorit.com</url>
<email>[email protected]</email>
</owner>
<license src="License.htm" />
<releaseNotes src="ReleaseNotes.htm" />
<components>
<component type="Assembly">
<assemblies>
<basePath>bin</basePath>
<assembly>
<name>InspectorIT.FileWatcher.dll</name>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules\InspectorIT\FileWatcher</basePath>
<resourceFile>
<name>Resources.zip</name>
<sourceFileName>Resources.zip</sourceFileName>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>