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 2007/04/10 07:09:12 UTC

svn commit: r527032 - in /forrest/trunk/tools/forrestbar: build.xml xpi/chrome/content/contents.rdf xpi/install.rdf

Author: crossley
Date: Mon Apr  9 22:09:11 2007
New Revision: 527032

URL: http://svn.apache.org/viewvc?view=rev&rev=527032
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644

Modified:
    forrest/trunk/tools/forrestbar/build.xml
    forrest/trunk/tools/forrestbar/xpi/chrome/content/contents.rdf
    forrest/trunk/tools/forrestbar/xpi/install.rdf

Modified: forrest/trunk/tools/forrestbar/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/build.xml?view=diff&rev=527032&r1=527031&r2=527032
==============================================================================
--- forrest/trunk/tools/forrestbar/build.xml (original)
+++ forrest/trunk/tools/forrestbar/build.xml Mon Apr  9 22:09:11 2007
@@ -16,18 +16,17 @@
   limitations under the License.
 -->
 <project default="forrestbar" basedir="." name="forrestbar">
-
-  <description>Build script for the ForrestBar</description>
-
-  <!-- Default init values-->
+  <description>
+    Build script for the ForrestBar
+  </description>
+<!-- Default init values-->
   <target name="init">
     <property name="build.dir" location="build"/>
     <xmlproperty file="properties.xml" keeproot="false" collapseAttributes="true" />
   </target>
-
-  <!-- =================================================================== -->
-  <!-- ForrestBar for Mozilla 1.x and Firefox 0.9-1.5+                     -->
-  <!-- =================================================================== -->
+<!-- =================================================================== -->
+<!-- ForrestBar for Mozilla 1.x and Firefox 0.9-1.5+                     -->
+<!-- =================================================================== -->
   <target name="forrestbar" depends="init">
     <property name="xpi.dir" location="xpi"/>
     <mkdir dir="${build.dir}" />
@@ -41,16 +40,12 @@
       <fileset dir="${build.dir}/work/forrestbar-jar/chrome" includes="content/**/*" />
     </jar>
     <copy file="${xpi.dir}/install.js"
-          todir="${build.dir}/work/forrestbar" overwrite="true">
-    </copy>
+          todir="${build.dir}/work/forrestbar" overwrite="true"></copy>
     <copy file="${xpi.dir}/install.rdf"
-          todir="${build.dir}/work/forrestbar" overwrite="true">
-    </copy>
+          todir="${build.dir}/work/forrestbar" overwrite="true"></copy>
     <copy file="${xpi.dir}/chrome.manifest"
-          todir="${build.dir}/work/forrestbar" overwrite="true">
-    </copy>
+          todir="${build.dir}/work/forrestbar" overwrite="true"></copy>
     <zip zipfile="${build.dir}/forrestbar.xpi"
       basedir="${build.dir}/work/forrestbar" />
   </target>
-
 </project>

Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/contents.rdf
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/chrome/content/contents.rdf?view=diff&rev=527032&r1=527031&r2=527032
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/contents.rdf (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/contents.rdf Mon Apr  9 22:09:11 2007
@@ -15,31 +15,24 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:chrome="http://www.mozilla.org/rdf/chrome#"
   chrome:settingsURL="chrome://forrestbar/content/forrestbarSettings.xul">
-
   <RDF:Seq about="urn:mozilla:package:root">
     <RDF:li resource="urn:mozilla:package:forrestbar"/>
   </RDF:Seq>
-
   <RDF:Description about="urn:mozilla:package:forrestbar"
     chrome:extension="true" chrome:name="forrestbar" chrome:displayName="ForrestBar 0.8"/>
-
   <RDF:Seq about="urn:mozilla:overlays">
     <RDF:li resource="chrome://browser/content/browser.xul"/>
     <RDF:li resource="chrome://navigator/content/navigator.xul"/>
   </RDF:Seq>
-
-  <!-- firefox overlays -->
+<!-- firefox overlays -->
   <RDF:Seq about="chrome://browser/content/browser.xul">
     <RDF:li>chrome://forrestbar/content/forrestbarOverlay.xul</RDF:li>
   </RDF:Seq>
-
-  <!-- mozilla overlays -->
+<!-- mozilla overlays -->
   <RDF:Seq about="chrome://navigator/content/navigator.xul">
     <RDF:li>chrome://forrestbar/content/forrestbarOverlay.xul</RDF:li>
   </RDF:Seq>
-
 </RDF:RDF>

Modified: forrest/trunk/tools/forrestbar/xpi/install.rdf
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/install.rdf?view=diff&rev=527032&r1=527031&r2=527032
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/install.rdf (original)
+++ forrest/trunk/tools/forrestbar/xpi/install.rdf Mon Apr  9 22:09:11 2007
@@ -15,12 +15,11 @@
   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:id>{057e51a0-7e81-4749-ad58-d5e32a6084a9}</em:id>
+<!-- need guid for 1.0 -->
     <em:version>0.8-dev</em:version>
     <em:contributor>Nicola Ken Barozzi</em:contributor>
     <em:contributor>Dave Brondsema</em:contributor>
@@ -29,10 +28,8 @@
     <em:contributor>Ross Gardler</em:contributor>
     <em:contributor>Thorsten Scherler</em:contributor>
 <!--  <em:type>2</em:type> only used in 1.5 and not needed for extensions. -->
-
-    <!-- Target Applications with minimum and maximum supported versions. -->
-
-  <!-- FIREFOX -->
+<!-- Target Applications with minimum and maximum supported versions. -->
+<!-- FIREFOX -->
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
@@ -40,8 +37,7 @@
         <em:maxVersion>2+</em:maxVersion>
       </Description>
     </em:targetApplication>
-
-    <!-- MOZILLA -->
+<!-- MOZILLA -->
     <em:targetApplication>
       <Description>
         <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
@@ -49,8 +45,7 @@
         <em:maxVersion>1.8</em:maxVersion>
       </Description>
     </em:targetApplication>
-
-    <!-- NETSCAPE -->
+<!-- NETSCAPE -->
     <em:targetApplication>
       <Description>
         <em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id>
@@ -58,19 +53,17 @@
         <em:maxVersion>8.0.8</em:maxVersion>
       </Description>
     </em:targetApplication>
-
-    <!-- Front End MetaData -->
+<!-- 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>
-
+<!-- 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>