mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
fix wrong resource urls of cache configurations
This commit is contained in:
@@ -90,7 +90,7 @@ public class EhCacheConfigurationReader
|
|||||||
"ext".concat(File.separator).concat("ehcache.xml");
|
"ext".concat(File.separator).concat("ehcache.xml");
|
||||||
|
|
||||||
/** Field description */
|
/** 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
|
* the logger for EhCacheConfigurationReader
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ public class GuavaCacheConfigurationReader
|
|||||||
"ext".concat(File.separator).concat("gcache.xml");
|
"ext".concat(File.separator).concat("gcache.xml");
|
||||||
|
|
||||||
/** Field description */
|
/** 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
|
* the logger for CacheConfigurationReader
|
||||||
|
|||||||
Reference in New Issue
Block a user