FCKeditor 2.6.6
[freeside.git] / httemplate / elements / fckeditor / fckpackager.xml
index 3cae595..2d14502 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?>\r
 <!--\r
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
  *\r
  * == BEGIN LICENSE ==\r
  *\r
 <Package>\r
        <Header><![CDATA[/*\r
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
- * \r
+ * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
+ *\r
  * == BEGIN LICENSE ==\r
- * \r
+ *\r
  * Licensed under the terms of any of the following licenses at your\r
  * choice:\r
- * \r
+ *\r
  *  - GNU General Public License Version 2 or later (the "GPL")\r
  *    http://www.gnu.org/licenses/gpl.html\r
- * \r
+ *\r
  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
  *    http://www.gnu.org/licenses/lgpl.html\r
- * \r
+ *\r
  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
- * \r
+ *\r
  * == END LICENSE ==\r
- * \r
+ *\r
  * This file has been compressed for better performance. The original source\r
  * can be found at "editor/_source".\r
  */\r
@@ -62,6 +62,9 @@
                <Constant name="FCK_TOOLBARITEM_ICONTEXT" value="2" />\r
                <Constant name="FCK_EDITMODE_WYSIWYG" value="0" />\r
                <Constant name="FCK_EDITMODE_SOURCE" value="1" />\r
+               <Constant name="FCK_STYLE_BLOCK" value="0" />\r
+               <Constant name="FCK_STYLE_INLINE" value="1" />\r
+               <Constant name="FCK_STYLE_OBJECT" value="2" />\r
        </Constants>\r
        <PackageFile path="editor/js/fckeditorcode_ie.js">\r
                <File path="editor/_source/fckconstants.js" />\r
                <File path="editor/_source/internals/fckbrowserinfo.js" />\r
                <File path="editor/_source/internals/fckurlparams.js" />\r
                <File path="editor/_source/classes/fckevents.js" />\r
+               <File path="editor/_source/classes/fckdataprocessor.js" />\r
                <File path="editor/_source/internals/fck.js" />\r
                <File path="editor/_source/internals/fck_ie.js" />\r
                <File path="editor/_source/internals/fckconfig.js" />\r
-               <File path="editor/_source/internals/fckdebug.js" />\r
+               <File path="editor/_source/internals/fckdebug_empty.js" />\r
                <File path="editor/_source/internals/fckdomtools.js" />\r
                <File path="editor/_source/internals/fcktools.js" />\r
                <File path="editor/_source/internals/fcktools_ie.js" />\r
                <File path="editor/_source/internals/fckxhtml.js" />\r
                <File path="editor/_source/internals/fckxhtml_ie.js" />\r
                <File path="editor/_source/internals/fckcodeformatter.js" />\r
-               <File path="editor/_source/internals/fckundo_ie.js" />\r
+               <File path="editor/_source/internals/fckundo.js" />\r
                <File path="editor/_source/classes/fckeditingarea.js" />\r
                <File path="editor/_source/classes/fckkeystrokehandler.js" />\r
 \r
+               <File path="editor/dtd/fck_xhtml10transitional.js" />\r
+               <File path="editor/_source/classes/fckstyle.js" />\r
+               <File path="editor/_source/internals/fckstyles.js" />\r
+\r
                <File path="editor/_source/internals/fcklisthandler.js" />\r
                <File path="editor/_source/classes/fckelementpath.js" />\r
                <File path="editor/_source/classes/fckdomrange.js" />\r
                <File path="editor/_source/classes/fckdomrange_ie.js" />\r
+               <File path="editor/_source/classes/fckdomrangeiterator.js" />\r
                <File path="editor/_source/classes/fckdocumentfragment_ie.js" />\r
                <File path="editor/_source/classes/fckw3crange.js" />\r
                <File path="editor/_source/classes/fckenterkey.js" />\r
 \r
                <File path="editor/_source/internals/fcktablehandler.js" />\r
                <File path="editor/_source/internals/fcktablehandler_ie.js" />\r
+               <File path="editor/_source/classes/fckxml.js" />\r
                <File path="editor/_source/classes/fckxml_ie.js" />\r
-               <File path="editor/_source/classes/fckstyledef.js" />\r
-               <File path="editor/_source/classes/fckstyledef_ie.js" />\r
-               <File path="editor/_source/classes/fckstylesloader.js" />\r
 \r
                <File path="editor/_source/commandclasses/fcknamedcommand.js" />\r
+               <File path="editor/_source/commandclasses/fckstylecommand.js" />\r
                <File path="editor/_source/commandclasses/fck_othercommands.js" />\r
+               <File path="editor/_source/commandclasses/fckshowblocks.js" />\r
                <File path="editor/_source/commandclasses/fckspellcheckcommand_ie.js" />\r
                <File path="editor/_source/commandclasses/fcktextcolorcommand.js" />\r
                <File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />\r
                <File path="editor/_source/commandclasses/fckpastewordcommand.js" />\r
                <File path="editor/_source/commandclasses/fcktablecommand.js" />\r
-               <File path="editor/_source/commandclasses/fckstylecommand.js" />\r
                <File path="editor/_source/commandclasses/fckfitwindow.js" />\r
+               <File path="editor/_source/commandclasses/fcklistcommands.js" />\r
+               <File path="editor/_source/commandclasses/fckjustifycommands.js" />\r
+               <File path="editor/_source/commandclasses/fckindentcommands.js" />\r
+               <File path="editor/_source/commandclasses/fckblockquotecommand.js" />\r
+               <File path="editor/_source/commandclasses/fckcorestylecommand.js" />\r
+               <File path="editor/_source/commandclasses/fckremoveformatcommand.js" />\r
                <File path="editor/_source/internals/fckcommands.js" />\r
 \r
                <File path="editor/_source/classes/fckpanel.js" />\r
                <File path="editor/_source/classes/fcktoolbarbutton.js" />\r
                <File path="editor/_source/classes/fckspecialcombo.js" />\r
                <File path="editor/_source/classes/fcktoolbarspecialcombo.js" />\r
+               <File path="editor/_source/classes/fcktoolbarstylecombo.js" />\r
+               <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />\r
                <File path="editor/_source/classes/fcktoolbarfontscombo.js" />\r
                <File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />\r
-               <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />\r
-               <File path="editor/_source/classes/fcktoolbarstylecombo.js" />\r
                <File path="editor/_source/classes/fcktoolbarpanelbutton.js" />\r
+               <File path="editor/_source/internals/fckscayt.js" />\r
                <File path="editor/_source/internals/fcktoolbaritems.js" />\r
                <File path="editor/_source/classes/fcktoolbar.js" />\r
                <File path="editor/_source/classes/fcktoolbarbreak_ie.js" />\r
                <File path="editor/_source/internals/fcktoolbarset.js" />\r
                <File path="editor/_source/internals/fckdialog.js" />\r
-               <File path="editor/_source/internals/fckdialog_ie.js" />\r
 \r
                <File path="editor/_source/classes/fckmenuitem.js" />\r
                <File path="editor/_source/classes/fckmenublock.js" />\r
                <File path="editor/_source/classes/fckmenublockpanel.js" />\r
                <File path="editor/_source/classes/fckcontextmenu.js" />\r
                <File path="editor/_source/internals/fck_contextmenu.js" />\r
+               <File path="editor/_source/classes/fckhtmliterator.js" />\r
 \r
                <File path="editor/_source/classes/fckplugin.js" />\r
                <File path="editor/_source/internals/fckplugins.js" />\r
                <File path="editor/_source/internals/fckbrowserinfo.js" />\r
                <File path="editor/_source/internals/fckurlparams.js" />\r
                <File path="editor/_source/classes/fckevents.js" />\r
+               <File path="editor/_source/classes/fckdataprocessor.js" />\r
                <File path="editor/_source/internals/fck.js" />\r
                <File path="editor/_source/internals/fck_gecko.js" />\r
                <File path="editor/_source/internals/fckconfig.js" />\r
-               <File path="editor/_source/internals/fckdebug.js" />\r
+               <File path="editor/_source/internals/fckdebug_empty.js" />\r
                <File path="editor/_source/internals/fckdomtools.js" />\r
                <File path="editor/_source/internals/fcktools.js" />\r
                <File path="editor/_source/internals/fcktools_gecko.js" />\r
                <File path="editor/_source/internals/fckxhtml.js" />\r
                <File path="editor/_source/internals/fckxhtml_gecko.js" />\r
                <File path="editor/_source/internals/fckcodeformatter.js" />\r
-               <File path="editor/_source/internals/fckundo_gecko.js" />\r
+               <File path="editor/_source/internals/fckundo.js" />\r
                <File path="editor/_source/classes/fckeditingarea.js" />\r
                <File path="editor/_source/classes/fckkeystrokehandler.js" />\r
 \r
+               <File path="editor/dtd/fck_xhtml10transitional.js" />\r
+               <File path="editor/_source/classes/fckstyle.js" />\r
+               <File path="editor/_source/internals/fckstyles.js" />\r
+\r
                <File path="editor/_source/internals/fcklisthandler.js" />\r
                <File path="editor/_source/classes/fckelementpath.js" />\r
                <File path="editor/_source/classes/fckdomrange.js" />\r
                <File path="editor/_source/classes/fckdomrange_gecko.js" />\r
+               <File path="editor/_source/classes/fckdomrangeiterator.js" />\r
                <File path="editor/_source/classes/fckdocumentfragment_gecko.js" />\r
                <File path="editor/_source/classes/fckw3crange.js" />\r
                <File path="editor/_source/classes/fckenterkey.js" />\r
 \r
                <File path="editor/_source/internals/fcktablehandler.js" />\r
                <File path="editor/_source/internals/fcktablehandler_gecko.js" />\r
+               <File path="editor/_source/classes/fckxml.js" />\r
                <File path="editor/_source/classes/fckxml_gecko.js" />\r
-               <File path="editor/_source/classes/fckstyledef.js" />\r
-               <File path="editor/_source/classes/fckstyledef_gecko.js" />\r
-               <File path="editor/_source/classes/fckstylesloader.js" />\r
 \r
                <File path="editor/_source/commandclasses/fcknamedcommand.js" />\r
+               <File path="editor/_source/commandclasses/fckstylecommand.js" />\r
                <File path="editor/_source/commandclasses/fck_othercommands.js" />\r
+               <File path="editor/_source/commandclasses/fckshowblocks.js" />\r
                <File path="editor/_source/commandclasses/fckspellcheckcommand_gecko.js" />\r
                <File path="editor/_source/commandclasses/fcktextcolorcommand.js" />\r
                <File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />\r
                <File path="editor/_source/commandclasses/fckpastewordcommand.js" />\r
                <File path="editor/_source/commandclasses/fcktablecommand.js" />\r
-               <File path="editor/_source/commandclasses/fckstylecommand.js" />\r
                <File path="editor/_source/commandclasses/fckfitwindow.js" />\r
+               <File path="editor/_source/commandclasses/fcklistcommands.js" />\r
+               <File path="editor/_source/commandclasses/fckjustifycommands.js" />\r
+               <File path="editor/_source/commandclasses/fckindentcommands.js" />\r
+               <File path="editor/_source/commandclasses/fckblockquotecommand.js" />\r
+               <File path="editor/_source/commandclasses/fckcorestylecommand.js" />\r
+               <File path="editor/_source/commandclasses/fckremoveformatcommand.js" />\r
                <File path="editor/_source/internals/fckcommands.js" />\r
 \r
                <File path="editor/_source/classes/fckpanel.js" />\r
                <File path="editor/_source/classes/fcktoolbarbutton.js" />\r
                <File path="editor/_source/classes/fckspecialcombo.js" />\r
                <File path="editor/_source/classes/fcktoolbarspecialcombo.js" />\r
+               <File path="editor/_source/classes/fcktoolbarstylecombo.js" />\r
+               <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />\r
                <File path="editor/_source/classes/fcktoolbarfontscombo.js" />\r
                <File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />\r
-               <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />\r
-               <File path="editor/_source/classes/fcktoolbarstylecombo.js" />\r
                <File path="editor/_source/classes/fcktoolbarpanelbutton.js" />\r
+               <File path="editor/_source/internals/fckscayt.js" />\r
                <File path="editor/_source/internals/fcktoolbaritems.js" />\r
                <File path="editor/_source/classes/fcktoolbar.js" />\r
                <File path="editor/_source/classes/fcktoolbarbreak_gecko.js" />\r
                <File path="editor/_source/internals/fcktoolbarset.js" />\r
                <File path="editor/_source/internals/fckdialog.js" />\r
-               <File path="editor/_source/internals/fckdialog_gecko.js" />\r
 \r
                <File path="editor/_source/classes/fckmenuitem.js" />\r
                <File path="editor/_source/classes/fckmenublock.js" />\r
                <File path="editor/_source/classes/fckmenublockpanel.js" />\r
                <File path="editor/_source/classes/fckcontextmenu.js" />\r
                <File path="editor/_source/internals/fck_contextmenu.js" />\r
+               <File path="editor/_source/classes/fckhtmliterator.js" />\r
 \r
                <File path="editor/_source/classes/fckplugin.js" />\r
                <File path="editor/_source/internals/fckplugins.js" />\r
        </PackageFile>\r
 \r
-</Package>
\ No newline at end of file
+</Package>\r