[open-ils-commits] r10661 - trunk/Open-ILS/xul/staff_client

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Sep 20 22:18:38 EDT 2008


Author: phasefx
Date: 2008-09-20 22:18:36 -0400 (Sat, 20 Sep 2008)
New Revision: 10661

Modified:
   trunk/Open-ILS/xul/staff_client/Makefile.am
Log:
Oops, didn't realize the Makefile was no longer under version control.  Copy the bindings.xml file from chrome to server/ for xhtml files using messagecatalog

Modified: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am	2008-09-21 02:12:04 UTC (rev 10660)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am	2008-09-21 02:18:36 UTC (rev 10661)
@@ -25,6 +25,7 @@
 	cp -R build/chrome/content/auth/ build/server/
 	cp build/chrome/content/main/constants.js build/server/main/constants.js
 	cp build/chrome/content/main/simple_auth.xul build/server/main/simple_auth.xul
+	cp build/chrome/content/main/bindings.xml build/server/main/bindings.xml
 	cp build/chrome/content/OpenILS/data.js build/server/OpenILS/data.js
 	cp build/chrome/content/OpenILS/global_util.js build/server/OpenILS/global_util.js
 	external/prune_dirs.sh build/



More information about the open-ils-commits mailing list