Author: ajaquith
Date: Sun Sep 13 17:56:01 2009
New Revision: 814367
URL: http://svn.apache.org/viewvc?rev=814367&view=rev
Log:
Upgraded Stripes to 1.5.2-beta, which fixes an important layout bug. Added a
WikiPageFormatter class that will render WikiPage objects passed to Stripes
tags as the page name, rather than contents of toString().
Modified:
incubator/jspwiki/trunk/.classpath
Modified: incubator/jspwiki/trunk/.classpath
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=814367&r1=814366&r2=814367&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Sun Sep 13 17:56:01 2009
@@ -11,7 +11,6 @@
<classpathentry kind="lib" path="tests/lib/selenium-server-1.0b2.jar"/>
<classpathentry kind="lib" path="tests/etc"/>
<classpathentry kind="lib" path="tests/lib/hsqldb.jar"/>
- <classpathentry kind="lib"
path="src/WebContent/WEB-INF/lib/stripes-1.5.1.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>