qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/tpl-xuleditor/chrome/content editor.j...


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/tpl-xuleditor/chrome/content editor.j...
Date: Wed, 21 Jun 2006 23:40:17 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/06/21 23:40:17

Modified files:
        apps/tpl-xuleditor/chrome/content: editor.js 
        apps/tpl-xuleditor: application.ini chrome.manifest 
Added files:
        apps/tpl-xuleditor: install.rdf 

Log message:
        Preparation of extention (XPI) packaging

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/chrome/content/editor.js?cvsroot=qsos&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/application.ini?cvsroot=qsos&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/chrome.manifest?cvsroot=qsos&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/tpl-xuleditor/install.rdf?cvsroot=qsos&rev=1.1

Patches:

Index: application.ini
===================================================================
RCS file: /sources/qsos/qsos/apps/tpl-xuleditor/application.ini,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- application.ini     17 Apr 2006 21:09:27 -0000      1.1
+++ application.ini     21 Jun 2006 23:40:17 -0000      1.2
@@ -4,7 +4,7 @@
  Version=0.1
  BuildID=20060413
  Copyright=Copyright (c) 2006 Raphaël Semeteys
- address@hidden
+ address@hidden
 
  [Gecko]
  MinVersion=1.8
@@ -12,3 +12,6 @@
 
  [shell]
  Icon=chrome/icons/
\ No newline at end of file
+
+ [XRE]
+ EnableExtensionManager=1
\ No newline at end of file

Index: chrome.manifest
===================================================================
RCS file: /sources/qsos/qsos/apps/tpl-xuleditor/chrome.manifest,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- chrome.manifest     17 Apr 2006 21:09:27 -0000      1.1
+++ chrome.manifest     21 Jun 2006 23:40:17 -0000      1.2
@@ -1,2 +1,3 @@
 content qsos-tpl-xuled  chrome/content/
 skin qsos-tpl-xuled  classic chrome/skin/
\ No newline at end of file
+overlay chrome://browser/content/browser.xul 
chrome://qsos-tpl-xuled/content/qsos-tpl-overlay.xul
\ No newline at end of file

Index: install.rdf
===================================================================
RCS file: install.rdf
diff -N install.rdf
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ install.rdf 21 Jun 2006 23:40:17 -0000      1.1
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+
+<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>address@hidden</em:id>
+               <em:version>0.1</em:version>
+               <em:type>2</em:type>
+               <em:targetApplication>
+                       <Description>
+                               
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                               <em:minVersion>1.0</em:minVersion>
+                               <em:maxVersion>1.5.0.*</em:maxVersion>
+                       </Description>
+               </em:targetApplication>
+               <em:name>QSOS Template XUL Editor</em:name>
+               <em:creator>Raphaël Semeteys</em:creator>
+               <em:homepageURL>http://www.qsos.org/</em:homepageURL>
+               
<em:aboutURL>chrome://qsos-tpl-xuled/content/about.xul</em:aboutURL>
+       </Description>
+</RDF>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]