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

renamed all artifacts

Location:
FCKeditor.Java/branches/2.4/java-core
Files:
1 copied
1 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>