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 Makefile


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/xuleditor application.ini Makefile
Date: Wed, 07 Feb 2007 07:07:19 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   07/02/07 07:07:19

Modified files:
        apps/xuleditor : application.ini Makefile 

Log message:
        Packaging

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/application.ini?cvsroot=qsos&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Makefile?cvsroot=qsos&r1=1.7&r2=1.8

Patches:
Index: application.ini
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/application.ini,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- application.ini     4 Jan 2007 22:22:41 -0000       1.7
+++ application.ini     7 Feb 2007 07:07:19 -0000       1.8
@@ -1,8 +1,8 @@
 [App]
  address@hidden
  Name=QSOS XUL Editor
- Version=0.5
- BuildID=20070104
+ Version=0.6
+ BuildID=20070208
  Copyright=Copyright (c) 2007 Raphael Semeteys
  address@hidden
 

Index: Makefile
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- Makefile    14 Dec 2006 16:48:52 -0000      1.7
+++ Makefile    7 Feb 2007 07:07:19 -0000       1.8
@@ -16,25 +16,27 @@
 #
 #
 # QSOS XUL Editor Makefile
-# $Id: Makefile,v 1.7 2006/12/14 16:48:52 rsemeteys Exp $
+# $Id: Makefile,v 1.8 2007/02/07 07:07:19 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/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.js 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/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
+SKIN=chrome/skin/classic.css chrome/skin/header.png chrome/skin/criteria.png 
chrome/skin/graph.png
 
 PREFS=defaults/preferences/qsos-xuled.js
 
-VERSION=0.5
+VERSION=0.6
 
 ext:
        rm -f xuleditor-firefox-${VERSION}.xpi
-       zip -r xuleditor $(EXTPACK) $(EXTSRC) $(LOCALE) $(SKIN)
+       zip -r xuleditor $(EXTPACK) $(EXTSRC) $(LOCALE) $(SKIN) $(PREFS)
        mv xuleditor.zip xuleditor-firefox-${VERSION}.xpi
 
 app:




reply via email to

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