Remove uninstall xml for hybrid
authorDuyoung Jang <duyoung.jang@samsung.com>
Mon, 1 Jul 2013 08:32:59 +0000 (17:32 +0900)
committerDuyoung Jang <duyoung.jang@samsung.com>
Mon, 1 Jul 2013 08:32:59 +0000 (17:32 +0900)
Change-Id: I7b0f120b697041a7a1c300cf5c237dfb2cd66934
Signed-off-by: Duyoung Jang <duyoung.jang@samsung.com>
inc/InstallerDefs.h
src/Manager/ConfigurationManager.cpp

index bf113cb..08503bf 100755 (executable)
@@ -23,7 +23,7 @@
 
 #include "InstallerUtil.h"
 
-#define OSP_INSTALLER_VERSION "version=[20130630.1]"
+#define OSP_INSTALLER_VERSION "version=[20130701.1]"
 
 #define DIR_BIN                                L"/bin"
 #define DIR_INFO                       L"/info"
index 26422e6..77e27e1 100755 (executable)
@@ -261,9 +261,6 @@ ConfigurationManager::CreateFile(InstallationContext* pContext)
                webXmlPath += L".wgt";
                InstallerUtil::Copy(pXmlPath.get(), webXmlPath);
 
-               AppLog("pkgmgr_parser_parse_manifest_for_uninstallation(%s) - START", pXmlPath.get());
-               pkgmgr_parser_parse_manifest_for_uninstallation(pXmlPath.get(), null);
-               AppLog("pkgmgr_parser_parse_manifest_for_uninstallation() - END");
                CreateCoreXmlFile(pContext);
 
                String serviceXmlPath = pXmlPath.get();