Changeset 1892

Show
Ignore:
Timestamp:
2008-04-05 14:12:43 (4 months ago)
Author:
mosipov
Message:

Added modules description

Location:
FCKeditor.Java/branches/2.4
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/fckeditor-java-demo/pom.xml

    r1890 r1892  
    112112        </reporting> 
    113113        <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> 
    116119</project> 
  • FCKeditor.Java/branches/2.4/fckeditor-java/pom.xml

    r1890 r1892  
    134134 
    135135        <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> 
    138142</project> 
  • FCKeditor.Java/branches/2.4/pom.xml

    r1890 r1892  
    209209        </reporting> 
    210210 
    211         <name>FCKeditor.Java Integration Documentation</name> 
     211        <name>FCKeditor.Java Integration Parent</name> 
    212212        <description> 
    213                 This Java library enables the FCKeditor to be used in a 
    214                 Servlet/J2EE environment. It provides JSP tags for creating a 
    215                 FCKeditor instance and a Servlet handling server-side user files 
    216                 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. 
    217217        </description> 
    218         <url>http://www.fckeditor.net/fckeditor-java</url> 
     218        <url>http://www.fckeditor.net/java</url> 
    219219        <inceptionYear>2004</inceptionYear> 
    220220        <licenses> 
  • FCKeditor.Java/branches/2.4/src/site/site.xml

    r1890 r1892  
    88                <name>fckeditor</name> 
    99                <src>/images/fckeditor-logo.gif</src> 
    10                 <href>http://www.fckeditor.net/fckeditor-java</href> 
     10                <href>${project.url}</href> 
    1111        </bannerLeft> 
    1212