1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/help/content/contents.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +# 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 + 1.10 +<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.11 + xmlns:chrome="http://www.mozilla.org/rdf/chrome#"> 1.12 + 1.13 +# Packages 1.14 + <RDF:Seq RDF:about="urn:mozilla:package:root"> 1.15 + <RDF:li RDF:resource="urn:mozilla:package:help"/> 1.16 + </RDF:Seq> 1.17 + 1.18 +# Package Description 1.19 + <RDF:Description RDF:about="urn:mozilla:package:help" 1.20 + chrome:name="help" /> 1.21 + 1.22 +</RDF:RDF>