Author: jalkanen
Date: Thu Dec  4 00:06:47 2008
New Revision: 723237

URL: http://svn.apache.org/viewvc?rev=723237&view=rev
Log:
Switched to use org.apache.jspwiki.api.WikiException & PluginException; old 
classes removed.

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=723237&r1=723236&r2=723237&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Thu Dec  4 00:06:47 2008
@@ -1,3 +1,10 @@
+2008-12-04  Janne Jalkanen <[EMAIL PROTECTED]>
+
+        * 3.0.0-svn-22
+        
+        * Moved WikiException & PluginException to the org.apache.jspwiki.api
+        package.  This is a part of the overall transition to have a stable 
API.
+
 2008-12-02  Andrew Jaquith <ajaquith AT apache DOT org>
 
         * 3.0.0-svn-21
@@ -6,7 +13,7 @@
         Stripes support classes move to .ui.stripes. Also, the JSP migrator
         code moves to package .ui.migrator. Many Javadoc tweaks also.
         
-2008-11-06  Janne Jalkanen <[EMAIL PROTECTED]>
+2008-12-02  Janne Jalkanen <[EMAIL PROTECTED]>
 
         * 3.0.0-svn-20
 

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=723237&r1=723236&r2=723237&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Thu Dec  4 
00:06:47 2008
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "21";
+    public static final String     BUILD         = "22";
     
     /**
      *  This is the generic version string you should use


Reply via email to