-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.xml
More file actions
75 lines (75 loc) · 4.64 KB
/
package.xml
File metadata and controls
75 lines (75 loc) · 4.64 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.mendix.com/package/1.0/">
<modelerProject xmlns="http://www.mendix.com/modelerProject/1.0/">
<project />
<projectFile path="[App Store] Deeplink.mpr" />
<files>
<file path="javasource\administration\proxies\Account.java" />
<file path="javasource\administration\proxies\microflows\Microflows.java" />
<file path="javasource\com\mendix\core\Core.java" />
<file path="javasource\deeplink\actions\ExecuteDeeplink.java" />
<file path="javasource\deeplink\actions\GetApplicationURL.java" />
<file path="javasource\deeplink\actions\GetCurrentSessionID.java" />
<file path="javasource\deeplink\actions\ReadMicroflows.java" />
<file path="javasource\deeplink\actions\StartDeeplinkJava.java" />
<file path="javasource\deeplink\proxies\Attribute.java" />
<file path="javasource\deeplink\proxies\DeepLink.java" />
<file path="javasource\deeplink\proxies\Entity.java" />
<file path="javasource\deeplink\proxies\Microflow.java" />
<file path="javasource\deeplink\proxies\PendingLink.java" />
<file path="javasource\deeplink\proxies\constants\Constants.java" />
<file path="javasource\deeplink\proxies\microflows\Microflows.java" />
<file path="javasource\system\UserActionsRegistrar.java" />
<file path="javasource\system\actions\VerifyPassword.java" />
<file path="javasource\system\proxies\DeviceType.java" />
<file path="javasource\system\proxies\Error.java" />
<file path="javasource\system\proxies\EventStatus.java" />
<file path="javasource\system\proxies\FileDocument.java" />
<file path="javasource\system\proxies\HttpHeader.java" />
<file path="javasource\system\proxies\HttpResponse.java" />
<file path="javasource\system\proxies\Image.java" />
<file path="javasource\system\proxies\Language.java" />
<file path="javasource\system\proxies\ScheduledEventInformation.java" />
<file path="javasource\system\proxies\Session.java" />
<file path="javasource\system\proxies\SoapFault.java" />
<file path="javasource\system\proxies\TimeZone.java" />
<file path="javasource\system\proxies\TokenInformation.java" />
<file path="javasource\system\proxies\User.java" />
<file path="javasource\system\proxies\UserRole.java" />
<file path="javasource\system\proxies\XASInstance.java" />
<file path="javasource\system\proxies\microflows\Microflows.java" />
<file path="javasource\test\actions\getUserAgent.java" />
<file path="javasource\test\proxies\Dummy.java" />
<file path="javasource\test\proxies\Person.java" />
<file path="javasource\test\proxies\microflows\Microflows.java" />
<file path="resources\deeplink\404.html" />
<file path="resources\deeplink\login.html" />
<file path="userlib\commons-io-2.3.jar" />
<file path="userlib\commons-io-2.3.jar.RequiredLib.Deeplink" />
<file path="userlib\org.apache.commons.lang3.jar" />
<file path="userlib\org.apache.commons.lang3.jar.RequiredLib.Deeplink" />
<file path="theme\index.html" />
<file path="theme\login.html" />
<file path="theme\fonts\opensans\Bold\OpenSans-Bold.eot" />
<file path="theme\fonts\opensans\Bold\OpenSans-Bold.svg" />
<file path="theme\fonts\opensans\Bold\OpenSans-Bold.ttf" />
<file path="theme\fonts\opensans\Bold\OpenSans-Bold.woff" />
<file path="theme\fonts\opensans\Light\OpenSans-Light.eot" />
<file path="theme\fonts\opensans\Light\OpenSans-Light.svg" />
<file path="theme\fonts\opensans\Light\OpenSans-Light.ttf" />
<file path="theme\fonts\opensans\Light\OpenSans-Light.woff" />
<file path="theme\fonts\opensans\Regular\OpenSans-Regular.eot" />
<file path="theme\fonts\opensans\Regular\OpenSans-Regular.svg" />
<file path="theme\fonts\opensans\Regular\OpenSans-Regular.ttf" />
<file path="theme\fonts\opensans\Regular\OpenSans-Regular.woff" />
<file path="theme\fonts\opensans\Semibold\OpenSans-Semibold.eot" />
<file path="theme\fonts\opensans\Semibold\OpenSans-Semibold.svg" />
<file path="theme\fonts\opensans\Semibold\OpenSans-Semibold.ttf" />
<file path="theme\fonts\opensans\Semibold\OpenSans-Semibold.woff" />
<file path="theme\styles\custom.css" />
<file path="theme\styles\login.css" />
<file path="theme\styles\lib\lib.css" />
<file path="widgets\SprintrFeedbackWidget.mpk" />
</files>
</modelerProject>
</package>