Changeset 1247:909f3e1528b1

Show
Ignore:
Timestamp:
06/15/10 21:18:56 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Children:
1248:cd3abd96cdc9, 1250:7c27da9cbdba
Message:

renamed log4j.xml

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/org/w3c/unicorn/Framework.java

    r1245 r1247  
    138138                 
    139139                // Log4j initialization attempt 
    140                 URL log4jURL = Framework.class.getResource("/log4j/log4j.xml"); 
     140                URL log4jURL = Framework.class.getResource("/unicorn_log4j.xml"); 
    141141                if (log4jURL != null) { 
    142142                        DOMConfigurator.configure(log4jURL);