cloudstack/utils/src
jeff db69c8e82b Allow PropertiesUtil to read from jar files.
PropertiesUtil has code for reading from jar files, but the
findConfigFile method will prevent it from ever returning a file in a
jar on the classpath since it always wants to have a "file:" URL and
use the File class.

This commit moves the jar file loading attempt from a catch block to
an else clause, executed if a config file:// URL could not be found.

Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>

This closes #358
2015-06-08 09:19:21 +02:00
..
com/cloud Allow PropertiesUtil to read from jar files. 2015-06-08 09:19:21 +02:00
org/apache graphite: Do not cache DNS names for Graphite host 2015-05-12 13:47:59 +02:00