Changeset 2190 for FCKeditor.Java/trunk
- Timestamp:
- 2008-07-08 18:13:43 (5 months ago)
- Location:
- FCKeditor.Java/trunk/src/site/apt
- Files:
-
- 2 modified
-
installation.apt (modified) (3 diffs)
-
whatsnew.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/installation.apt
r2183 r2190 24 24 Installation Guide 25 25 26 After downloading an appropriate distribution, you need nowto install it into26 After downloading an appropriate distribution, you need to install it into 27 27 your webapp. Read the applying topics in this guide from top to bottom. 28 28 … … 40 40 ** Manual installation 41 41 42 Simply put the downloaded core jar, it's dependencies and the chosenSFL4J43 binding and corresponding backend (may be optional) on your classpath (usually44 <<<WEB-INF/lib>>>) and you are ready to go.42 Simply put the downloaded core jar, it's dependencies and your favorite SFL4J 43 binding together with the corresponding backend (may be optional) in to your 44 classpath (usually <<<WEB-INF/lib>>>) and you are ready to go. 45 45 46 46 * FCKeditor installation … … 54 54 +------------------------------------------------------------------------------+ 55 55 <target name="clean-fckeditor" description="Creates a clean FCKeditor distribution"> 56 <!-- Adapt properties to your needs -->56 <!-- Adapt these properties to your needs --> 57 57 <property name="fckeditor-tmp" location="fckeditor-tmp" /> 58 58 <property name="fckeditor-basename" value="FCKeditor_2.6.2" /> -
FCKeditor.Java/trunk/src/site/apt/whatsnew.apt
r2151 r2190 27 27 The FCKeditor.Java integration version 2.4 is a complete rewrite of the last 28 28 version.\ 29 This is a short overview of the changes since version 2.3:29 This is just a short overview of the changes since version 2.3: 30 30 31 31 * The integration pack is now managed by {{{http://maven.apache.org}Maven 2}}