Author: ajaquith
Date: Wed Aug 20 18:03:08 2008
New Revision: 687527
URL: http://svn.apache.org/viewvc?rev=687527&view=rev
Log:
Changed Stripes test jar to the released 1.5 version (congrats to Tim and the
team).
Added:
incubator/jspwiki/trunk/tests/lib/stripes-1.5.jar (with props)
Modified:
incubator/jspwiki/trunk/.classpath
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
Modified: incubator/jspwiki/trunk/.classpath
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=687527&r1=687526&r2=687527&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Wed Aug 20 18:03:08 2008
@@ -38,7 +38,7 @@
<classpathentry kind="lib" path="tests/lib/jetty-jmx-5.1.14.jar"/>
<classpathentry kind="lib" path="tests/lib/jetty-plus-5.1.14.jar"/>
<classpathentry kind="lib" path="tests/lib/jetty-servlet-5.1.14.jar"/>
- <classpathentry kind="lib" path="tests/lib/stripes-1.5-RC1.jar"/>
+ <classpathentry kind="lib" path="tests/lib/stripes-1.5.jar"/>
<classpathentry kind="lib"
path="tests/lib/selenium-server-1.0-beta1.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM
1.5.0"/>
<classpathentry kind="output" path="classes"/>
Modified: incubator/jspwiki/trunk/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=687527&r1=687526&r2=687527&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Aug 20 18:03:08 2008
@@ -1,3 +1,10 @@
+2008-08-20 Andrew Jaquith <ajaquith AT apache DOT org>
+
+ * 2.7.0-alpha-23
+
+ * Changed Stripes test jar to the released 1.5 version (congrats to Tim
+ and the team).
+
2008-08-20 Janne Jalkanen <[EMAIL PROTECTED]>
* 2.7.0-alpha-22
@@ -173,7 +180,7 @@
* JSPWIKI-320: removed all httpRequest.setCharacterEncoding() calls
(except in WikiServletFilter)
because they were called too late, reported by Clay Atkins
-2008-07-31 Andrew Jaquith <ajaquith AT apache DOT org>
+2008-08-06 Andrew Jaquith <ajaquith AT apache DOT org>
* 2.7.0-alpha-8
Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=687527&r1=687526&r2=687527&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Wed Aug 20
18:03:08 2008
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "22";
+ public static final String BUILD = "23";
/**
* This is the generic version string you should use
Added: incubator/jspwiki/trunk/tests/lib/stripes-1.5.jar
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/lib/stripes-1.5.jar?rev=687527&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/jspwiki/trunk/tests/lib/stripes-1.5.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream