[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/wysiwyg/shared/fckeditor/ -> fckpackager.xml (source)

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


Generated: Mon Dec 1 03:56:46 2008 Cross-referenced by PHPXref 0.7