Changeset 2162

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

Added site/velocity properties

Location:
FCKeditor.Java/trunk
Files:
1 modified
2 moved

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/pom.xml

    r2161 r2162  
    1313                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 
    1414                <slf4j.version>1.5.2</slf4j.version> 
     15                 
     16                <!-- site plugin properties for Velocity --> 
     17                <slf4jVersion>${slf4j.version}</slf4jVersion> 
     18                <currentVersion>${version}</currentVersion> 
    1519        </properties> 
    1620        <build> 
  • FCKeditor.Java/trunk/src/site/apt/demo.apt.vm

    r2151 r2162  
    3333  It takes three simple steps to see the demo in action: 
    3434 
    35    [[1]] Download the <<<fckeditor-java-demo-2.4.war>>> from the 
     35   [[1]] Download the <<<fckeditor-java-demo-${currentVersion}.war>>> from the 
    3636         {{{http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=129511}download area}}. 
    3737 
    38    [[2]] Deploy the <<<fckeditor-java-demo-2.4.war>>> in your servlet container  
     38   [[2]] Deploy the <<<fckeditor-java-demo-${currentVersion}.war>>> in your servlet container  
    3939         or application server and make sure that the context is enabled. 
    4040         
    41    [[3]] Open up your browser and point to <<<http://localhost:8080/fckeditor-java-demo-2.4>>>. 
     41   [[3]] Open up your browser and point to <<<http://localhost:8080/fckeditor-java-demo-${currentVersion}>>>. 
    4242         (assuming your server is running local at port 8080 for testing purposes) 
    4343 
  • 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