event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / fckpackager.xml
1 <?xml version="1.0" encoding="utf-8" ?>\r
2 <!--\r
3  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
4  * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
5  *\r
6  * == BEGIN LICENSE ==\r
7  *\r
8  * Licensed under the terms of any of the following licenses at your\r
9  * choice:\r
10  *\r
11  *  - GNU General Public License Version 2 or later (the "GPL")\r
12  *    http://www.gnu.org/licenses/gpl.html\r
13  *\r
14  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
15  *    http://www.gnu.org/licenses/lgpl.html\r
16  *\r
17  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
18  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
19  *\r
20  * == END LICENSE ==\r
21  *\r
22  * This is the configuration file to be used with FCKpackager to generate the\r
23  * compressed code files in the "js" folder.\r
24  *\r
25  * Please check http://www.fckeditor.net for more info.\r
26 -->\r
27 <Package>\r
28         <Header><![CDATA[/*\r
29  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
30  * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
31  * \r
32  * == BEGIN LICENSE ==\r
33  * \r
34  * Licensed under the terms of any of the following licenses at your\r
35  * choice:\r
36  * \r
37  *  - GNU General Public License Version 2 or later (the "GPL")\r
38  *    http://www.gnu.org/licenses/gpl.html\r
39  * \r
40  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
41  *    http://www.gnu.org/licenses/lgpl.html\r
42  * \r
43  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
44  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
45  * \r
46  * == END LICENSE ==\r
47  * \r
48  * This file has been compressed for better performance. The original source\r
49  * can be found at "editor/_source".\r
50  */\r
51 ]]></Header>\r
52         <Constants removeDeclaration="false">\r
53                 <Constant name="FCK_STATUS_NOTLOADED" value="0" />\r
54                 <Constant name="FCK_STATUS_ACTIVE" value="1" />\r
55                 <Constant name="FCK_STATUS_COMPLETE" value="2" />\r
56                 <Constant name="FCK_TRISTATE_OFF" value="0" />\r
57                 <Constant name="FCK_TRISTATE_ON" value="1" />\r
58                 <Constant name="FCK_TRISTATE_DISABLED" value="-1" />\r
59                 <Constant name="FCK_UNKNOWN" value="-9" />\r
60                 <Constant name="FCK_TOOLBARITEM_ONLYICON" value="0" />\r
61                 <Constant name="FCK_TOOLBARITEM_ONLYTEXT" value="1" />\r
62                 <Constant name="FCK_TOOLBARITEM_ICONTEXT" value="2" />\r
63                 <Constant name="FCK_EDITMODE_WYSIWYG" value="0" />\r
64                 <Constant name="FCK_EDITMODE_SOURCE" value="1" />\r
65         </Constants>\r
66         <PackageFile path="editor/js/fckeditorcode_ie.js">\r
67                 <File path="editor/_source/fckconstants.js" />\r
68                 <File path="editor/_source/fckjscoreextensions.js" />\r
69                 <File path="editor/_source/classes/fckiecleanup.js" />\r
70                 <File path="editor/_source/internals/fckbrowserinfo.js" />\r
71                 <File path="editor/_source/internals/fckurlparams.js" />\r
72                 <File path="editor/_source/classes/fckevents.js" />\r
73                 <File path="editor/_source/internals/fck.js" />\r
74                 <File path="editor/_source/internals/fck_ie.js" />\r
75                 <File path="editor/_source/internals/fckconfig.js" />\r
76                 <File path="editor/_source/internals/fckdebug.js" />\r
77                 <File path="editor/_source/internals/fckdomtools.js" />\r
78                 <File path="editor/_source/internals/fcktools.js" />\r
79                 <File path="editor/_source/internals/fcktools_ie.js" />\r
80                 <File path="editor/_source/fckeditorapi.js" />\r
81                 <File path="editor/_source/classes/fckimagepreloader.js" />\r
82 \r
83                 <File path="editor/_source/internals/fckregexlib.js" />\r
84                 <File path="editor/_source/internals/fcklistslib.js" />\r
85                 <File path="editor/_source/internals/fcklanguagemanager.js" />\r
86                 <File path="editor/_source/internals/fckxhtmlentities.js" />\r
87                 <File path="editor/_source/internals/fckxhtml.js" />\r
88                 <File path="editor/_source/internals/fckxhtml_ie.js" />\r
89                 <File path="editor/_source/internals/fckcodeformatter.js" />\r
90                 <File path="editor/_source/internals/fckundo_ie.js" />\r
91                 <File path="editor/_source/classes/fckeditingarea.js" />\r
92                 <File path="editor/_source/classes/fckkeystrokehandler.js" />\r
93 \r
94                 <File path="editor/_source/internals/fcklisthandler.js" />\r
95                 <File path="editor/_source/classes/fckelementpath.js" />\r
96                 <File path="editor/_source/classes/fckdomrange.js" />\r
97                 <File path="editor/_source/classes/fckdomrange_ie.js" />\r
98                 <File path="editor/_source/classes/fckdocumentfragment_ie.js" />\r
99                 <File path="editor/_source/classes/fckw3crange.js" />\r
100                 <File path="editor/_source/classes/fckenterkey.js" />\r
101 \r
102                 <File path="editor/_source/internals/fckdocumentprocessor.js" />\r
103                 <File path="editor/_source/internals/fckselection.js" />\r
104                 <File path="editor/_source/internals/fckselection_ie.js" />\r
105 \r
106                 <File path="editor/_source/internals/fcktablehandler.js" />\r
107                 <File path="editor/_source/internals/fcktablehandler_ie.js" />\r
108                 <File path="editor/_source/classes/fckxml_ie.js" />\r
109                 <File path="editor/_source/classes/fckstyledef.js" />\r
110                 <File path="editor/_source/classes/fckstyledef_ie.js" />\r
111                 <File path="editor/_source/classes/fckstylesloader.js" />\r
112 \r
113                 <File path="editor/_source/commandclasses/fcknamedcommand.js" />\r
114                 <File path="editor/_source/commandclasses/fck_othercommands.js" />\r
115                 <File path="editor/_source/commandclasses/fckspellcheckcommand_ie.js" />\r
116                 <File path="editor/_source/commandclasses/fcktextcolorcommand.js" />\r
117                 <File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />\r
118                 <File path="editor/_source/commandclasses/fckpastewordcommand.js" />\r
119                 <File path="editor/_source/commandclasses/fcktablecommand.js" />\r
120                 <File path="editor/_source/commandclasses/fckstylecommand.js" />\r
121                 <File path="editor/_source/commandclasses/fckfitwindow.js" />\r
122                 <File path="editor/_source/internals/fckcommands.js" />\r
123 \r
124                 <File path="editor/_source/classes/fckpanel.js" />\r
125                 <File path="editor/_source/classes/fckicon.js" />\r
126                 <File path="editor/_source/classes/fcktoolbarbuttonui.js" />\r
127                 <File path="editor/_source/classes/fcktoolbarbutton.js" />\r
128                 <File path="editor/_source/classes/fckspecialcombo.js" />\r
129                 <File path="editor/_source/classes/fcktoolbarspecialcombo.js" />\r
130                 <File path="editor/_source/classes/fcktoolbarfontscombo.js" />\r
131                 <File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />\r
132                 <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />\r
133                 <File path="editor/_source/classes/fcktoolbarstylecombo.js" />\r
134                 <File path="editor/_source/classes/fcktoolbarpanelbutton.js" />\r
135                 <File path="editor/_source/internals/fcktoolbaritems.js" />\r
136                 <File path="editor/_source/classes/fcktoolbar.js" />\r
137                 <File path="editor/_source/classes/fcktoolbarbreak_ie.js" />\r
138                 <File path="editor/_source/internals/fcktoolbarset.js" />\r
139                 <File path="editor/_source/internals/fckdialog.js" />\r
140                 <File path="editor/_source/internals/fckdialog_ie.js" />\r
141 \r
142                 <File path="editor/_source/classes/fckmenuitem.js" />\r
143                 <File path="editor/_source/classes/fckmenublock.js" />\r
144                 <File path="editor/_source/classes/fckmenublockpanel.js" />\r
145                 <File path="editor/_source/classes/fckcontextmenu.js" />\r
146                 <File path="editor/_source/internals/fck_contextmenu.js" />\r
147 \r
148                 <File path="editor/_source/classes/fckplugin.js" />\r
149                 <File path="editor/_source/internals/fckplugins.js" />\r
150         </PackageFile>\r
151 \r
152         <PackageFile path="editor/js/fckeditorcode_gecko.js">\r
153                 <File path="editor/_source/fckconstants.js" />\r
154                 <File path="editor/_source/fckjscoreextensions.js" />\r
155                 <File path="editor/_source/internals/fckbrowserinfo.js" />\r
156                 <File path="editor/_source/internals/fckurlparams.js" />\r
157                 <File path="editor/_source/classes/fckevents.js" />\r
158                 <File path="editor/_source/internals/fck.js" />\r
159                 <File path="editor/_source/internals/fck_gecko.js" />\r
160                 <File path="editor/_source/internals/fckconfig.js" />\r
161                 <File path="editor/_source/internals/fckdebug.js" />\r
162                 <File path="editor/_source/internals/fckdomtools.js" />\r
163                 <File path="editor/_source/internals/fcktools.js" />\r
164                 <File path="editor/_source/internals/fcktools_gecko.js" />\r
165                 <File path="editor/_source/fckeditorapi.js" />\r
166                 <File path="editor/_source/classes/fckimagepreloader.js" />\r
167 \r
168                 <File path="editor/_source/internals/fckregexlib.js" />\r
169                 <File path="editor/_source/internals/fcklistslib.js" />\r
170                 <File path="editor/_source/internals/fcklanguagemanager.js" />\r
171                 <File path="editor/_source/internals/fckxhtmlentities.js" />\r
172                 <File path="editor/_source/internals/fckxhtml.js" />\r
173                 <File path="editor/_source/internals/fckxhtml_gecko.js" />\r
174                 <File path="editor/_source/internals/fckcodeformatter.js" />\r
175                 <File path="editor/_source/internals/fckundo_gecko.js" />\r
176                 <File path="editor/_source/classes/fckeditingarea.js" />\r
177                 <File path="editor/_source/classes/fckkeystrokehandler.js" />\r
178 \r
179                 <File path="editor/_source/internals/fcklisthandler.js" />\r
180                 <File path="editor/_source/classes/fckelementpath.js" />\r
181                 <File path="editor/_source/classes/fckdomrange.js" />\r
182                 <File path="editor/_source/classes/fckdomrange_gecko.js" />\r
183                 <File path="editor/_source/classes/fckdocumentfragment_gecko.js" />\r
184                 <File path="editor/_source/classes/fckw3crange.js" />\r
185                 <File path="editor/_source/classes/fckenterkey.js" />\r
186 \r
187                 <File path="editor/_source/internals/fckdocumentprocessor.js" />\r
188                 <File path="editor/_source/internals/fckselection.js" />\r
189                 <File path="editor/_source/internals/fckselection_gecko.js" />\r
190 \r
191                 <File path="editor/_source/internals/fcktablehandler.js" />\r
192                 <File path="editor/_source/internals/fcktablehandler_gecko.js" />\r
193                 <File path="editor/_source/classes/fckxml_gecko.js" />\r
194                 <File path="editor/_source/classes/fckstyledef.js" />\r
195                 <File path="editor/_source/classes/fckstyledef_gecko.js" />\r
196                 <File path="editor/_source/classes/fckstylesloader.js" />\r
197 \r
198                 <File path="editor/_source/commandclasses/fcknamedcommand.js" />\r
199                 <File path="editor/_source/commandclasses/fck_othercommands.js" />\r
200                 <File path="editor/_source/commandclasses/fckspellcheckcommand_gecko.js" />\r
201                 <File path="editor/_source/commandclasses/fcktextcolorcommand.js" />\r
202                 <File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />\r
203                 <File path="editor/_source/commandclasses/fckpastewordcommand.js" />\r
204                 <File path="editor/_source/commandclasses/fcktablecommand.js" />\r
205                 <File path="editor/_source/commandclasses/fckstylecommand.js" />\r
206                 <File path="editor/_source/commandclasses/fckfitwindow.js" />\r
207                 <File path="editor/_source/internals/fckcommands.js" />\r
208 \r
209                 <File path="editor/_source/classes/fckpanel.js" />\r
210                 <File path="editor/_source/classes/fckicon.js" />\r
211                 <File path="editor/_source/classes/fcktoolbarbuttonui.js" />\r
212                 <File path="editor/_source/classes/fcktoolbarbutton.js" />\r
213                 <File path="editor/_source/classes/fckspecialcombo.js" />\r
214                 <File path="editor/_source/classes/fcktoolbarspecialcombo.js" />\r
215                 <File path="editor/_source/classes/fcktoolbarfontscombo.js" />\r
216                 <File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />\r
217                 <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />\r
218                 <File path="editor/_source/classes/fcktoolbarstylecombo.js" />\r
219                 <File path="editor/_source/classes/fcktoolbarpanelbutton.js" />\r
220                 <File path="editor/_source/internals/fcktoolbaritems.js" />\r
221                 <File path="editor/_source/classes/fcktoolbar.js" />\r
222                 <File path="editor/_source/classes/fcktoolbarbreak_gecko.js" />\r
223                 <File path="editor/_source/internals/fcktoolbarset.js" />\r
224                 <File path="editor/_source/internals/fckdialog.js" />\r
225                 <File path="editor/_source/internals/fckdialog_gecko.js" />\r
226 \r
227                 <File path="editor/_source/classes/fckmenuitem.js" />\r
228                 <File path="editor/_source/classes/fckmenublock.js" />\r
229                 <File path="editor/_source/classes/fckmenublockpanel.js" />\r
230                 <File path="editor/_source/classes/fckcontextmenu.js" />\r
231                 <File path="editor/_source/internals/fck_contextmenu.js" />\r
232 \r
233                 <File path="editor/_source/classes/fckplugin.js" />\r
234                 <File path="editor/_source/internals/fckplugins.js" />\r
235         </PackageFile>\r
236 \r
237 </Package>