Changeset 2212
- Timestamp:
- 2008-07-13 13:18:00 (6 months ago)
- Location:
- FCKeditor.Java/trunk
- Files:
-
- 3 modified
-
pom.xml (modified) (2 diffs)
-
src/changes/changes.xml (modified) (1 diff)
-
src/site/site.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/pom.xml
r2195 r2212 162 162 </reportSets> 163 163 </plugin> 164 <!-- Postponed to beyond 2.4 -->165 <!--166 164 <plugin> 167 165 <artifactId>maven-changes-plugin</artifactId> 166 <version>2.0</version> 168 167 <configuration> 169 168 <issueLinkTemplate> … … 179 178 </reportSets> 180 179 </plugin> 181 -->182 180 <plugin> 183 181 <artifactId>maven-javadoc-plugin</artifactId> -
FCKeditor.Java/trunk/src/changes/changes.xml
r1759 r2212 2 2 3 3 <properties> 4 <title>Changes Report</title> 5 <author email="jruiz@exist.com">Johnny R. Ruiz III</author> 4 <title>Changes</title> 6 5 </properties> 7 6 8 7 <body> 9 <release version="2. 4" date="in SVN"10 description=" Complete integration overhaul"11 >12 <action dev="mosipov" type=" add">TBD</action>13 <action dev="th-schwarz" type="fix">TBD</action>8 <release version="2.5" date="in SVN" 9 description="Introduced path abstraction and locale resolver, minor bugfixes."> 10 <action dev="mosipov" type="fix" issue="2355">FCK:editor output is not XHTML 1.0 compliant</action> 11 <action dev="mosipov" type="fix" issue="2359">fckeditor-java-demo fails in Glassfish</action> 12 14 13 </release> 15 14 </body> -
FCKeditor.Java/trunk/src/site/site.xml
r2184 r2212 19 19 <menu name="Introduction"> 20 20 <item name="About" href="/index.html" /> 21 < item name="What's new" href="/whatsnew.html" />22 < !--<item name="What's new" href="/changes-report.html" />-->21 <!--<item name="What's new" href="/whatsnew.html" />--> 22 <item name="Changes" href="/changes-report.html" /> 23 23 <item name="Demo" href="/demo.html" /> 24 24 <item name="Download" href="/download.html" />