You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/20 13:35:12 UTC

svn commit: r326893 - in /forrest/trunk/tools/forrestbar/xpi: chrome.manifest install.rdf

Author: crossley
Date: Thu Oct 20 04:35:07 2005
New Revision: 326893

URL: http://svn.apache.org/viewcvs?rev=326893&view=rev
Log:
Add the missing files ... thanks Gump.
Submitted by: Addison Berry
Issue FOR-180

Added:
    forrest/trunk/tools/forrestbar/xpi/chrome.manifest   (with props)
    forrest/trunk/tools/forrestbar/xpi/install.rdf   (with props)

Added: forrest/trunk/tools/forrestbar/xpi/chrome.manifest
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbar/xpi/chrome.manifest?rev=326893&view=auto
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome.manifest (added)
+++ forrest/trunk/tools/forrestbar/xpi/chrome.manifest Thu Oct 20 04:35:07 2005
@@ -0,0 +1,20 @@
+/*
+* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+* as applicable.
+*
+* Licensed 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.
+*/
+
+content     forrestbar    jar:chrome/forrestbar.jar!/content/
+overlay chrome://browser/content/browser.xul chrome://forrestbar/content/forrestbarOverlay.xul
+overlay chrome://navigator/content/navigator.xul chrome://forrestbar/content/forrestbarOverlay.xul
\ No newline at end of file

Propchange: forrest/trunk/tools/forrestbar/xpi/chrome.manifest
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/tools/forrestbar/xpi/install.rdf
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbar/xpi/install.rdf?rev=326893&view=auto
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/install.rdf (added)
+++ forrest/trunk/tools/forrestbar/xpi/install.rdf Thu Oct 20 04:35:07 2005
@@ -0,0 +1,70 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed 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.7</em:version>
+<!--  <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>1.5</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>Forrest-related sites nav tool</em:description>
+    <em:creator>Apache Forrest Community</em:creator>
+    <em:homepageURL>http://www.forrest.apache.org/</em:homepageURL>
+
+    <!-- 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>

Propchange: forrest/trunk/tools/forrestbar/xpi/install.rdf
------------------------------------------------------------------------------
    svn:eol-style = native