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

renamed all artifacts

Location:
FCKeditor.Java/branches/2.4/java-demo
Files:
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • 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>