Author: lindner
Date: Thu Sep  8 06:45:15 2011
New Revision: 1166539

URL: http://svn.apache.org/viewvc?rev=1166539&view=rev
Log:
SHINDIG-1617 | Patch from Jasha Joachimsthal | Disable EHCache "phone home" on 
startup

Modified:
    
shindig/trunk/java/common/src/main/resources/org/apache/shindig/common/cache/ehcache/ehcacheConfig.xml

Modified: 
shindig/trunk/java/common/src/main/resources/org/apache/shindig/common/cache/ehcache/ehcacheConfig.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/java/common/src/main/resources/org/apache/shindig/common/cache/ehcache/ehcacheConfig.xml?rev=1166539&r1=1166538&r2=1166539&view=diff
==============================================================================
--- 
shindig/trunk/java/common/src/main/resources/org/apache/shindig/common/cache/ehcache/ehcacheConfig.xml
 (original)
+++ 
shindig/trunk/java/common/src/main/resources/org/apache/shindig/common/cache/ehcache/ehcacheConfig.xml
 Thu Sep  8 06:45:15 2011
@@ -18,7 +18,7 @@ specific language governing permissions 
 under the License.
 -->
 <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:noNamespaceSchemaLocation="ehcache.xsd">
+  xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false">
 
   <!--
     Mandatory Default Cache configuration. These settings will be applied to 
caches


Reply via email to