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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Aug 9 14:06:48 EDT 2007


Author: phasefx
Date: 2007-08-09 14:03:38 -0400 (Thu, 09 Aug 2007)
New Revision: 7655

Modified:
   trunk/Open-ILS/xul/staff_client/Makefile
Log:
stamp version for /xul/server/ in .xml files (for xbl binding)

Modified: trunk/Open-ILS/xul/staff_client/Makefile
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile	2007-08-09 17:04:40 UTC (rev 7654)
+++ trunk/Open-ILS/xul/staff_client/Makefile	2007-08-09 18:03:38 UTC (rev 7655)
@@ -44,6 +44,7 @@
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.html' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.xhtml' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.js' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
+	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.xml' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 
 generated:
 	@echo



More information about the open-ils-commits mailing list