summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/utils/Resource.java
AgeCommit message (Collapse)Author
2015-03-18Check if a namespace has a registered Resource URL before returning it.Andrew Branson
Otherwise you just get an incomplete URL which causes errors later.
2013-04-05Debug resource location at log 5Andrew Branson
2013-02-14Give module namespace in text resource load log.Andrew Branson
2013-02-13getAllTextResources finds all matching in kernel and modulesAndrew Branson
getAllBaseURLs returns all modules and kernel findTextResource searches kernel first - no overriding
2013-01-24Fix crash when module ResourceURL is invalidAndrew Branson
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson