Show
Ignore:
Timestamp:
2008-04-06 15:49:39 (8 months ago)
Author:
mosipov
Message:

renamed all artifacts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/pom.xml

    r1892 r1893  
    77        <modelVersion>4.0.0</modelVersion> 
    88        <groupId>net.fckeditor</groupId> 
    9         <artifactId>fckeditor-java-parent</artifactId> 
     9        <artifactId>fckeditor-java</artifactId> 
    1010        <version>2.4-SNAPSHOT</version> 
    1111        <packaging>pom</packaging> 
     
    2828        </dependencies> 
    2929        <modules> 
    30                 <module>fckeditor-java</module> 
    31                 <module>fckeditor-java-demo</module> 
     30                <module>java-core</module> 
     31                <module>java-demo</module> 
    3232        </modules> 
    3333        <build> 
     
    209209        </reporting> 
    210210 
    211         <name>FCKeditor.Java Integration Parent</name> 
     211        <name>FCKeditor.Java Integration</name> 
    212212        <description> 
    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. 
     213                The FCKeditor.Java Integration fosters the entire project documentation, 
     214                the Java library, and a drop-in demo webapp. All three depict and enable 
     215                you to learn and to integrate the FCKeditor in your web environment. 
    217216        </description> 
    218217        <url>http://www.fckeditor.net/java</url>