fckpackager.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  4. * Copyright (C) 2003-2010 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-2010 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. <File path="editor/_source/internals/fckregexlib.js" />
  87. <File path="editor/_source/internals/fcklistslib.js" />
  88. <File path="editor/_source/internals/fcklanguagemanager.js" />
  89. <File path="editor/_source/internals/fckxhtmlentities.js" />
  90. <File path="editor/_source/internals/fckxhtml.js" />
  91. <File path="editor/_source/internals/fckxhtml_ie.js" />
  92. <File path="editor/_source/internals/fckcodeformatter.js" />
  93. <File path="editor/_source/internals/fckundo.js" />
  94. <File path="editor/_source/classes/fckeditingarea.js" />
  95. <File path="editor/_source/classes/fckkeystrokehandler.js" />
  96. <File path="editor/dtd/fck_xhtml10transitional.js" />
  97. <File path="editor/_source/classes/fckstyle.js" />
  98. <File path="editor/_source/internals/fckstyles.js" />
  99. <File path="editor/_source/internals/fcklisthandler.js" />
  100. <File path="editor/_source/classes/fckelementpath.js" />
  101. <File path="editor/_source/classes/fckdomrange.js" />
  102. <File path="editor/_source/classes/fckdomrange_ie.js" />
  103. <File path="editor/_source/classes/fckdomrangeiterator.js" />
  104. <File path="editor/_source/classes/fckdocumentfragment_ie.js" />
  105. <File path="editor/_source/classes/fckw3crange.js" />
  106. <File path="editor/_source/classes/fckenterkey.js" />
  107. <File path="editor/_source/internals/fckdocumentprocessor.js" />
  108. <File path="editor/_source/internals/fckselection.js" />
  109. <File path="editor/_source/internals/fckselection_ie.js" />
  110. <File path="editor/_source/internals/fcktablehandler.js" />
  111. <File path="editor/_source/internals/fcktablehandler_ie.js" />
  112. <File path="editor/_source/classes/fckxml.js" />
  113. <File path="editor/_source/classes/fckxml_ie.js" />
  114. <File path="editor/_source/commandclasses/fcknamedcommand.js" />
  115. <File path="editor/_source/commandclasses/fckstylecommand.js" />
  116. <File path="editor/_source/commandclasses/fck_othercommands.js" />
  117. <File path="editor/_source/commandclasses/fckshowblocks.js" />
  118. <File path="editor/_source/commandclasses/fckspellcheckcommand_ie.js" />
  119. <File path="editor/_source/commandclasses/fcktextcolorcommand.js" />
  120. <File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />
  121. <File path="editor/_source/commandclasses/fckpastewordcommand.js" />
  122. <File path="editor/_source/commandclasses/fcktablecommand.js" />
  123. <File path="editor/_source/commandclasses/fckfitwindow.js" />
  124. <File path="editor/_source/commandclasses/fcklistcommands.js" />
  125. <File path="editor/_source/commandclasses/fckjustifycommands.js" />
  126. <File path="editor/_source/commandclasses/fckindentcommands.js" />
  127. <File path="editor/_source/commandclasses/fckblockquotecommand.js" />
  128. <File path="editor/_source/commandclasses/fckcorestylecommand.js" />
  129. <File path="editor/_source/commandclasses/fckremoveformatcommand.js" />
  130. <File path="editor/_source/internals/fckcommands.js" />
  131. <File path="editor/_source/classes/fckpanel.js" />
  132. <File path="editor/_source/classes/fckicon.js" />
  133. <File path="editor/_source/classes/fcktoolbarbuttonui.js" />
  134. <File path="editor/_source/classes/fcktoolbarbutton.js" />
  135. <File path="editor/_source/classes/fckspecialcombo.js" />
  136. <File path="editor/_source/classes/fcktoolbarspecialcombo.js" />
  137. <File path="editor/_source/classes/fcktoolbarstylecombo.js" />
  138. <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />
  139. <File path="editor/_source/classes/fcktoolbarfontscombo.js" />
  140. <File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />
  141. <File path="editor/_source/classes/fcktoolbarpanelbutton.js" />
  142. <File path="editor/_source/internals/fckscayt.js" />
  143. <File path="editor/_source/internals/fcktoolbaritems.js" />
  144. <File path="editor/_source/classes/fcktoolbar.js" />
  145. <File path="editor/_source/classes/fcktoolbarbreak_ie.js" />
  146. <File path="editor/_source/internals/fcktoolbarset.js" />
  147. <File path="editor/_source/internals/fckdialog.js" />
  148. <File path="editor/_source/classes/fckmenuitem.js" />
  149. <File path="editor/_source/classes/fckmenublock.js" />
  150. <File path="editor/_source/classes/fckmenublockpanel.js" />
  151. <File path="editor/_source/classes/fckcontextmenu.js" />
  152. <File path="editor/_source/internals/fck_contextmenu.js" />
  153. <File path="editor/_source/classes/fckhtmliterator.js" />
  154. <File path="editor/_source/classes/fckplugin.js" />
  155. <File path="editor/_source/internals/fckplugins.js" />
  156. </PackageFile>
  157. <PackageFile path="editor/js/fckeditorcode_gecko.js">
  158. <File path="editor/_source/fckconstants.js" />
  159. <File path="editor/_source/fckjscoreextensions.js" />
  160. <File path="editor/_source/internals/fckbrowserinfo.js" />
  161. <File path="editor/_source/internals/fckurlparams.js" />
  162. <File path="editor/_source/classes/fckevents.js" />
  163. <File path="editor/_source/classes/fckdataprocessor.js" />
  164. <File path="editor/_source/internals/fck.js" />
  165. <File path="editor/_source/internals/fck_gecko.js" />
  166. <File path="editor/_source/internals/fckconfig.js" />
  167. <File path="editor/_source/internals/fckdebug_empty.js" />
  168. <File path="editor/_source/internals/fckdomtools.js" />
  169. <File path="editor/_source/internals/fcktools.js" />
  170. <File path="editor/_source/internals/fcktools_gecko.js" />
  171. <File path="editor/_source/fckeditorapi.js" />
  172. <File path="editor/_source/classes/fckimagepreloader.js" />
  173. <File path="editor/_source/internals/fckregexlib.js" />
  174. <File path="editor/_source/internals/fcklistslib.js" />
  175. <File path="editor/_source/internals/fcklanguagemanager.js" />
  176. <File path="editor/_source/internals/fckxhtmlentities.js" />
  177. <File path="editor/_source/internals/fckxhtml.js" />
  178. <File path="editor/_source/internals/fckxhtml_gecko.js" />
  179. <File path="editor/_source/internals/fckcodeformatter.js" />
  180. <File path="editor/_source/internals/fckundo.js" />
  181. <File path="editor/_source/classes/fckeditingarea.js" />
  182. <File path="editor/_source/classes/fckkeystrokehandler.js" />
  183. <File path="editor/dtd/fck_xhtml10transitional.js" />
  184. <File path="editor/_source/classes/fckstyle.js" />
  185. <File path="editor/_source/internals/fckstyles.js" />
  186. <File path="editor/_source/internals/fcklisthandler.js" />
  187. <File path="editor/_source/classes/fckelementpath.js" />
  188. <File path="editor/_source/classes/fckdomrange.js" />
  189. <File path="editor/_source/classes/fckdomrange_gecko.js" />
  190. <File path="editor/_source/classes/fckdomrangeiterator.js" />
  191. <File path="editor/_source/classes/fckdocumentfragment_gecko.js" />
  192. <File path="editor/_source/classes/fckw3crange.js" />
  193. <File path="editor/_source/classes/fckenterkey.js" />
  194. <File path="editor/_source/internals/fckdocumentprocessor.js" />
  195. <File path="editor/_source/internals/fckselection.js" />
  196. <File path="editor/_source/internals/fckselection_gecko.js" />
  197. <File path="editor/_source/internals/fcktablehandler.js" />
  198. <File path="editor/_source/internals/fcktablehandler_gecko.js" />
  199. <File path="editor/_source/classes/fckxml.js" />
  200. <File path="editor/_source/classes/fckxml_gecko.js" />
  201. <File path="editor/_source/commandclasses/fcknamedcommand.js" />
  202. <File path="editor/_source/commandclasses/fckstylecommand.js" />
  203. <File path="editor/_source/commandclasses/fck_othercommands.js" />
  204. <File path="editor/_source/commandclasses/fckshowblocks.js" />
  205. <File path="editor/_source/commandclasses/fckspellcheckcommand_gecko.js" />
  206. <File path="editor/_source/commandclasses/fcktextcolorcommand.js" />
  207. <File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />
  208. <File path="editor/_source/commandclasses/fckpastewordcommand.js" />
  209. <File path="editor/_source/commandclasses/fcktablecommand.js" />
  210. <File path="editor/_source/commandclasses/fckfitwindow.js" />
  211. <File path="editor/_source/commandclasses/fcklistcommands.js" />
  212. <File path="editor/_source/commandclasses/fckjustifycommands.js" />
  213. <File path="editor/_source/commandclasses/fckindentcommands.js" />
  214. <File path="editor/_source/commandclasses/fckblockquotecommand.js" />
  215. <File path="editor/_source/commandclasses/fckcorestylecommand.js" />
  216. <File path="editor/_source/commandclasses/fckremoveformatcommand.js" />
  217. <File path="editor/_source/internals/fckcommands.js" />
  218. <File path="editor/_source/classes/fckpanel.js" />
  219. <File path="editor/_source/classes/fckicon.js" />
  220. <File path="editor/_source/classes/fcktoolbarbuttonui.js" />
  221. <File path="editor/_source/classes/fcktoolbarbutton.js" />
  222. <File path="editor/_source/classes/fckspecialcombo.js" />
  223. <File path="editor/_source/classes/fcktoolbarspecialcombo.js" />
  224. <File path="editor/_source/classes/fcktoolbarstylecombo.js" />
  225. <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />
  226. <File path="editor/_source/classes/fcktoolbarfontscombo.js" />
  227. <File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />
  228. <File path="editor/_source/classes/fcktoolbarpanelbutton.js" />
  229. <File path="editor/_source/internals/fckscayt.js" />
  230. <File path="editor/_source/internals/fcktoolbaritems.js" />
  231. <File path="editor/_source/classes/fcktoolbar.js" />
  232. <File path="editor/_source/classes/fcktoolbarbreak_gecko.js" />
  233. <File path="editor/_source/internals/fcktoolbarset.js" />
  234. <File path="editor/_source/internals/fckdialog.js" />
  235. <File path="editor/_source/classes/fckmenuitem.js" />
  236. <File path="editor/_source/classes/fckmenublock.js" />
  237. <File path="editor/_source/classes/fckmenublockpanel.js" />
  238. <File path="editor/_source/classes/fckcontextmenu.js" />
  239. <File path="editor/_source/internals/fck_contextmenu.js" />
  240. <File path="editor/_source/classes/fckhtmliterator.js" />
  241. <File path="editor/_source/classes/fckplugin.js" />
  242. <File path="editor/_source/internals/fckplugins.js" />
  243. </PackageFile>
  244. </Package>