~ubuntu-branches/ubuntu/quantal/ehcache/quantal

« back to all changes in this revision

Viewing changes to src/test/resources/ehcache-loaderinteractions.xml

  • Committer: Package Import Robot
  • Author(s): Miguel Landaeta
  • Date: 2012-03-01 19:15:46 UTC
  • mfrom: (1.1.6) (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120301191546-rvlk8tomip0c2m9p
Tags: 2.5.0-1
* Team upload.
* New upstream release. (Closes: #661450).
* Bump Standards-Version to 3.9.3. No changes were required.
* Fix lintian warning with copyright file.
* Remove unnecessary dependencies on JRE for libehcache-java.
* Wrap list of dependencies and uploaders.
* Fix clean target by adding a mh_clean call, to allow twice in a row builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        <cacheLoaderFactory class="net.sf.ehcache.loader.ComponentBLoader"/>
21
21
    </cache>
22
22
 
 
23
    <cache name="CCache"
 
24
           eternal="false"
 
25
           maxElementsInMemory="50"
 
26
           timeToLiveSeconds="1"
 
27
           overflowToDisk="false">
 
28
        <cacheLoaderFactory class="net.sf.ehcache.loader.ComponentCLoader"/>
 
29
    </cache>
 
30
 
23
31
    <cache name="NullLoaderFirstCache"
24
32
           eternal="true"
25
33
           maxElementsInMemory="100"
45
53
    </cache>
46
54
 
47
55
 
48
 
</ehcache>
 
 
b'\\ No newline at end of file'
 
56
</ehcache>