Changeset 2190 for FCKeditor.Java/trunk/src/site/apt/installation.apt
- Timestamp:
- 2008-07-08 18:13:43 (6 months ago)
- Files:
-
- 1 modified
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" />