Show
Ignore:
Timestamp:
2008-07-03 20:11:08 (6 months ago)
Author:
mosipov
Message:

Added site/velocity properties

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/src/site/apt/installation.apt.vm

    r2151 r2162  
    3636  <groupId>net.fckeditor</groupId> 
    3737  <artifactId>java-core</artifactId> 
    38   <version>2.4</version> 
     38  <version>${currentVersion}</version> 
    3939</dependency> 
    4040+------------------------------------------------------------------------------+ 
     
    4646  which fits best in your environment. 
    4747 
    48   * <<<fckeditor-java-core-2.4.jar>>> 
     48  * <<<fckeditor-java-core-${currentVersion}.jar>>> 
    4949 
    5050    If you already have all dependencies on your classpath, simply put this jar 
    5151    on your classpath (usually <<<WEB-INF/lib>>>) and you are ready to go. 
    5252 
    53   * <<<fckeditor-java-2.4-bin.zip>>> (or <<<tar.gz>>>) 
     53  * <<<fckeditor-java-${currentVersion}-bin.zip>>> (or <<<tar.gz>>>) 
    5454 
    5555    If you are starting from scratch, this distribution fits best. This package 
     
    5959    The pre-built jars are: 
    6060 
    61 *--------------------------------------------+----------------------------------+ 
    62 || File                                      || Description                    || 
    63 *--------------------------------------------+----------------------------------+ 
    64 | fckeditor-java-core-2.4.jar                | main jar                         | 
    65 *--------------------------------------------+----------------------------------+ 
    66 | fckeditor-java-core-2.4-javadoc.jar        | optional javadoc for IDE integration | 
    67 *--------------------------------------------+----------------------------------+ 
     61*---------------------------------------------------+--------------------------------------+ 
     62|| File                                             || Description                        || 
     63*---------------------------------------------------+--------------------------------------+ 
     64| fckeditor-java-core-${currentVersion}.jar         | main jar                             | 
     65*---------------------------------------------------+--------------------------------------+ 
     66| fckeditor-java-core-${currentVersion}-javadoc.jar | optional javadoc for IDE integration | 
     67*---------------------------------------------------+--------------------------------------+ 
    6868 
    6969    The <<<lib>>> folder contains the following dependencies: 
     
    7676| commons-io-1.3.2.jar                       | Apache Commons IO library        | 
    7777*--------------------------------------------+----------------------------------+ 
    78 | slf4j-api-1.5.2.jar                        | Simple logging facade library    | 
     78| slf4j-api-${slf4jVersion}.jar              | Simple logging facade library    | 
    7979*--------------------------------------------+----------------------------------+ 
    8080 
     
    8282    <<<WEB-INF/lib>>>) and you are ready to go. 
    8383 
    84   * <<<fckeditor-java-2.4-src.zip>>> (or <<<tar.gz>>>) 
     84  * <<<fckeditor-java-${currentVersion}-src.zip>>> (or <<<tar.gz>>>) 
    8585 
    8686    If you want to check out the integration's source code, refit to your needs