[Title] Added UserLogger of Minify
authorchanghyun1.lee <changhyun1.lee@samsung.com>
Mon, 13 May 2013 14:01:43 +0000 (23:01 +0900)
committerchanghyun1.lee <changhyun1.lee@samsung.com>
Mon, 13 May 2013 14:01:43 +0000 (23:01 +0900)
[Desc.]
[Issue] Redmine-9380

Change-Id: I22f53c718568c38fd7ea067bc9314dff9052532b

org.tizen.common/src/org/tizen/common/util/log/UserInteraction.java

index ac17888..019666b 100755 (executable)
@@ -75,13 +75,11 @@ UserInteraction
         */\r
        public static final String PREVIEW_CLOSE = "preview.close";\r
        \r
-       \r
        /**\r
         * Preview preference page\r
         */\r
        public static final String CATE_PREVIEW_SETTING = "preview.setting";\r
        \r
-       \r
        /**\r
         * view and actions for Web Build\r
         */\r
@@ -91,4 +89,10 @@ UserInteraction
         * Beautify web resource\r
         */\r
        public static final String BUILD_BEAUTIFY = "webbuild.beautify";\r
+\r
+       /**\r
+        * Minify web resource\r
+        */\r
+       public static final String BUILD_MINIFY = "webbuild.minify";\r
+\r
 }\r