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 2007/07/08 05:21:26 UTC

svn commit: r554310 - /roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/config/roller.properties

Author: snoopdave
Date: Sat Jul  7 20:21:25 2007
New Revision: 554310

URL: http://svn.apache.org/viewvc?view=rev&rev=554310
Log:
formatting change

Modified:
    roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/config/roller.properties

Modified: roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/config/roller.properties
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/config/roller.properties?view=diff&rev=554310&r1=554309&r2=554310
==============================================================================
--- roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/config/roller.properties (original)
+++ roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/config/roller.properties Sat Jul  7 20:21:25 2007
@@ -108,12 +108,12 @@
 # The context path under which resoures will be made available 
 uploads.url=/resources
 
-# The directory in which Roller will look for themes
-themes.dir=${webapp.context}
-
 # Directory in which search index is to be created 
 # (delete this directory to force Roller to recreate the entire search index)
 search.index.dir=${user.home}/roller_data/search-index
+
+# The directory in which Roller will look for themes
+themes.dir=${webapp.context}
 
 # If you enable Planet (see below), then you must specify the path to a cache
 # directory that exists and is writable by the Roller process