fix wrong resource urls of cache configurations

This commit is contained in:
Sebastian Sdorra
2013-06-18 12:36:30 +02:00
parent b24dcf2642
commit 68bc30e717
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ public class EhCacheConfigurationReader
"ext".concat(File.separator).concat("ehcache.xml");
/** Field description */
private static final String MODULE_RESOURCES = "/META-INF/scm/ehcache.xml";
private static final String MODULE_RESOURCES = "META-INF/scm/ehcache.xml";
/**
* the logger for EhCacheConfigurationReader

View File

@@ -71,7 +71,7 @@ public class GuavaCacheConfigurationReader
"ext".concat(File.separator).concat("gcache.xml");
/** Field description */
private static final String MODULE_RESOURCES = "/META-INF/scm/gcache.xml";
private static final String MODULE_RESOURCES = "META-INF/scm/gcache.xml";
/**
* the logger for CacheConfigurationReader