Changeset 1893

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

renamed all artifacts

Location:
FCKeditor.Java/branches/2.4
Files:
1 modified
4 copied
2 moved

Legend:

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

    r1892 r1893  
    66> 
    77        <modelVersion>4.0.0</modelVersion> 
    8         <artifactId>fckeditor-java</artifactId> 
     8        <artifactId>java-core</artifactId> 
    99        <packaging>jar</packaging> 
    1010        <dependencies> 
     
    3636        <parent> 
    3737                <groupId>net.fckeditor</groupId> 
    38                 <artifactId>fckeditor-java-parent</artifactId> 
     38                <artifactId>fckeditor-java</artifactId> 
    3939                <version>2.4-SNAPSHOT</version> 
    4040        </parent> 
     
    133133        </reporting> 
    134134 
    135         <name>FCKeditor.Java Integration Pack</name> 
     135        <name>FCKeditor.Java Integration Core</name> 
    136136        <description> 
    137137                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. 
     138                Servlet/J2EE environment. It provides JSP tags for creating a FCKeditor 
     139                instance and a Servlet handling server-side user files and folders. 
    141140        </description> 
    142141</project> 
  • FCKeditor.Java/branches/2.4/java-demo/pom.xml

    r1892 r1893  
    66> 
    77        <modelVersion>4.0.0</modelVersion> 
    8         <artifactId>fckeditor-java-demo</artifactId> 
     8        <artifactId>java-demo</artifactId> 
    99        <packaging>war</packaging> 
    1010        <dependencies> 
    1111                <dependency> 
    1212                        <groupId>net.fckeditor</groupId> 
    13                         <artifactId>fckeditor-java</artifactId> 
     13                        <artifactId>java-core</artifactId> 
    1414                        <version>${parent.version}</version> 
    1515                </dependency> 
     
    2323        <parent> 
    2424                <groupId>net.fckeditor</groupId> 
    25                 <artifactId>fckeditor-java-parent</artifactId> 
     25                <artifactId>fckeditor-java</artifactId> 
    2626                <version>2.4-SNAPSHOT</version> 
    2727        </parent> 
     
    114114        <description> 
    115115                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. 
     116                preconfigured with the Java library and a recent FCKeditor version. 
    118117        </description> 
    119118</project> 
  • 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>