-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.xml
More file actions
20 lines (20 loc) · 934 Bytes
/
package.xml
File metadata and controls
20 lines (20 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.mendix.com/package/1.0/">
<modelerProject
xmlns="http://www.mendix.com/modelerProject/1.0/">
<module name="WebViewer" />
<projectFile path="WebViewer Module.mpr" />
<files>
<file path="javasource/webviewer/actions/GetFileId.java" />
<file path="javasource/webviewer/actions/UpdateDocument.java" />
<file path="themesource/webviewer/settings.json" />
<file path="themesource/webviewer/native/design-properties.json" />
<file path="themesource/webviewer/native/main.js" />
<file path="themesource/webviewer/web/design-properties.json" />
<file path="themesource/webviewer/web/main.scss" />
</files>
</modelerProject>
</package>