blob: b504573088c7cb6f2c800d153a5c34225cb57488 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>{057e51a0-7e81-4749-ad58-d5e32a6084a9}</em:id>
<!-- need guid for 1.0 -->
<em:version>0.9</em:version>
<em:contributor>Nicola Ken Barozzi</em:contributor>
<em:contributor>Dave Brondsema</em:contributor>
<em:contributor>David Crossley</em:contributor>
<em:contributor>Cyriaque Dupoirieux</em:contributor>
<em:contributor>Ross Gardler</em:contributor>
<em:contributor>Thorsten Scherler</em:contributor>
<em:contributer>Gavin McDonald</em:contributer>
<!-- <em:type>2</em:type> only used in 1.5 and not needed for extensions. -->
<!-- Target Applications with minimum and maximum supported versions. -->
<!-- FIREFOX -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>0.9</em:minVersion>
<em:maxVersion>3+</em:maxVersion>
</Description>
</em:targetApplication>
<!-- MOZILLA -->
<em:targetApplication>
<Description>
<em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.8</em:maxVersion>
</Description>
</em:targetApplication>
<!-- NETSCAPE -->
<em:targetApplication>
<Description>
<em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id>
<em:minVersion>8.0</em:minVersion>
<em:maxVersion>8.0.8</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>ForrestBar</em:name>
<em:description>Navigation and developer assistance for Apache Forrest-related documentation frameworks</em:description>
<em:creator>Apache Forrest community</em:creator>
<em:homepageURL>http://www.forrest.apache.org/</em:homepageURL>
<em:optionsURL>chrome://forrestbar/content/forrestbarSettings.xul</em:optionsURL>
<!-- Need this for 1.0 compatibility -->
<em:file>
<Description about="urn:mozilla:extension:file:forrestbar.jar">
<em:package>content/</em:package>
</Description>
</em:file>
</Description>
</RDF>