Fixed installer couldn't add account to manifest file
[platform/framework/web/wrt-installer.git] / src / jobs / widget_install / manifest.cpp
index 49658c2..977f58e 100644 (file)
@@ -153,7 +153,6 @@ void Manifest::serialize(xmlTextWriterPtr writer)
         writeAttribute(writer, "xmlns", "http://tizen.org/ns/packages");
         writeAttribute(writer, "package", this->package);
         writeAttribute(writer, "type", this->type);
-        writeAttribute(writer, "root_path", this->rootPath);
         writeAttribute(writer, "version", this->version);
         if (!this->installLocation.IsNull()) {
             writeAttribute(writer, "install-location", (*this->installLocation));
@@ -461,7 +460,7 @@ void Account::serialize(xmlTextWriterPtr writer)
     startElement(writer, "account");
     {
         startElement(writer, "account-provider");
-        writeAttribute(writer, "app-id", this->provider.appid);
+        writeAttribute(writer, "appid", this->provider.appid);
         writeAttribute(writer, "multiple-accounts-support",
                 this->provider.multiAccount);