Revision 3281

View differences:

trunk/frameworks/_fwAndami/.classpath
40 40
		<attributes>
41 41
		</attributes>
42 42
	</classpathentry>
43
	<classpathentry kind="lib" path="lib/commons-dbcp-1.0-dev-20020806.zip">
44
		<attributes>
45
		</attributes>
46
	</classpathentry>
47
	<classpathentry kind="lib" path="lib/commons-pool-1.2.zip">
48
		<attributes>
49
		</attributes>
50
	</classpathentry>
51
	<classpathentry kind="lib" path="lib/commons-collections-3.1.zip">
52
		<attributes>
53
		</attributes>
54
	</classpathentry>
43 55
	<classpathentry kind="output" path="bin"/>
44 56
</classpath>
trunk/frameworks/_fwAndami/src/com/iver/andami/Launcher.java
211 211
        }
212 212
        else
213 213
        {
214
            locale = new Locale(localeStr);
214
            locale = Locale.getDefault();
215 215
            Messages.init(locale);
216 216
        }
217 217

  
trunk/frameworks/_fwAndami/log4j.properties
1
log4j.rootLogger=DEBUG, stdout
2

  
3
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
4
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
5

  
6
# Pattern to output the caller's file name and line number.
7
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
8

  
0 9

  

Also available in: Unified diff