core: Rename description.xml to MediaServer2.xml
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 1 Jun 2009 12:12:59 +0000 (15:12 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 1 Jun 2009 12:12:59 +0000 (15:12 +0300)
data/xml/Makefile.am
data/xml/MediaServer2.xml [moved from data/xml/description.xml with 100% similarity]
src/rygel/rygel-plugin.vala

index 09349cc..3c3d864 100644 (file)
@@ -1,4 +1,4 @@
-xml_DATA = description.xml \
+xml_DATA = MediaServer2.xml \
           ContentDirectory.xml \
           ConnectionManager.xml
 
index 48d108b..7e469f8 100644 (file)
@@ -30,8 +30,8 @@ using CStuff;
  * class or a subclass.
  */
 public class Rygel.Plugin : GUPnP.ResourceFactory {
-    private static const string MEDIA_SERVER_DESC_PATH = BuildConfig.DATA_DIR +
-                                                         "/xml/description.xml";
+    private static const string MEDIA_SERVER_DESC_PATH =
+                                BuildConfig.DATA_DIR + "/xml/MediaServer2.xml";
 
     public string name;
     public string title;