Dont reindex already indexed files. Yet another bug uncovered by the DateTime fixes.
[beagle.git] / mozilla-extension / locale / en-US / contents.rdf
blobb29e62c3803adc5326736228610fa8ef332d26e5
1 <?xml version="1.0"?>
2 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
5 <!-- list all the packages being supplied by this jar -->
6 <RDF:Seq about="urn:mozilla:locale:root">
7 <RDF:li resource="urn:mozilla:locale:en-US" />
8 </RDF:Seq>
10 <!-- locale information -->
11 <RDF:Description about="urn:mozilla:locale:en-US"
12 chrome:displayName="English(US)"
13 chrome:author="Alex Graveley"
14 chrome:name="en-US">
15 <chrome:packages>
16 <RDF:Seq about="urn:mozilla:locale:en-US:packages">
17 <RDF:li resource="urn:mozilla:locale:en-US:beagle" />
18 </RDF:Seq>
19 </chrome:packages>
20 </RDF:Description>
22 <!-- version information -->
23 <RDF:Description about="urn:mozilla:locale:en-US:beagle"
24 chrome:localeVersion="1.4" />
26 </RDF:RDF>