From ebd446786c460dd36893cb3fcd1dcc7a1b80cd03 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 2 Dec 2005 16:31:29 +0000 Subject: [PATCH] the only thing we pull from the web is fm_all.js git-svn-id: svn://svn.open-ils.org/ILS/trunk@2160 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index a3924a79d0..383d608d3a 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -3,9 +3,7 @@ PACKAGE=Evergreen DESCRIPTION=Evergreen Staff Client BUILD=2005072719 -RETRIEVE_FIELDMAPPER=wget -N http://dev.gapines.org/opac/common/js/util/fieldmapper.js RETRIEVE_FM_ALL=wget -N http://dev.gapines.org/opac/common/js/fmall.js -RETRIEVE_ORG_TREE=wget -N http://dev.gapines.org/opac/common/js/OrgTree.js RETRIEVE_CLIENT_CONFIG=cp ../../../../../../../OpenSRF/examples/math_xul_client/math/content/conf/client_config.xml . MOZILLA_SPECIAL_RESOURCE=/home/phasefx/work/mozilla/dist/bin/res/dtd @@ -39,8 +37,6 @@ stamp: generated: @echo @echo These things are installation specific. The staff client is the last thing you should try to build. - #(cd chrome/content/evergreen/util ; ${RETRIEVE_FIELDMAPPER} ); - #(cd chrome/content/evergreen/util ; ${RETRIEVE_ORG_TREE} ); (cd chrome/content/evergreen/conf ; ${RETRIEVE_CLIENT_CONFIG} ); (cd chrome/content/evergreen/OpenILS/util/ ; ${RETRIEVE_FM_ALL} ); -- 2.43.2