Changeset 2162
- Timestamp:
- 2008-07-03 20:11:08 (6 months ago)
- Location:
- FCKeditor.Java/trunk
- Files:
-
- 1 modified
- 2 moved
-
pom.xml (modified) (1 diff)
-
src/site/apt/demo.apt.vm (moved) (moved from FCKeditor.Java/trunk/src/site/apt/demo.apt) (1 diff)
-
src/site/apt/installation.apt.vm (moved) (moved from FCKeditor.Java/trunk/src/site/apt/installation.apt) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/pom.xml
r2161 r2162 13 13 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 14 14 <slf4j.version>1.5.2</slf4j.version> 15 16 <!-- site plugin properties for Velocity --> 17 <slf4jVersion>${slf4j.version}</slf4jVersion> 18 <currentVersion>${version}</currentVersion> 15 19 </properties> 16 20 <build> -
FCKeditor.Java/trunk/src/site/apt/demo.apt.vm
r2151 r2162 33 33 It takes three simple steps to see the demo in action: 34 34 35 [[1]] Download the <<<fckeditor-java-demo- 2.4.war>>> from the35 [[1]] Download the <<<fckeditor-java-demo-${currentVersion}.war>>> from the 36 36 {{{http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=129511}download area}}. 37 37 38 [[2]] Deploy the <<<fckeditor-java-demo- 2.4.war>>> in your servlet container38 [[2]] Deploy the <<<fckeditor-java-demo-${currentVersion}.war>>> in your servlet container 39 39 or application server and make sure that the context is enabled. 40 40 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}>>>. 42 42 (assuming your server is running local at port 8080 for testing purposes) 43 43 -
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