qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/apps/xuleditor application.ini Changes ins...


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/xuleditor application.ini Changes ins...
Date: Thu, 14 Dec 2006 13:53:01 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/12/14 13:53:01

Modified files:
        apps/xuleditor : application.ini Changes install.rdf Makefile 

Log message:
        0.5 release packaging

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/application.ini?cvsroot=qsos&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Changes?cvsroot=qsos&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/install.rdf?cvsroot=qsos&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Makefile?cvsroot=qsos&r1=1.5&r2=1.6

Patches:
Index: application.ini
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/application.ini,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- application.ini     25 Nov 2006 11:35:52 -0000      1.5
+++ application.ini     14 Dec 2006 13:53:01 -0000      1.6
@@ -1,8 +1,8 @@
 [App]
  address@hidden
  Name=QSOS XUL Editor
- Version=0.4
- BuildID=20061125
+ Version=0.5
+ BuildID=20061214
  Copyright=Copyright (c) 2006 Raphael Semeteys
  address@hidden
 

Index: Changes
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/Changes,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- Changes     25 Nov 2006 11:35:53 -0000      1.5
+++ Changes     14 Dec 2006 13:53:01 -0000      1.6
@@ -18,3 +18,8 @@
 0.4  2006/11/25
       - Firefox 2 support
       - UTF-8 supported in .qsos files
\ No newline at end of file
+
+0.5  2006/12/14
+      - Creation of a new evaluation based on a remote template (stored on 
qsos.org server)
+      - Download and open a evaluation from qsos.org server
+      - Submit an evaluation on qsos.org server
\ No newline at end of file

Index: install.rdf
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/install.rdf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- install.rdf 25 Nov 2006 11:35:53 -0000      1.4
+++ install.rdf 14 Dec 2006 13:53:01 -0000      1.5
@@ -3,7 +3,7 @@
      xmlns:em="http://www.mozilla.org/2004/em-rdf#";>
        <Description about="urn:mozilla:install-manifest">
                <em:id>address@hidden</em:id>
-               <em:version>0.4</em:version>
+               <em:version>0.5</em:version>
                <em:type>2</em:type>
                <em:targetApplication>
                        <Description>

Index: Makefile
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- Makefile    25 Nov 2006 11:35:53 -0000      1.5
+++ Makefile    14 Dec 2006 13:53:01 -0000      1.6
@@ -16,21 +16,21 @@
 #
 #
 # QSOS XUL Editor Makefile
-# $Id: Makefile,v 1.5 2006/11/25 11:35:53 rsemeteys Exp $
+# $Id: Makefile,v 1.6 2006/12/14 13:53:01 rsemeteys Exp $
 
 APPPACK=application.ini Changes chrome.manifest LICENSE README xuleditor 
xuleditor.bat
 EXTPACK=Changes chrome.manifest install.rdf LICENSE README
 
-APPSRC=chrome/content/about.xul chrome/content/authors.js 
chrome/content/authors.xul chrome/content/confirm.xul 
chrome/content/Document.js chrome/content/editor.js chrome/content/editor.xul 
chrome/content/logo-qsos.png chrome/content/logo32.png
+APPSRC=chrome/content/about.xul chrome/content/authors.js 
chrome/content/authors.xul chrome/content/confirm.xul 
chrome/content/Document.js chrome/content/editor.js chrome/content/editor.xul 
chrome/content/load.js chrome/content/load.xul chrome/content/new.js 
chrome/content/new.xul chrome/content/logo-qsos.png chrome/content/logo32.png
 EXTSRC=$(APPSRC) chrome/content/qsos-overlay.xul
 
-LOCALE=chrome/locale/en-US/about.dtd chrome/locale/en-US/authors.dtd 
chrome/locale/en-US/confirm.dtd chrome/locale/en-US/editor.dtd 
chrome/locale/en-US/editor.properties chrome/locale/en-US/qsos-overlay.dtd 
chrome/locale/fr-FR/about.dtd chrome/locale/fr-FR/authors.dtd 
chrome/locale/fr-FR/confirm.dtd chrome/locale/fr-FR/editor.dtd 
chrome/locale/fr-FR/editor.properties chrome/locale/fr-FR/qsos-overlay.dtd
+LOCALE=chrome/locale/en-US/about.dtd chrome/locale/en-US/authors.dtd 
chrome/locale/en-US/confirm.dtd chrome/locale/en-US/editor.dtd 
chrome/locale/en-US/load.dtd chrome/locale/en-US/new.dtd 
chrome/locale/en-US/editor.properties chrome/locale/en-US/qsos-overlay.dtd 
chrome/locale/fr-FR/about.dtd chrome/locale/fr-FR/authors.dtd 
chrome/locale/fr-FR/confirm.dtd chrome/locale/fr-FR/editor.dtd 
chrome/locale/fr-FR/load.dtd chrome/locale/fr-FR/new.dtd 
chrome/locale/fr-FR/editor.properties chrome/locale/fr-FR/qsos-overlay.dtd
 
 SKIN=chrome/skin/classic.css
 
 PREFS=defaults/preferences/qsos-xuled.js
 
-VERSION=0.4
+VERSION=0.5
 
 ext:
        rm -f xuleditor-firefox-${VERSION}.xpi




reply via email to

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