Author: jacopoc
Date: Tue Jul 24 06:06:31 2007
New Revision: 559038
URL:
http://svn.apache.org/viewvc?view=rev&rev=559038Log:
Updated path to reflect the new folder structure.
Modified:
ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java
Modified: ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java?view=diff&rev=559038&r1=559037&r2=559038==============================================================================
--- ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java (original)
+++ ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java Tue Jul 24 06:06:31 2007
@@ -94,7 +94,7 @@
/** Specifies whether or not to use file base stored for this cache, defautls to false */
protected boolean useFileSystemStore = false;
- private String fileStore = "framework/data/utilcache";
+ private String fileStore = "runtime/data/utilcache";
/** The set of listeners to receive notifcations when items are modidfied(either delibrately or because they were expired). */
protected Set listeners = FastSet.newInstance();