skip YOUPATH, YOUURL
authorKlaus Kaempf <kkaempf@suse.de>
Wed, 5 Apr 2006 12:47:15 +0000 (12:47 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Wed, 5 Apr 2006 12:47:15 +0000 (12:47 +0000)
honor SHORTLABEL
(mail from kukuk@suse.de)

zypp/source/susetags/ProductMetadataParser.cc

index 7fd8943..36d4a2c 100644 (file)
@@ -91,12 +91,10 @@ namespace zypp
               prodImpl->_base_version = value;
             else if(key == "YOUTYPE")
               prodImpl->_you_type = value;
-            else if(key == "YOUPATH")
-              prodImpl->_you_path = value;
-            else if(key == "YOUURL")
-              prodImpl->_you_url = value;
             else if(key == "VENDOR")
               prodImpl->_vendor = value;
+            else if(key == "SHORTLABEL")
+              prodImpl->_shortlabel = value;
             else if(key == "RELNOTESURL")
            {
                // Url class throws in case of invalid URL