Changeset 1893 for FCKeditor.Java/branches/2.4/java-demo/pom.xml
- Timestamp:
- 2008-04-06 15:49:39 (8 months ago)
- Location:
- FCKeditor.Java/branches/2.4/java-demo
- Files:
-
- 1 copied
- 1 moved
-
. (moved) (moved from FCKeditor.Java/branches/2.4/fckeditor-java-demo)
-
pom.xml (copied) (copied from FCKeditor.Java/branches/2.4/fckeditor-java-demo/pom.xml) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/java-demo/pom.xml
r1892 r1893 6 6 > 7 7 <modelVersion>4.0.0</modelVersion> 8 <artifactId> fckeditor-java-demo</artifactId>8 <artifactId>java-demo</artifactId> 9 9 <packaging>war</packaging> 10 10 <dependencies> 11 11 <dependency> 12 12 <groupId>net.fckeditor</groupId> 13 <artifactId> fckeditor-java</artifactId>13 <artifactId>java-core</artifactId> 14 14 <version>${parent.version}</version> 15 15 </dependency> … … 23 23 <parent> 24 24 <groupId>net.fckeditor</groupId> 25 <artifactId>fckeditor-java -parent</artifactId>25 <artifactId>fckeditor-java</artifactId> 26 26 <version>2.4-SNAPSHOT</version> 27 27 </parent> … … 114 114 <description> 115 115 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. 118 117 </description> 119 118 </project>