[open-ils-commits] r8300 - branches/rel_1_2/Open-ILS/xul/staff_client/defaults/preferences

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jan 3 12:03:45 EST 2008


Author: phasefx
Date: 2008-01-03 11:40:02 -0500 (Thu, 03 Jan 2008)
New Revision: 8300

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
Log:
svn:keywords

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/defaults/preferences/prefs.js	2008-01-03 16:38:12 UTC (rev 8299)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/defaults/preferences/prefs.js	2008-01-03 16:40:02 UTC (rev 8300)
@@ -5,6 +5,13 @@
 // This one is required for XUL Runner
 pref("toolkit.defaultChromeURI", "chrome://open_ils_staff_client/content/main/main.xul");
 
+// We'll use this one to help brand some build information into the client, and rely on subversion keywords
+pref("open-ils.repository.headURL","$HeadURL$");
+pref("open-ils.repository.author","$Author$");
+pref("open-ils.repository.revision","$Revision$");
+pref("open-ils.repository.date","$Date$");
+pref("open-ils.repository.id","$Id$");
+
 // We need something like this to get window.open to work in some places (where it complains about
 // navigator.xul not being registered.  But is about:blank the best value to use here?
 pref("browser.chromeURL","about:blank");


Property changes on: branches/rel_1_2/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Date Author HeadURL Revision Id



More information about the open-ils-commits mailing list