Changeset 1887
- Timestamp:
- 2008-04-04 10:30:55 (4 months ago)
- Location:
- FCKeditor.Java/branches/2.4
- Files:
-
- 1 added
- 1 removed
- 2 modified
-
fckeditor-java-demo/pom.xml (modified) (2 diffs)
-
fckeditor-java/src/test/java/net/fckeditor/handlers/ResourceTypeHandlerTest.java (added)
-
fckeditor-java/src/test/java/net/fckeditor/ResourceTypeTest.java (deleted)
-
pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/fckeditor-java-demo/pom.xml
r1885 r1887 71 71 <!-- FIXME er zieht die URL nicht raus --> 72 72 <Implementation-URL> 73 ${ fckeditor-java.parent.url}73 ${project.url} 74 74 </Implementation-URL> 75 75 <Built-By>${organization.name}</Built-By> … … 113 113 </reporting> 114 114 <name>FCKeditor.Java Integration Demo Webapp</name> 115 <description>Add a demo description</description> 116 <url>${parent.project.url}</url> 115 117 </project> -
FCKeditor.Java/branches/2.4/pom.xml
r1885 r1887 90 90 <!-- FIXME jede jar soll die main URL haben und keine unterURL --> 91 91 <Implementation-URL> 92 ${p om.url}92 ${project.url} 93 93 </Implementation-URL> 94 94 <Built-By>${organization.name}</Built-By>