You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/05/09 23:33:15 UTC

svn commit: r405541 - /incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties

Author: snoopdave
Date: Tue May  9 14:33:13 2006
New Revision: 405541

URL: http://svn.apache.org/viewcvs?rev=405541&view=rev
Log:
Fixing JSPWiki setup in standalone server

Modified:
    incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties

Modified: incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties?rev=405541&r1=405540&r2=405541&view=diff
==============================================================================
--- incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties (original)
+++ incubator/roller/trunk/sandbox/standalone/jspwiki/WEB-INF/jspwiki.properties Tue May  9 14:33:13 2006
@@ -40,7 +40,7 @@
 #  Note that if you're upgrading from JSPWiki 1.x, then you need to remove the
 #  "com.ecyrd.jspwiki." part from the beginning of the path.
 #
-jspwiki.pageProvider=org.roller.jspwiki.PageProvider
+jspwiki.pageProvider=org.apache.roller.jspwiki.PageProvider
 
 #
 #  Set to true, if you want to cache page data into memory.  This is
@@ -74,7 +74,7 @@
 #    * Leave the value empty (or just comment the line out) 
 #      the attachment functionality is disabled
 #
-jspwiki.attachmentProvider=org.roller.jspwiki.AttachmentProvider
+jspwiki.attachmentProvider=org.apache.roller.jspwiki.AttachmentProvider
 
 #
 #  The BasicAttachmentProvider needs to know where to store the files