Changeset 1893 for FCKeditor.Java/branches/2.4/pom.xml
- Timestamp:
- 2008-04-06 15:49:39 (8 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/branches/2.4/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/pom.xml
r1892 r1893 7 7 <modelVersion>4.0.0</modelVersion> 8 8 <groupId>net.fckeditor</groupId> 9 <artifactId>fckeditor-java -parent</artifactId>9 <artifactId>fckeditor-java</artifactId> 10 10 <version>2.4-SNAPSHOT</version> 11 11 <packaging>pom</packaging> … … 28 28 </dependencies> 29 29 <modules> 30 <module> fckeditor-java</module>31 <module> fckeditor-java-demo</module>30 <module>java-core</module> 31 <module>java-demo</module> 32 32 </modules> 33 33 <build> … … 209 209 </reporting> 210 210 211 <name>FCKeditor.Java Integration Parent</name>211 <name>FCKeditor.Java Integration</name> 212 212 <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. 217 216 </description> 218 217 <url>http://www.fckeditor.net/java</url>