[Title] Add user interaction logging for beautify
authorBon-Yong Lee <bonyong.lee@samsung.com>
Mon, 6 May 2013 14:08:15 +0000 (23:08 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Mon, 6 May 2013 14:08:15 +0000 (23:08 +0900)
[Desc.]
[Issue]

org.tizen.common.sdblib/src/org/tizen/sdblib/exception/SdbCommandRejectedException.java [moved from org.tizen.common.sdblib/src/org/tizen/sdblib/SdbCommandRejectedException.java with 100% similarity]
org.tizen.common.sdblib/src/org/tizen/sdblib/exception/ShellCommandUnresponsiveException.java [moved from org.tizen.common.sdblib/src/org/tizen/sdblib/ShellCommandUnresponsiveException.java with 100% similarity]
org.tizen.common.sdblib/src/org/tizen/sdblib/exception/TimeoutException.java [moved from org.tizen.common.sdblib/src/org/tizen/sdblib/TimeoutException.java with 100% similarity]
org.tizen.common.sdblib/src/org/tizen/sdblib/util/ArrayHelper.java [moved from org.tizen.common.sdblib/src/org/tizen/sdblib/ArrayHelper.java with 100% similarity]
org.tizen.common.sdblib/src/org/tizen/sdblib/util/SdbShellProcess.java [moved from org.tizen.common.sdblib/src/org/tizen/sdblib/SdbShellProcess.java with 100% similarity]
org.tizen.common/schema/org.tizen.common.crashreporter.exsd [deleted file]
org.tizen.common/src/org/tizen/common/util/log/UserInteraction.java

diff --git a/org.tizen.common/schema/org.tizen.common.crashreporter.exsd b/org.tizen.common/schema/org.tizen.common.crashreporter.exsd
deleted file mode 100644 (file)
index 8243206..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.tizen.common" xmlns="http://www.w3.org/2001/XMLSchema">
-<annotation>
-      <appinfo>
-         <meta.schema plugin="org.tizen.common" id="org.tizen.common.crashreporter" name="%crashreporter"/>
-      </appinfo>
-      <documentation>
-         The crashreporter point provides how to register cs reporter service listener.
-
-      </documentation>
-   </annotation>
-
-   <element name="extension">
-      <annotation>
-         <appinfo>
-            <meta.element />
-         </appinfo>
-      </annotation>
-      <complexType>
-         <attribute name="point" type="string" use="required">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="java"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-         <attribute name="id" type="string">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="name" type="string">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-               <appinfo>
-                  <meta.attribute translatable="true"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <element name="client">
-      <complexType>
-         <attribute name="class" type="string">
-            <annotation>
-               <documentation>
-                  
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.tizen.sdblib.ICrashReportServiceListener"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="since"/>
-      </appinfo>
-      <documentation>
-         [Enter the first release in which this extension point appears.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="examples"/>
-      </appinfo>
-      <documentation>
-         &lt;extension
-        id=&quot;org.tizen.nativecpp.csviewer.crashreporter&quot;
-            name=&quot;crashreporter&quot;
-            point=&quot;org.tizen.common.crashreporter&quot;&gt;
-        &lt;client
-            class=&quot;org.tizen.nativecpp.csviewer.CrashReportServiceListener&quot;&gt;
-        &lt;/client&gt;
-&lt;/extension&gt;
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="apiinfo"/>
-      </appinfo>
-      <documentation>
-         [Enter API information here.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="implementation"/>
-      </appinfo>
-      <documentation>
-         [Enter information about supplied implementation of this extension point.]
-      </documentation>
-   </annotation>
-
-
-</schema>
index 0d05eef..ac17888 100755 (executable)
@@ -81,4 +81,14 @@ UserInteraction
         */\r
        public static final String CATE_PREVIEW_SETTING = "preview.setting";\r
        \r
+       \r
+       /**\r
+        * view and actions for Web Build\r
+        */\r
+       public static final String CATE_WEB_BUILD = "webbuild";\r
+       \r
+       /**\r
+        * Beautify web resource\r
+        */\r
+       public static final String BUILD_BEAUTIFY = "webbuild.beautify";\r
 }\r