OSDN Git Service

version 0.5.9.9.3
[nucleus-jp/nucleus-plugins.git] / trunk / NP_MitasNom / mitasnom / fckpackager.xml
diff --git a/trunk/NP_MitasNom/mitasnom/fckpackager.xml b/trunk/NP_MitasNom/mitasnom/fckpackager.xml
new file mode 100644 (file)
index 0000000..30111c9
--- /dev/null
@@ -0,0 +1,262 @@
+<?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
+ *\r
+ * == BEGIN LICENSE ==\r
+ *\r
+ * Licensed under the terms of any of the following licenses at your\r
+ * choice:\r
+ *\r
+ *  - GNU General Public License Version 2 or later (the "GPL")\r
+ *    http://www.gnu.org/licenses/gpl.html\r
+ *\r
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
+ *    http://www.gnu.org/licenses/lgpl.html\r
+ *\r
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
+ *    http://www.mozilla.org/MPL/MPL-1.1.html\r
+ *\r
+ * == END LICENSE ==\r
+ *\r
+ * This is the configuration file to be used with FCKpackager to generate the\r
+ * compressed code files in the "js" folder.\r
+ *\r
+ * Please check http://www.fckeditor.net for more info.\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
+ * == BEGIN LICENSE ==\r
+ * \r
+ * Licensed under the terms of any of the following licenses at your\r
+ * choice:\r
+ * \r
+ *  - GNU General Public License Version 2 or later (the "GPL")\r
+ *    http://www.gnu.org/licenses/gpl.html\r
+ * \r
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
+ *    http://www.gnu.org/licenses/lgpl.html\r
+ * \r
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
+ *    http://www.mozilla.org/MPL/MPL-1.1.html\r
+ * \r
+ * == END LICENSE ==\r
+ * \r
+ * This file has been compressed for better performance. The original source\r
+ * can be found at "editor/_source".\r
+ */\r
+]]></Header>\r
+       <Constants removeDeclaration="false">\r
+               <Constant name="FCK_STATUS_NOTLOADED" value="0" />\r
+               <Constant name="FCK_STATUS_ACTIVE" value="1" />\r
+               <Constant name="FCK_STATUS_COMPLETE" value="2" />\r
+               <Constant name="FCK_TRISTATE_OFF" value="0" />\r
+               <Constant name="FCK_TRISTATE_ON" value="1" />\r
+               <Constant name="FCK_TRISTATE_DISABLED" value="-1" />\r
+               <Constant name="FCK_UNKNOWN" value="-9" />\r
+               <Constant name="FCK_TOOLBARITEM_ONLYICON" value="0" />\r
+               <Constant name="FCK_TOOLBARITEM_ONLYTEXT" value="1" />\r
+               <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/fckjscoreextensions.js" />\r
+               <File path="editor/_source/classes/fckiecleanup.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/fckdomtools.js" />\r
+               <File path="editor/_source/internals/fcktools.js" />\r
+               <File path="editor/_source/internals/fcktools_ie.js" />\r
+               <File path="editor/_source/fckeditorapi.js" />\r
+               <File path="editor/_source/classes/fckimagepreloader.js" />\r
+\r
+               <File path="editor/_source/internals/fckregexlib.js" />\r
+               <File path="editor/_source/internals/fcklistslib.js" />\r
+               <File path="editor/_source/internals/fcklanguagemanager.js" />\r
+               <File path="editor/_source/internals/fckxhtmlentities.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.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/fckdocumentprocessor.js" />\r
+               <File path="editor/_source/internals/fckselection.js" />\r
+               <File path="editor/_source/internals/fckselection_ie.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
+\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/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/fckicon.js" />\r
+               <File path="editor/_source/classes/fcktoolbarbuttonui.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/fcktoolbarpanelbutton.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
+\r
+               <File path="editor/_source/classes/fckplugin.js" />\r
+               <File path="editor/_source/internals/fckplugins.js" />\r
+       </PackageFile>\r
+\r
+       <PackageFile path="editor/js/fckeditorcode_gecko.js">\r
+               <File path="editor/_source/fckconstants.js" />\r
+               <File path="editor/_source/fckjscoreextensions.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/fckdomtools.js" />\r
+               <File path="editor/_source/internals/fcktools.js" />\r
+               <File path="editor/_source/internals/fcktools_gecko.js" />\r
+               <File path="editor/_source/fckeditorapi.js" />\r
+               <File path="editor/_source/classes/fckimagepreloader.js" />\r
+\r
+               <File path="editor/_source/internals/fckregexlib.js" />\r
+               <File path="editor/_source/internals/fcklistslib.js" />\r
+               <File path="editor/_source/internals/fcklanguagemanager.js" />\r
+               <File path="editor/_source/internals/fckxhtmlentities.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.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/fckdocumentprocessor.js" />\r
+               <File path="editor/_source/internals/fckselection.js" />\r
+               <File path="editor/_source/internals/fckselection_gecko.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
+\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/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/fckicon.js" />\r
+               <File path="editor/_source/classes/fcktoolbarbuttonui.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/fcktoolbarpanelbutton.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
+\r
+               <File path="editor/_source/classes/fckplugin.js" />\r
+               <File path="editor/_source/internals/fckplugins.js" />\r
+       </PackageFile>\r
+\r
+</Package>\r