Show
Ignore:
Timestamp:
2008-04-07 17:13:31 (5 months ago)
Author:
mosipov
Message:

extending doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/site/apt/installation.apt

    r1849 r1900  
    1717~~  
    1818~~ == END LICENSE == 
    19 ~~ @version $Id: installation.apt 1845 2008-03-29 19:10:35Z th-schwarz $ 
     19~~ @version $Id$ 
    2020                        ------------------------------ 
    2121                                Installation 
     
    5151    <dependency> 
    5252      <groupId>net.fckeditor</groupId> 
    53       <artifactId>fckeditor-java</artifactId> 
     53      <artifactId>java-core</artifactId> 
    5454      <version>2.4-beta-1</version> 
    5555    </dependency> 
     
    6464  environment from the {{{http://www.fckeditor.net/download}download area}}. 
    6565 
    66   * <<<fckeditor-java-2.4-beta-1.jar>>> 
     66  * <<<fckeditor-java-core-2.4-beta-1.jar>>> 
    6767 
    6868    If you already have all dependencies on your classpath, simply put this jar 
     
    7979|| File                                      || Description                    || 
    8080*--------------------------------------------+----------------------------------+ 
    81 | fckeditor-java-2.4-beta-1.jar              | main jar                                                 | 
     81| fckeditor-java-2.4-core-beta-1.jar              | main jar                    | 
    8282*--------------------------------------------+----------------------------------+ 
    83 | fckeditor-java-2.4-beta-1-sources.jar      | optional sources for IDE integration | 
    84 *--------------------------------------------+----------------------------------+ 
    85 | fckeditor-java-2.4-beta-1-javadoc.jar      | optional javadoc for IDE integration | 
     83| fckeditor-java-2.4-core-beta-1-javadoc.jar      | optional javadoc for IDE integration | 
    8684*--------------------------------------------+----------------------------------+ 
    8785 
     
    9593| commons-io-1.3.2.jar                       | Apache Commons IO library        | 
    9694*--------------------------------------------+----------------------------------+ 
    97 | slf4j-api-1.5.0.jar                        | simple logging facade (wrapper)  | 
    98 *--------------------------------------------+----------------------------------+ 
    99 | slf4j-nop-1.5.0.jar (optional)             | dummy binding                    | 
     95| slf4j-api-1.5.0.jar                        | simple logging facade api        | 
    10096*--------------------------------------------+----------------------------------+ 
    10197 
     
    115111    [Attention:] Do <not> skip this section otherwise your application will <<fail!>> 
    116112 
    117   We use a state-of-the-art logging facade slf4j which gives us full and 
    118   high-performance flexibility on a logging subsystem. 
    119  
    120   There are two possible scenarios which should be of your concern: 
    121  
    122   * You don't want to log at all, just leave <<<slf4j-nop-1.5.0.jar>>> on your 
    123     classpath and you're done. 
    124  
    125   * You want to log the library operations or your webapp logs already, obtain  
    126     the appropriate wrapper for your logging system and put it on your classpath. 
    127  
    128   [] 
    129  
    130   For more information on slf4j and bindings for nearly all well-known logging  
    131   frameworks see the {{{http://www.slf4j.org}website}}.  
     113  We use the state-of-the-art logging facade <<<slf4j>>>. To make slf4j work at runtime,  
     114  you have to add <<one>> binding and the appropriate  backend (may be optional) onto  
     115  your classpath.\ 
     116  Please check the {{{http://slf4j.org}slf4j website}} for more information on bindings 
     117  and the API itself.