[Title] Fix logger bug
authorho.namkoong <ho.namkoong@samsung.com>
Tue, 16 Apr 2013 06:12:23 +0000 (15:12 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Tue, 16 Apr 2013 06:12:23 +0000 (15:12 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I246a7fe2bd1d8757eb7adaa1006886f18b3c94ba

org.tizen.common/build.properties
org.tizen.common/src/org/tizen/common/util/log/Messages.java

index c0e18c7..2124b02 100755 (executable)
@@ -19,6 +19,7 @@ bin.includes = META-INF/,\
                about.ini,\\r
                about.properties,\\r
                about.mappings,\\r
-               schema/\r
+               schema/,\\r
+               log4j.xml\r
 javacSource=1.6\r
 javacTarget=1.6\r
index f804757..3621a19 100644 (file)
@@ -45,12 +45,9 @@ public class Messages {
     public static String FileAppender_EXCEPTION_DIRECTORY_EXISTING;
     public static String LOGGER_OFF_DES;
     public static String LOGGER_ERROR_DES;
-    public static String LOGGER_WARNING_DES;
     public static String LOGGER_INFO_DES;
     public static String LOGGER_DEBUG_DES;
     public static String LOGGER_ALL_DES;
-    public static String LOGGER_FATAL_DES;
-    public static String LOGGER_TRACE_DES;
     
     static {
         NLS.initializeMessages(BUNDLE_NAME, Messages.class);