forked from dima/restfulx_framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTestApp-config.xml
More file actions
28 lines (28 loc) · 903 Bytes
/
TestApp-config.xml
File metadata and controls
28 lines (28 loc) · 903 Bytes
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
<flex-config>
<benchmark>false</benchmark>
<default-background-color>#FFFFFF</default-background-color>
<compiler>
<incremental>false</incremental>
<keep-as3-metadata append="true">
<name>Resource</name>
<name>HasOne</name>
<name>HasMany</name>
<name>BelongsTo</name>
<name>DateTime</name>
<name>Lazy</name>
<name>Ignored</name>
</keep-as3-metadata>
<optimize>true</optimize>
<keep-generated-actionscript>false</keep-generated-actionscript>
<warn-no-constructor>false</warn-no-constructor>
<warn-no-explicit-super-call-in-constructor>false</warn-no-explicit-super-call-in-constructor>
<debug>true</debug>
</compiler>
<metadata>
<title>RxTestApp</title>
<description></description>
<publisher>Rx</publisher>
<creator>Dima Berastau</creator>
<language>EN</language>
</metadata>
</flex-config>