Changeset 1893 for FCKeditor.Java/branches/2.4/java-core/pom.xml
- Timestamp:
- 2008-04-06 15:49:39 (9 months ago)
- Location:
- FCKeditor.Java/branches/2.4/java-core
- Files:
-
- 1 copied
- 1 moved
-
. (moved) (moved from FCKeditor.Java/branches/2.4/fckeditor-java)
-
pom.xml (copied) (copied from FCKeditor.Java/branches/2.4/fckeditor-java/pom.xml) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/java-core/pom.xml
r1892 r1893 6 6 > 7 7 <modelVersion>4.0.0</modelVersion> 8 <artifactId> fckeditor-java</artifactId>8 <artifactId>java-core</artifactId> 9 9 <packaging>jar</packaging> 10 10 <dependencies> … … 36 36 <parent> 37 37 <groupId>net.fckeditor</groupId> 38 <artifactId>fckeditor-java -parent</artifactId>38 <artifactId>fckeditor-java</artifactId> 39 39 <version>2.4-SNAPSHOT</version> 40 40 </parent> … … 133 133 </reporting> 134 134 135 <name>FCKeditor.Java Integration Pack</name>135 <name>FCKeditor.Java Integration Core</name> 136 136 <description> 137 137 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. 141 140 </description> 142 141 </project>