From 0d7c230c4dd081fb1b65691432cfbb5d47507b3a Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 10 Apr 2008 19:50:19 +0000 Subject: [PATCH] moving js into the proper place for Makefile installation git-svn-id: svn://svn.open-ils.org/ILS/branches/dojo-admin@9297 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/{conify => }/js/OpenSRF.js | 0 Open-ILS/web/{conify => }/js/fieldmapper/Fieldmapper.js | 0 Open-ILS/web/{conify => }/js/fieldmapper/OrgUtils.js | 0 Open-ILS/web/{conify => }/js/fieldmapper/dojoData.js | 0 Open-ILS/web/{conify => }/js/fieldmapper/hash.js | 0 Open-ILS/web/{conify => }/js/opensrf/opensrf.js | 0 Open-ILS/web/{conify => }/js/opensrf/opensrf_xhr.js | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename Open-ILS/web/{conify => }/js/OpenSRF.js (100%) rename Open-ILS/web/{conify => }/js/fieldmapper/Fieldmapper.js (100%) rename Open-ILS/web/{conify => }/js/fieldmapper/OrgUtils.js (100%) rename Open-ILS/web/{conify => }/js/fieldmapper/dojoData.js (100%) rename Open-ILS/web/{conify => }/js/fieldmapper/hash.js (100%) rename Open-ILS/web/{conify => }/js/opensrf/opensrf.js (100%) rename Open-ILS/web/{conify => }/js/opensrf/opensrf_xhr.js (100%) diff --git a/Open-ILS/web/conify/js/OpenSRF.js b/Open-ILS/web/js/OpenSRF.js similarity index 100% rename from Open-ILS/web/conify/js/OpenSRF.js rename to Open-ILS/web/js/OpenSRF.js diff --git a/Open-ILS/web/conify/js/fieldmapper/Fieldmapper.js b/Open-ILS/web/js/fieldmapper/Fieldmapper.js similarity index 100% rename from Open-ILS/web/conify/js/fieldmapper/Fieldmapper.js rename to Open-ILS/web/js/fieldmapper/Fieldmapper.js diff --git a/Open-ILS/web/conify/js/fieldmapper/OrgUtils.js b/Open-ILS/web/js/fieldmapper/OrgUtils.js similarity index 100% rename from Open-ILS/web/conify/js/fieldmapper/OrgUtils.js rename to Open-ILS/web/js/fieldmapper/OrgUtils.js diff --git a/Open-ILS/web/conify/js/fieldmapper/dojoData.js b/Open-ILS/web/js/fieldmapper/dojoData.js similarity index 100% rename from Open-ILS/web/conify/js/fieldmapper/dojoData.js rename to Open-ILS/web/js/fieldmapper/dojoData.js diff --git a/Open-ILS/web/conify/js/fieldmapper/hash.js b/Open-ILS/web/js/fieldmapper/hash.js similarity index 100% rename from Open-ILS/web/conify/js/fieldmapper/hash.js rename to Open-ILS/web/js/fieldmapper/hash.js diff --git a/Open-ILS/web/conify/js/opensrf/opensrf.js b/Open-ILS/web/js/opensrf/opensrf.js similarity index 100% rename from Open-ILS/web/conify/js/opensrf/opensrf.js rename to Open-ILS/web/js/opensrf/opensrf.js diff --git a/Open-ILS/web/conify/js/opensrf/opensrf_xhr.js b/Open-ILS/web/js/opensrf/opensrf_xhr.js similarity index 100% rename from Open-ILS/web/conify/js/opensrf/opensrf_xhr.js rename to Open-ILS/web/js/opensrf/opensrf_xhr.js -- 2.11.0