Changeset 1892
- Timestamp:
- 2008-04-05 14:12:43 (4 months ago)
- Location:
- FCKeditor.Java/branches/2.4
- Files:
-
- 4 modified
-
fckeditor-java-demo/pom.xml (modified) (1 diff)
-
fckeditor-java/pom.xml (modified) (1 diff)
-
pom.xml (modified) (1 diff)
-
src/site/site.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/fckeditor-java-demo/pom.xml
r1890 r1892 112 112 </reporting> 113 113 <name>FCKeditor.Java Integration Demo Webapp</name> 114 <!-- FIXME we need some appropriate description here deriving from the parent --> 115 <description>Add demo description</description> 114 <description> 115 This is a drop-in demo of the FCKeditor.Java Integration. It's 116 preconfigured with the Java library and a recent FCKeditor 117 version. 118 </description> 116 119 </project> -
FCKeditor.Java/branches/2.4/fckeditor-java/pom.xml
r1890 r1892 134 134 135 135 <name>FCKeditor.Java Integration Pack</name> 136 <!-- FIXME we need some appropriate description here deriving from the parent --> 137 <description>Add pack description</description> 136 <description> 137 This Java library enables the FCKeditor to be used in a 138 Servlet/J2EE environment. It provides JSP tags for creating a 139 FCKeditor instance and a Servlet handling server-side user files 140 and folders. 141 </description> 138 142 </project> -
FCKeditor.Java/branches/2.4/pom.xml
r1890 r1892 209 209 </reporting> 210 210 211 <name>FCKeditor.Java Integration Documentation</name>211 <name>FCKeditor.Java Integration Parent</name> 212 212 <description> 213 Th is Java library enables the FCKeditor to be used in a214 Servlet/J2EE environment. It provides JSP tags for creating a215 FCKeditor instance and a Servlet handling server-side user files216 and folders.213 The FCKeditor.Java Integration Parent fosters the entire project 214 documentation, the Java library, and a drop-in demo webapp. All three 215 depict and enable you to learn and to integrate the FCKeditor in your 216 web environment. 217 217 </description> 218 <url>http://www.fckeditor.net/ fckeditor-java</url>218 <url>http://www.fckeditor.net/java</url> 219 219 <inceptionYear>2004</inceptionYear> 220 220 <licenses> -
FCKeditor.Java/branches/2.4/src/site/site.xml
r1890 r1892 8 8 <name>fckeditor</name> 9 9 <src>/images/fckeditor-logo.gif</src> 10 <href> http://www.fckeditor.net/fckeditor-java</href>10 <href>${project.url}</href> 11 11 </bannerLeft> 12 12