forked from magicalhobo/SWFWire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
asdoc-config.xml
30 lines (30 loc) · 1.32 KB
/
asdoc-config.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
<?xml version="1.0"?>
<flex-config xmlns="http://www.adobe.com/2006/flex-config">
<load-config>${flexlib}/${configname}-config.xml</load-config>
<doc-sources>
<path-element>SWFWireUtils/src</path-element>
<path-element>SWFWireDecompiler/src</path-element>
<path-element>SWFWireInspector/src/classes</path-element>
<path-element>SWFWireDebugger/src/classes</path-element>
</doc-sources>
<compiler>
<source-path>
<path-element>SWFWireUtils/src</path-element>
<path-element>SWFWireDecompiler/src</path-element>
<path-element>SWFWireInspector/src/classes</path-element>
<path-element>SWFWireDebugger/src/classes</path-element>
</source-path>
<library-path>
<path-element>${flexlib}\libs</path-element>
<path-element>${flexlib}\libs\air</path-element>
<path-element>SWFWireInspector/libs</path-element>
</library-path>
<external-library-path>
<path-element>${flexlib}\libs\air\airglobal.swc</path-element>
</external-library-path>
</compiler>
<window-title>SWFWire Official Documentation</window-title>
<main-title>SWFWire Development Tools</main-title>
<footer><![CDATA[&copy; 2011 SWFWire.com]]></footer>
<package-description-file>asdoc-packages.xml</package-description-file>
</flex-config>