Added manifest.xml constant
authorkh5325.kim <kh5325.kim@samsung.com>
Sun, 24 Mar 2013 09:59:52 +0000 (18:59 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Sun, 24 Mar 2013 09:59:52 +0000 (18:59 +0900)
org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java

index 5fba162..1002aba 100644 (file)
@@ -115,6 +115,8 @@ public class TizenPlatformConstants {
     public static final String PROCESS_SIGKILL_COMMAND = "kill -9 %s";
     public static final String PKG_TOOL_RUNNUNG_CHECK_COMMAND_RUNNING= "is Running";
 
+    public static final String MANIFEST_XML_FILE_NAME;
+
     // Constants have a potential for change
     static {
         TOOLS_TARGET_PATH = "/home/developer/sdk_tools";
@@ -131,6 +133,8 @@ public class TizenPlatformConstants {
 
         SIGNING_DEFAULT = true;
         SIGNING_BUILD_PACKAGE = true;
+
+        MANIFEST_XML_FILE_NAME = "manifest.xml";
     }
     
     /**