qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/apps/xuleditor Changes Makefile applicatio...


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/xuleditor Changes Makefile applicatio...
Date: Sat, 24 Jan 2009 18:30:22 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>    09/01/24 18:30:22

Modified files:
        apps/xuleditor : Changes Makefile application.ini install.rdf 
        apps/xuleditor/chrome/locale/en-US: about.dtd 
        apps/xuleditor/chrome/locale/fr-FR: about.dtd 

Log message:
        0.8 version: repackaging for Firefox 3 / xulrunner 1.9

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Changes?cvsroot=qsos&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Makefile?cvsroot=qsos&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/application.ini?cvsroot=qsos&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/install.rdf?cvsroot=qsos&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/chrome/locale/en-US/about.dtd?cvsroot=qsos&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/chrome/locale/fr-FR/about.dtd?cvsroot=qsos&r1=1.7&r2=1.8

Patches:
Index: Changes
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/Changes,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Changes     25 Sep 2007 21:39:22 -0000      1.11
+++ Changes     24 Jan 2009 18:30:21 -0000      1.12
@@ -33,3 +33,6 @@
       - XUL Editor is now XMPP oriented: user can connect a QSOS chatroom
       - bugfix on author's list after remote evaluation loading
       - better synchronization between hierchical and graph views
\ No newline at end of file
+
+0.8  2008/06/26
+      - Repackaging for Firefox 3
\ No newline at end of file

Index: Makefile
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Makefile    25 Sep 2007 21:39:22 -0000      1.11
+++ Makefile    24 Jan 2009 18:30:21 -0000      1.12
@@ -16,7 +16,7 @@
 #
 #
 # QSOS XUL Editor Makefile
-# $Id: Makefile,v 1.11 2007/09/25 21:39:22 rsemeteys Exp $
+# $Id: Makefile,v 1.12 2009/01/24 18:30:21 rsemeteys Exp $
 
 APPPACK=application.ini Changes chrome.manifest LICENSE README xuleditor 
xuleditor.bat
 
@@ -36,7 +36,7 @@
 
 PREFS_XULRUNNER=defaults/preferences/qsos-xuled-xulrunner.js
 
-VERSION=0.7
+VERSION=0.8
 
 ext:
        rm -f xuleditor-firefox-${VERSION}.xpi

Index: application.ini
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/application.ini,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- application.ini     9 Feb 2007 10:53:02 -0000       1.9
+++ application.ini     24 Jan 2009 18:30:21 -0000      1.10
@@ -1,14 +1,14 @@
 [App]
  address@hidden
  Name=QSOS XUL Editor
- Version=0.6
+ Version=0.8
  BuildID=20070207
- Copyright=Copyright (c) 2007 Raphael Semeteys
+ Copyright=Copyright (c) 2006-2009 Raphael Semeteys
  address@hidden
 
  [Gecko]
  MinVersion=1.8
- MaxVersion=1.9a1
+ MaxVersion=1.9
 
  [shell]
  Icon=chrome/icons/

Index: install.rdf
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/install.rdf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- install.rdf 25 Sep 2007 21:39:22 -0000      1.7
+++ install.rdf 24 Jan 2009 18:30:21 -0000      1.8
@@ -1,23 +1,23 @@
 <?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.7</em:version>
-               <em:type>2</em:type>
-               <em:targetApplication>
-                       <Description>
-                               
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-                               <em:minVersion>1.5</em:minVersion>
-                               <em:maxVersion>2.*</em:maxVersion>
-                       </Description>
-               </em:targetApplication>
-               <em:name>QSOS XUL Editor</em:name>
-               <em:description>An editor for QSOS evaluations of open source 
software</em:description>
-               <em:creator>Raphael Semeteys</em:creator>
-               <em:iconURL>chrome://qsos-xuled/content/logo32.png</em:iconURL>
-               <em:homepageURL>http://www.qsos.org/</em:homepageURL>
-               <em:aboutURL>chrome://qsos-xuled/content/about.xul</em:aboutURL>
-               
<em:updateURL>http://www.qsos.org/tools/xuleditor-update.rdf</em:updateURL>
-       </Description>
-</RDF>
\ No newline at end of file
+<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#";
+         xmlns:NC="http://home.netscape.com/NC-rdf#";
+         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
+  <RDF:Description RDF:about="urn:mozilla:install-manifest"
+                   em:id="address@hidden"
+                   em:version="0.8"
+                   em:type="2"
+                   em:name="QSOS XUL Editor"
+                   em:description="An editor for QSOS evaluations of open 
source software"
+                   em:creator="Raphael Semeteys"
+                   em:iconURL="chrome://qsos-xuled/content/logo32.png"
+                   em:homepageURL="http://www.qsos.org/";
+                   em:aboutURL="chrome://qsos-xuled/content/about.xul"
+                   
em:updateURL="http://www.qsos.org/tools/xuleditor-update.rdf";
+                   
em:updateKey="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3PSjNdCG/amO6iDXkLPbn+RvZaNHqjq3LJBnOx7pPKw8pHeHwTQqyqRQPZ5z7fd6btYli/WyNoLp+I+R9fIei1B72LX48TgYot+i7/Gea9Dgst9rNGjo2UBsT1YPUXVmrN7fxngs6BLFA1r+tox3Eva6MDL0FfiAL7yBhJSsdBwIDAQAB">
+    <em:targetApplication RDF:resource="rdf:#$zNYy83"/>
+  </RDF:Description>
+  <RDF:Description RDF:about="rdf:#$zNYy83"
+                   em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
+                   em:minVersion="1.5"
+                   em:maxVersion="3.0.*" />
+</RDF:RDF>

Index: chrome/locale/en-US/about.dtd
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/chrome/locale/en-US/about.dtd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- chrome/locale/en-US/about.dtd       25 Sep 2007 21:39:22 -0000      1.6
+++ chrome/locale/en-US/about.dtd       24 Jan 2009 18:30:22 -0000      1.7
@@ -1,5 +1,5 @@
 <!ENTITY about.label "About">
-<!ENTITY label1.value "QSOS XUL Editor v0.7">
+<!ENTITY label1.value "QSOS XUL Editor v0.8">
 <!ENTITY label2.value "Software under the terms of the GNU Public License, 
using the LGPL JsJac library">
 <!ENTITY label3.value "Authors:">
 <!ENTITY label4.value "   . address@hidden">

Index: chrome/locale/fr-FR/about.dtd
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/chrome/locale/fr-FR/about.dtd,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- chrome/locale/fr-FR/about.dtd       25 Sep 2007 21:39:22 -0000      1.7
+++ chrome/locale/fr-FR/about.dtd       24 Jan 2009 18:30:22 -0000      1.8
@@ -1,5 +1,5 @@
 <!ENTITY about.label "A propos">
-<!ENTITY label1.value "Editeur XUL QSOS v0.7">
+<!ENTITY label1.value "Editeur XUL QSOS v0.8">
 <!ENTITY label2.value "Logiciel sous licence GNU Public License, utilisant la 
librairie JsJac sous licence LGPL">
 <!ENTITY label3.value "Auteurs:">
 <!ENTITY label4.value "   . address@hidden">




reply via email to

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