[open-ils-commits] r13803 - trunk/Open-ILS/xul/staff_client (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Aug 9 10:35:21 EDT 2009


Author: erickson
Date: 2009-08-09 10:35:19 -0400 (Sun, 09 Aug 2009)
New Revision: 13803

Modified:
   trunk/Open-ILS/xul/staff_client/application.ini
Log:

Patch from Galen Charlton to add Version to application.ini

==
The attached patch restores the Version key to the staff client's application.ini.  This key is now required; without it, xulrunner-bin --install-app on OS X will silently crash, leading to an incomplete and non-functional installation of the client on that platform.

Note that when the client is built, the value of Version is replaced by the build ID.





Modified: trunk/Open-ILS/xul/staff_client/application.ini
===================================================================
--- trunk/Open-ILS/xul/staff_client/application.ini	2009-08-07 21:01:00 UTC (rev 13802)
+++ trunk/Open-ILS/xul/staff_client/application.ini	2009-08-09 14:35:19 UTC (rev 13803)
@@ -9,6 +9,9 @@
 ; This field specifies your application's name.  This field is required.
 Name=open_ils_staff_client
 ;
+; This field specifies your application's version.  This field is required.
+Version=20090223
+;
 ; This field specifies your application's build ID (timestamp).  This field is
 ; required.
 BuildID=20090223



More information about the open-ils-commits mailing list