-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodx.mxi
executable file
·52 lines (42 loc) · 1.85 KB
/
modx.mxi
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
<?xml version="1.0" encoding="UTF-8"?>
<macromedia-extension
name="MODX CMP Library"
version="0.0.1"
type="library"
requires-restart="true"
locked="false"
pkgtype="mxp">
<author name="Romain Tripault" />
<products>
<product name="Fireworks" version="11.1" primary="true" />
</products>
<update />
<!--<update method="directlink" url="http://johndunning.com/fireworks/version/Tables" />-->
<description>
<![CDATA[
Quickly build MODX CMP prototypes with Adobe Fireworks.
]]>
</description>
<ui-access>
<![CDATA[
<h2>Some HTML data</h2>
<p>Here is an introduction</p>
]]>
</ui-access>
<license-agreement>
</license-agreement>
<files>
<file source="btn.graphic.png" destination="$fireworks/Configuration/Common Library/MODX-ExtJS/btn.graphic.png" file-type="ordinary" />
<file source="btn.jsf" destination="$fireworks/Configuration/Common Library/MODX-ExtJS/btn.jsf" file-type="ordinary" />
<file source="form-layout.graphic.png" destination="$fireworks/Configuration/Common Library/MODX-ExtJS/form-layout.graphic.png" file-type="ordinary" />
<file source="form-layout.jsf" destination="$fireworks/Configuration/Common Library/MODX-ExtJS/form-layout.jsf" file-type="ordinary" />
<file source="tab.graphic.png" destination="$fireworks/Configuration/Common Library/MODX-ExtJS/tab.graphic.png" file-type="ordinary" />
<file source="tab.jsf" destination="$fireworks/Configuration/Common Library/MODX-ExtJS/tab.jsf" file-type="ordinary" />
</files>
<configuration-changes>
</configuration-changes>
<file-tokens>
<!--<token name="pdfdocs" prompt="PDF Documentation" definition="C:\" />-->
</file-tokens>
<signatures />
</macromedia-extension>