Author: metskem
Date: Sun Sep 6 12:17:16 2009
New Revision: 811820
URL: http://svn.apache.org/viewvc?rev=811820&view=rev
Log:
3.0.0-svn-151
* JSPWIKI-597: Upgrade yuicompressor from 2.3.3 to 2.4.2 to solve
RuntimeExceptions when using OpenJDK.
Added:
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/lib/yuicompressor-2.4.2.jar
(with props)
Removed:
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/lib/yuicompressor-2.3.3.jar
Modified:
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog?rev=811820&r1=811819&r2=811820&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog Sun Sep 6 12:17:16
2009
@@ -1,3 +1,11 @@
+2009-09-06 Harry Metske <[email protected]>
+
+ * 2.8.3-svn-18
+
+ * JSPWIKI-597: Upgrade yuicompressor from 2.3.3 to 2.4.2 to solve
+ RuntimeExceptions when using OpenJDK.
+
+
2009-08-30 Harry Metske <[email protected]>
* 2.8.3-svn-17
Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml?rev=811820&r1=811819&r2=811820&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml Sun Sep 6 12:17:16
2009
@@ -422,7 +422,7 @@
<attribute name="src"/>
<attribute name="args" default=""/>
<sequential>
- <java jar="tests/lib/yuicompressor-2.3.3.jar"
+ <java jar="tests/lib/yuicompressor-2.4.2.jar"
output="${tmpdir}/compress/@{src}"
fork="true">
<arg line="'${code.src}/@{src}' @{args}" />
Modified:
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=811820&r1=811819&r2=811820&view=diff
==============================================================================
---
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
(original)
+++
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
Sun Sep 6 12:17:16 2009
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "17";
+ public static final String BUILD = "18";
/**
* This is the generic version string you should use
Added:
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/lib/yuicompressor-2.4.2.jar
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/lib/yuicompressor-2.4.2.jar?rev=811820&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/lib/yuicompressor-2.4.2.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream