[open-ils-commits] r10009 - in trunk: . Open-ILS/src
Open-ILS/src/extras/import
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 10 00:12:04 EDT 2008
Author: dbs
Date: 2008-07-10 00:12:02 -0400 (Thu, 10 Jul 2008)
New Revision: 10009
Removed:
trunk/Open-ILS/src/extras/import/cleanse-usmarc.sh
trunk/Open-ILS/src/extras/import/extract-holdings.sh
Modified:
trunk/Open-ILS/src/Makefile
trunk/install.conf.default
trunk/install.sh
Log:
Purge references to marcdumper, now that it's gone
Modified: trunk/Open-ILS/src/Makefile
===================================================================
--- trunk/Open-ILS/src/Makefile 2008-07-10 04:04:44 UTC (rev 10008)
+++ trunk/Open-ILS/src/Makefile 2008-07-10 04:12:02 UTC (rev 10009)
@@ -105,16 +105,6 @@
cp support-scripts/offline-blocked-list.pl $(BINDIR) # this should probably be somewhere else
# -----------------------------------------------------------------------------------
-marcdumper:
- @echo $@
- make -C extras/marcdumper
-
-marcdumper-install:
- @echo $@
- make -C extras/marcdumper install
-
-# -----------------------------------------------------------------------------------
-
perl-install:
@echo $@
@echo "Installing Perl modules to $(PERLDIR)"
Deleted: trunk/Open-ILS/src/extras/import/cleanse-usmarc.sh
===================================================================
--- trunk/Open-ILS/src/extras/import/cleanse-usmarc.sh 2008-07-10 04:04:44 UTC (rev 10008)
+++ trunk/Open-ILS/src/extras/import/cleanse-usmarc.sh 2008-07-10 04:12:02 UTC (rev 10009)
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-DUMPER=/home/miker/cvs/ILS/Open-ILS/src/extras/import/../marcdumper/marcdumper
-
-
-$DUMPER -X -f MARC8 -t UTF8 -r '//*[@tag="999"]' $*
Deleted: trunk/Open-ILS/src/extras/import/extract-holdings.sh
===================================================================
--- trunk/Open-ILS/src/extras/import/extract-holdings.sh 2008-07-10 04:04:44 UTC (rev 10008)
+++ trunk/Open-ILS/src/extras/import/extract-holdings.sh 2008-07-10 04:12:02 UTC (rev 10009)
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-DUMPER=/home/miker/cvs/ILS/Open-ILS/src/extras/import/../marcdumper/marcdumper
-
-
-$DUMPER -X -f MARC8 -t UTF8 -r '/*/*/*[(local-name()="datafield" and (@tag!="035" and @tag!="999")) or local-name()!="datafield"]' $*
Modified: trunk/install.conf.default
===================================================================
--- trunk/install.conf.default 2008-07-10 04:04:44 UTC (rev 10008)
+++ trunk/install.conf.default 2008-07-10 04:12:02 UTC (rev 10009)
@@ -21,14 +21,12 @@
# openils_all - builds all OpenILS compenents
# openils_core - install the Open-ILS perl modules, and core files for running and openils server
# openils_web - copies over the javascript and html templates to the web root directory for running the OPAC
-# openils_marcdumper - utility code for converting MARC to MARCXML
# openils_db - installs the database schemas
# openils_reporter - installs the base of OpenILS Reporter
#
# evergreen_core - builds core Evergreen components (does not build evergreen_xul_client!)
# evergreen_xul_client - client XUL application
#
-# Build marcdumper only if you need to convert MARC binary files to MARCXML.
# If you only want to build the client app, then just build evergreen_xul_client.
# --------------------------------------------------------------------
Modified: trunk/install.sh
===================================================================
--- trunk/install.sh 2008-07-10 04:04:44 UTC (rev 10008)
+++ trunk/install.sh 2008-07-10 04:12:02 UTC (rev 10009)
@@ -164,11 +164,6 @@
fi;
;;
- "openils_marcdumper" )
- if building; then $MAKE -C "$OPENILSDIR" "marcdumper"; fi;
- if installing; then $MAKE -C "$OPENILSDIR" "marcdumper-install"; fi;
- ;;
-
"openils_db" )
if installing; then
$MAKE -C "$OPENILSDIR" "storage-bootstrap";
More information about the open-ils-commits
mailing list