[ Index ]
 

Code source de FCKeditor 2.4

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/editor/ -> _packager.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   * File Name: _packager.xml
  23   *     This is the configuration file used by the FCKeditor.Packager to create the
  24   *     compressed code files in the "js" folder.
  25   *     
  26   *     The FCKeditor.Packager software can be used to create the compressed files
  27   *     for the FCKeditor project only. Any other use of this software is illegal. 
  28   *     
  29   *     Please check http://www.fckeditor.net/ckpackager for more info.
  30   * 
  31   * File Authors:
  32   *         Frederico Caldeira Knabben (www.fckeditor.net)
  33  -->
  34  <Package>
  35      <Constants removeDeclaration="false">
  36          <Constant name="FCK_STATUS_NOTLOADED" value="0" />
  37          <Constant name="FCK_STATUS_ACTIVE" value="1" />
  38          <Constant name="FCK_STATUS_COMPLETE" value="2" />
  39          <Constant name="FCK_TRISTATE_OFF" value="0" />
  40          <Constant name="FCK_TRISTATE_ON" value="1" />
  41          <Constant name="FCK_TRISTATE_DISABLED" value="-1" />
  42          <Constant name="FCK_UNKNOWN" value="-9" />
  43          <Constant name="FCK_TOOLBARITEM_ONLYICON" value="0" />
  44          <Constant name="FCK_TOOLBARITEM_ONLYTEXT" value="1" />
  45          <Constant name="FCK_TOOLBARITEM_ICONTEXT" value="2" />
  46          <Constant name="FCK_EDITMODE_WYSIWYG" value="0" />
  47          <Constant name="FCK_EDITMODE_SOURCE" value="1" />
  48      </Constants>
  49      <PackageFile name="fckeditorcode_ie.js">
  50          <File path="editor/_source/fckconstants.js" />
  51          <File path="editor/_source/fckjscoreextensions.js" />
  52          <File path="editor/_source/classes/fckiecleanup.js" />
  53          <File path="editor/_source/internals/fckbrowserinfo.js" />
  54          <File path="editor/_source/internals/fckurlparams.js" />
  55          <File path="editor/_source/classes/fckevents.js" />
  56          <File path="editor/_source/internals/fck.js" />
  57          <File path="editor/_source/internals/fck_ie.js" />
  58          <File path="editor/_source/internals/fckconfig.js" />
  59          <File path="editor/_source/internals/fckdebug.js" />
  60          <File path="editor/_source/internals/fckdomtools.js" />
  61          <File path="editor/_source/internals/fcktools.js" />
  62          <File path="editor/_source/internals/fcktools_ie.js" />
  63          <File path="editor/_source/fckeditorapi.js" />
  64          <File path="editor/_source/classes/fckimagepreloader.js" />
  65  
  66          <File path="editor/_source/internals/fckregexlib.js" />
  67          <File path="editor/_source/internals/fcklanguagemanager.js" />
  68          <File path="editor/_source/internals/fckxhtmlentities.js" />
  69          <File path="editor/_source/internals/fckxhtml.js" />
  70          <File path="editor/_source/internals/fckxhtml_ie.js" />
  71          <File path="editor/_source/internals/fckcodeformatter.js" />
  72          <File path="editor/_source/internals/fckundo_ie.js" />
  73          <File path="editor/_source/classes/fckeditingarea.js" />
  74          <File path="editor/_source/classes/fckkeystrokehandler.js" />
  75  
  76          <File path="editor/_source/internals/fcklisthandler.js" />
  77          <File path="editor/_source/classes/fckelementpath.js" />
  78          <File path="editor/_source/classes/fckdomrange.js" />
  79          <File path="editor/_source/classes/fckdomrange_ie.js" />
  80          <File path="editor/_source/classes/fckdocumentfragment_ie.js" />
  81          <File path="editor/_source/classes/fckw3crange.js" />
  82          <File path="editor/_source/classes/fckenterkey.js" />
  83  
  84          <File path="editor/_source/internals/fckdocumentprocessor.js" />
  85          <File path="editor/_source/internals/fckselection.js" />
  86          <File path="editor/_source/internals/fckselection_ie.js" />
  87  
  88          <File path="editor/_source/internals/fcktablehandler.js" />
  89          <File path="editor/_source/internals/fcktablehandler_ie.js" />
  90          <File path="editor/_source/classes/fckxml_ie.js" />
  91          <File path="editor/_source/classes/fckstyledef.js" />
  92          <File path="editor/_source/classes/fckstyledef_ie.js" />
  93          <File path="editor/_source/classes/fckstylesloader.js" />
  94  
  95          <File path="editor/_source/commandclasses/fcknamedcommand.js" />
  96          <File path="editor/_source/commandclasses/fck_othercommands.js" />
  97          <File path="editor/_source/commandclasses/fckspellcheckcommand_ie.js" />
  98          <File path="editor/_source/commandclasses/fcktextcolorcommand.js" />
  99          <File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />
 100          <File path="editor/_source/commandclasses/fckpastewordcommand.js" />
 101          <File path="editor/_source/commandclasses/fcktablecommand.js" />
 102          <File path="editor/_source/commandclasses/fckstylecommand.js" />
 103          <File path="editor/_source/commandclasses/fckfitwindow.js" />
 104          <File path="editor/_source/internals/fckcommands.js" />
 105  
 106          <File path="editor/_source/classes/fckpanel.js" />
 107          <File path="editor/_source/classes/fckicon.js" />
 108          <File path="editor/_source/classes/fcktoolbarbuttonui.js" />
 109          <File path="editor/_source/classes/fcktoolbarbutton.js" />
 110          <File path="editor/_source/classes/fckspecialcombo.js" />
 111          <File path="editor/_source/classes/fcktoolbarspecialcombo.js" />
 112          <File path="editor/_source/classes/fcktoolbarfontscombo.js" />
 113          <File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />
 114          <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />
 115          <File path="editor/_source/classes/fcktoolbarstylecombo.js" />
 116          <File path="editor/_source/classes/fcktoolbarpanelbutton.js" />
 117          <File path="editor/_source/internals/fcktoolbaritems.js" />
 118          <File path="editor/_source/classes/fcktoolbar.js" />
 119          <File path="editor/_source/classes/fcktoolbarbreak_ie.js" />
 120          <File path="editor/_source/internals/fcktoolbarset.js" />
 121          <File path="editor/_source/internals/fckdialog.js" />
 122          <File path="editor/_source/internals/fckdialog_ie.js" />
 123  
 124          <File path="editor/_source/classes/fckmenuitem.js" />
 125          <File path="editor/_source/classes/fckmenublock.js" />
 126          <File path="editor/_source/classes/fckmenublockpanel.js" />
 127          <File path="editor/_source/classes/fckcontextmenu.js" />
 128          <File path="editor/_source/internals/fck_contextmenu.js" />
 129  
 130          <File path="editor/_source/classes/fckplugin.js" />
 131          <File path="editor/_source/internals/fckplugins.js" />
 132      </PackageFile>
 133  
 134      <PackageFile name="fckeditorcode_gecko.js">
 135          <File path="editor/_source/fckconstants.js" />
 136          <File path="editor/_source/fckjscoreextensions.js" />
 137          <File path="editor/_source/internals/fckbrowserinfo.js" />
 138          <File path="editor/_source/internals/fckurlparams.js" />
 139          <File path="editor/_source/classes/fckevents.js" />
 140          <File path="editor/_source/internals/fck.js" />
 141          <File path="editor/_source/internals/fck_gecko.js" />
 142          <File path="editor/_source/internals/fckconfig.js" />
 143          <File path="editor/_source/internals/fckdebug.js" />
 144          <File path="editor/_source/internals/fckdomtools.js" />
 145          <File path="editor/_source/internals/fcktools.js" />
 146          <File path="editor/_source/internals/fcktools_gecko.js" />
 147          <File path="editor/_source/fckeditorapi.js" />
 148          <File path="editor/_source/classes/fckimagepreloader.js" />
 149  
 150          <File path="editor/_source/internals/fckregexlib.js" />
 151          <File path="editor/_source/internals/fcklanguagemanager.js" />
 152          <File path="editor/_source/internals/fckxhtmlentities.js" />
 153          <File path="editor/_source/internals/fckxhtml.js" />
 154          <File path="editor/_source/internals/fckxhtml_gecko.js" />
 155          <File path="editor/_source/internals/fckcodeformatter.js" />
 156          <File path="editor/_source/internals/fckundo_gecko.js" />
 157          <File path="editor/_source/classes/fckeditingarea.js" />
 158          <File path="editor/_source/classes/fckkeystrokehandler.js" />
 159  
 160          <File path="editor/_source/internals/fcklisthandler.js" />
 161          <File path="editor/_source/classes/fckelementpath.js" />
 162          <File path="editor/_source/classes/fckdomrange.js" />
 163          <File path="editor/_source/classes/fckdomrange_gecko.js" />
 164          <File path="editor/_source/classes/fckdocumentfragment_gecko.js" />
 165          <File path="editor/_source/classes/fckw3crange.js" />
 166          <File path="editor/_source/classes/fckenterkey.js" />
 167  
 168          <File path="editor/_source/internals/fckdocumentprocessor.js" />
 169          <File path="editor/_source/internals/fckselection.js" />
 170          <File path="editor/_source/internals/fckselection_gecko.js" />
 171  
 172          <File path="editor/_source/internals/fcktablehandler.js" />
 173          <File path="editor/_source/internals/fcktablehandler_gecko.js" />
 174          <File path="editor/_source/classes/fckxml_gecko.js" />
 175          <File path="editor/_source/classes/fckstyledef.js" />
 176          <File path="editor/_source/classes/fckstyledef_gecko.js" />
 177          <File path="editor/_source/classes/fckstylesloader.js" />
 178  
 179          <File path="editor/_source/commandclasses/fcknamedcommand.js" />
 180          <File path="editor/_source/commandclasses/fck_othercommands.js" />
 181          <File path="editor/_source/commandclasses/fckspellcheckcommand_gecko.js" />
 182          <File path="editor/_source/commandclasses/fcktextcolorcommand.js" />
 183          <File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />
 184          <File path="editor/_source/commandclasses/fckpastewordcommand.js" />
 185          <File path="editor/_source/commandclasses/fcktablecommand.js" />
 186          <File path="editor/_source/commandclasses/fckstylecommand.js" />
 187          <File path="editor/_source/commandclasses/fckfitwindow.js" />
 188          <File path="editor/_source/internals/fckcommands.js" />
 189  
 190          <File path="editor/_source/classes/fckpanel.js" />
 191          <File path="editor/_source/classes/fckicon.js" />
 192          <File path="editor/_source/classes/fcktoolbarbuttonui.js" />
 193          <File path="editor/_source/classes/fcktoolbarbutton.js" />
 194          <File path="editor/_source/classes/fckspecialcombo.js" />
 195          <File path="editor/_source/classes/fcktoolbarspecialcombo.js" />
 196          <File path="editor/_source/classes/fcktoolbarfontscombo.js" />
 197          <File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />
 198          <File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />
 199          <File path="editor/_source/classes/fcktoolbarstylecombo.js" />
 200          <File path="editor/_source/classes/fcktoolbarpanelbutton.js" />
 201          <File path="editor/_source/internals/fcktoolbaritems.js" />
 202          <File path="editor/_source/classes/fcktoolbar.js" />
 203          <File path="editor/_source/classes/fcktoolbarbreak_gecko.js" />
 204          <File path="editor/_source/internals/fcktoolbarset.js" />
 205          <File path="editor/_source/internals/fckdialog.js" />
 206          <File path="editor/_source/internals/fckdialog_gecko.js" />
 207  
 208          <File path="editor/_source/classes/fckmenuitem.js" />
 209          <File path="editor/_source/classes/fckmenublock.js" />
 210          <File path="editor/_source/classes/fckmenublockpanel.js" />
 211          <File path="editor/_source/classes/fckcontextmenu.js" />
 212          <File path="editor/_source/internals/fck_contextmenu.js" />
 213          
 214          <File path="editor/_source/classes/fckplugin.js" />
 215          <File path="editor/_source/internals/fckplugins.js" />
 216      </PackageFile>
 217  
 218  </Package>


Généré le : Sun Feb 25 15:28:05 2007 par Balluche grâce à PHPXref 0.7