source: extensions/FCKEditor/fckpackager.xml @ 4204

Last change on this file since 4204 was 3295, checked in by patdenice, 15 years ago

New extension added:
FCK Editor (2.0.a)

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