Changeset 2162 for FCKeditor.Java/trunk/src/site/apt/installation.apt.vm
- Timestamp:
- 2008-07-03 20:11:08 (6 months ago)
- Files:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/installation.apt.vm
r2151 r2162 36 36 <groupId>net.fckeditor</groupId> 37 37 <artifactId>java-core</artifactId> 38 <version> 2.4</version>38 <version>${currentVersion}</version> 39 39 </dependency> 40 40 +------------------------------------------------------------------------------+ … … 46 46 which fits best in your environment. 47 47 48 * <<<fckeditor-java-core- 2.4.jar>>>48 * <<<fckeditor-java-core-${currentVersion}.jar>>> 49 49 50 50 If you already have all dependencies on your classpath, simply put this jar 51 51 on your classpath (usually <<<WEB-INF/lib>>>) and you are ready to go. 52 52 53 * <<<fckeditor-java- 2.4-bin.zip>>> (or <<<tar.gz>>>)53 * <<<fckeditor-java-${currentVersion}-bin.zip>>> (or <<<tar.gz>>>) 54 54 55 55 If you are starting from scratch, this distribution fits best. This package … … 59 59 The pre-built jars are: 60 60 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 *---------------------------------------------------+--------------------------------------+ 68 68 69 69 The <<<lib>>> folder contains the following dependencies: … … 76 76 | commons-io-1.3.2.jar | Apache Commons IO library | 77 77 *--------------------------------------------+----------------------------------+ 78 | slf4j-api- 1.5.2.jar| Simple logging facade library |78 | slf4j-api-${slf4jVersion}.jar | Simple logging facade library | 79 79 *--------------------------------------------+----------------------------------+ 80 80 … … 82 82 <<<WEB-INF/lib>>>) and you are ready to go. 83 83 84 * <<<fckeditor-java- 2.4-src.zip>>>(or <<<tar.gz>>>)84 * <<<fckeditor-java-${currentVersion}-src.zip>>> (or <<<tar.gz>>>) 85 85 86 86 If you want to check out the integration's source code, refit to your needs