Author: juanpablo
Date: Mon Dec 30 15:16:44 2013
New Revision: 1554252
URL: http://svn.apache.org/r1554252
Log:
JSPWIKI-809: missing open coment symbol, AL header.
Modified:
jspwiki/trunk/jspwiki-war/src/main/resources/ehcache.xml
Modified: jspwiki/trunk/jspwiki-war/src/main/resources/ehcache.xml
URL:
http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/resources/ehcache.xml?rev=1554252&r1=1554251&r2=1554252&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/resources/ehcache.xml (original)
+++ jspwiki/trunk/jspwiki-war/src/main/resources/ehcache.xml Mon Dec 30
15:16:44 2013
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
<ehcache>
<!-- Sets the path to the directory where cache .data files are created.
@@ -9,8 +28,8 @@
user.dir - User's current working directory
java.io.tmpdir - Default temp file path
-->
- <diskStore path="java.io.tmpdir"/>
-
+ <diskStore path="java.io.tmpdir" />
+ <!--
The following attributes are required:
maxElementsInMemory - Sets the maximum number of objects that
will be created in memory
@@ -39,7 +58,7 @@
First In First Out (specified as FIFO)
and Less Frequently Used
(specified as LFU)
-->
-<!-- the default JSPWiki caches -->
+ <!-- the default JSPWiki caches -->
<cache name="jspwiki.renderingCache" maxElementsInMemory="1000" />
<cache name="jspwiki.pageCache" maxElementsInMemory="1000" />