[open-ils-commits] r11056 - branches/rel_1_4/Open-ILS/xul/staff_client

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 3 23:29:04 EST 2008


Author: dbs
Date: 2008-11-03 23:29:01 -0500 (Mon, 03 Nov 2008)
New Revision: 11056

Modified:
   branches/rel_1_4/Open-ILS/xul/staff_client/Makefile.am
Log:
Merge r11055 from trunk - munge CSS files to include BUILD_ID

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/Makefile.am	2008-11-04 04:24:46 UTC (rev 11055)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/Makefile.am	2008-11-04 04:29:01 UTC (rev 11056)
@@ -36,6 +36,7 @@
 	@if [ -z "${STAFF_CLIENT_BUILD_ID}" ]; then ( echo "No Build ID for versioning" ; echo "none" > build/BUILD_ID ) ; fi
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then sed -i s/^Version=.\*/Version=${STAFF_CLIENT_BUILD_ID}/ build/application.ini ; fi
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then sed -i s/^BuildID=.\*/BuildID=${STAFF_CLIENT_BUILD_ID}/ build/application.ini ; fi
+	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.css' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.xul' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 	@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



More information about the open-ils-commits mailing list