Author: jalkanen
Date: Sun May  2 09:59:12 2010
New Revision: 940188

URL: http://svn.apache.org/viewvc?rev=940188&view=rev
Log:
2.8.4 rc

Added:
    incubator/jspwiki/tags/jspwiki_2_8_4/
      - copied from r940187, incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/
Modified:
    incubator/jspwiki/tags/jspwiki_2_8_4/.project
    incubator/jspwiki/tags/jspwiki_2_8_4/ChangeLog
    incubator/jspwiki/tags/jspwiki_2_8_4/src/com/ecyrd/jspwiki/Release.java

Modified: incubator/jspwiki/tags/jspwiki_2_8_4/.project
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_8_4/.project?rev=940188&r1=940187&r2=940188&view=diff
==============================================================================
--- incubator/jspwiki/tags/jspwiki_2_8_4/.project (original)
+++ incubator/jspwiki/tags/jspwiki_2_8_4/.project Sun May  2 09:59:12 2010
@@ -11,14 +11,14 @@
                        </arguments>
                </buildCommand>
                <buildCommand>
-                       
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
+                       <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.eclipse.jdt.core.javanature</nature>
-               
<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
                <nature>net.sourceforge.metrics.nature</nature>
+               <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
        </natures>
 </projectDescription>

Modified: incubator/jspwiki/tags/jspwiki_2_8_4/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_8_4/ChangeLog?rev=940188&r1=940187&r2=940188&view=diff
==============================================================================
--- incubator/jspwiki/tags/jspwiki_2_8_4/ChangeLog (original)
+++ incubator/jspwiki/tags/jspwiki_2_8_4/ChangeLog Sun May  2 09:59:12 2010
@@ -1,3 +1,7 @@
+2010-04-25  Janne Jalkanen <[email protected]>
+
+        * 2.8.4 final.
+        
 2010-04-23  Dirk Frederickx <[email protected]>
 
         * 2.8.4-svn-11

Modified: 
incubator/jspwiki/tags/jspwiki_2_8_4/src/com/ecyrd/jspwiki/Release.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_8_4/src/com/ecyrd/jspwiki/Release.java?rev=940188&r1=940187&r2=940188&view=diff
==============================================================================
--- incubator/jspwiki/tags/jspwiki_2_8_4/src/com/ecyrd/jspwiki/Release.java 
(original)
+++ incubator/jspwiki/tags/jspwiki_2_8_4/src/com/ecyrd/jspwiki/Release.java Sun 
May  2 09:59:12 2010
@@ -57,7 +57,7 @@ public final class Release
      *  <p>
      *  If the POSTFIX is empty, it is not added to the version string.
      */
-    private static final String    POSTFIX       = "svn";
+    private static final String    POSTFIX       = "";
 
     /** The JSPWiki major version. */
     public static final int        VERSION       = 2;
@@ -77,7 +77,7 @@ public final class Release
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "11";
+    public static final String     BUILD         = "";
     
     /**
      *  This is the generic version string you should use


Reply via email to