removing useless directories, moving contents.rdf and preview.png to top level directory
[themes.git] / EarlyBlue / skin / EarlyBlue / global / contents.rdf
diff --git a/EarlyBlue/skin/EarlyBlue/global/contents.rdf b/EarlyBlue/skin/EarlyBlue/global/contents.rdf
deleted file mode 100644 (file)
index b598bc0..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-
-<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-         xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
-
-  <!-- List all the skins being supplied by this theme -->
-  <RDF:Seq about="urn:mozilla:skin:root">
-    <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.7" />
-  </RDF:Seq>
-
-  <!-- classic Information -->
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.7"
-        chrome:displayName="EarlyBlue"
-        chrome:accessKey="E"
-        chrome:author="Robert Kaiser - KaiRo.at"
-        chrome:description="This theme re-introduces a UI design idea based on early Mozilla milestones. Get more info at http://www.kairo.at/download/"
-        chrome:name="EarlyBlue/0.7"
-        chrome:image="jar:resource:///chrome/EarlyBlue.jar!/skin/EarlyBlue/global/preview.png">
-    <chrome:packages>
-      <RDF:Seq about="urn:mozilla:skin:EarlyBlue/0.7:packages">
-        <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.7:global"/>
-      </RDF:Seq>
-    </chrome:packages>
-  </RDF:Description>
-
-  <!-- Version Information.  State that we work only with a certain version of this package. -->
-  <RDF:Description about="urn:mozilla:skin:EarlyBlue/0.7:global"
-    chrome:skinVersion="0.9.4"/>
-</RDF:RDF>
-
-