From 68a7c64496e9dd23123c53855a26691755a5d463 Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 29 Aug 2006 19:43:19 +0000 Subject: [PATCH] move global_util.js to chrome git-svn-id: svn://svn.open-ils.org/ILS/trunk@5762 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 2 +- .../{server => chrome/content}/OpenILS/global_util.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Open-ILS/xul/staff_client/{server => chrome/content}/OpenILS/global_util.js (100%) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 7570693c2d..e9c71703a2 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -48,7 +48,7 @@ build_dir: cp build/chrome/content/main/lang.js build/server/main/lang.js cp build/chrome/content/main/simple_auth.xul build/server/main/simple_auth.xul cp build/chrome/content/OpenILS/data.js build/server/OpenILS/data.js - cp build/server/OpenILS/global_util.js build/chrome/content/OpenILS/global_util.js + cp build/chrome/content/OpenILS/global_util.js build/server/OpenILS/global_util.js external/prune_dirs.sh build/ stamp: diff --git a/Open-ILS/xul/staff_client/server/OpenILS/global_util.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js similarity index 100% rename from Open-ILS/xul/staff_client/server/OpenILS/global_util.js rename to Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js -- 2.43.2