From 2b4af5273b7e622eac5a2b1596161f777e60a2ef Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 28 May 2007 19:18:48 +0000 Subject: [PATCH] Typo patch from Dan Scott, correcting the Namespace URI for the persistEnce namespace in the IDL, and in files that parse or use said file and namespace. http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001094.html git-svn-id: svn://svn.open-ils.org/ILS/trunk@7366 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 8 ++++---- Open-ILS/src/c-apps/oils_idl-core.c | 2 +- Open-ILS/src/extras/fieldmapper_IDL.pl | 2 +- Open-ILS/src/java/org/open_ils/idl/IDLParser.java | 2 +- Open-ILS/src/python/oils/const.py | 2 +- Open-ILS/web/reports/oils_rpt_vars.js | 2 +- Open-ILS/web/reports/xul/source-setup.js | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 452ae00026..d3a0314690 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -1,6 +1,6 @@ - + - + @@ -1414,7 +1414,7 @@ - + @@ -2422,7 +2422,7 @@ - + diff --git a/Open-ILS/src/c-apps/oils_idl-core.c b/Open-ILS/src/c-apps/oils_idl-core.c index 906c47e3a9..0ed848e0a9 100644 --- a/Open-ILS/src/c-apps/oils_idl-core.c +++ b/Open-ILS/src/c-apps/oils_idl-core.c @@ -9,7 +9,7 @@ #include #include -#define PERSIST_NS "http://open-ils.org/spec/opensrf/IDL/persistance/v1" +#define PERSIST_NS "http://open-ils.org/spec/opensrf/IDL/persistence/v1" #define OBJECT_NS "http://open-ils.org/spec/opensrf/IDL/objects/v1" #define BASE_NS "http://opensrf.org/spec/IDL/base/v1" diff --git a/Open-ILS/src/extras/fieldmapper_IDL.pl b/Open-ILS/src/extras/fieldmapper_IDL.pl index 9c0b2c6f0c..6e95814c3f 100755 --- a/Open-ILS/src/extras/fieldmapper_IDL.pl +++ b/Open-ILS/src/extras/fieldmapper_IDL.pl @@ -20,7 +20,7 @@ die $@ if ($@); warn "Generating fieldmapper IDL xml...\n"; print < + XML diff --git a/Open-ILS/src/java/org/open_ils/idl/IDLParser.java b/Open-ILS/src/java/org/open_ils/idl/IDLParser.java index d6b8ed300a..19b14d4842 100644 --- a/Open-ILS/src/java/org/open_ils/idl/IDLParser.java +++ b/Open-ILS/src/java/org/open_ils/idl/IDLParser.java @@ -20,7 +20,7 @@ public class IDLParser { public static final String OILS_NS_BASE="http://opensrf.org/spec/IDL/base/v1"; public static final String OILS_NS_OBJ="http://open-ils.org/spec/opensrf/IDL/objects/v1"; public static final String OILS_NS_OBJ_PREFIX="oils_obj"; - public static final String OILS_NS_PERSIST="http://open-ils.org/spec/opensrf/IDL/persistance/v1"; + public static final String OILS_NS_PERSIST="http://open-ils.org/spec/opensrf/IDL/persistence/v1"; public static final String OILS_NS_PERSIST_PREFIX="oils_persist"; public static final String OILS_NS_REPORTER="http://open-ils.org/spec/opensrf/IDL/reporter/v1"; public static final String OILS_NS_REPORTER_PREFIX="reporter"; diff --git a/Open-ILS/src/python/oils/const.py b/Open-ILS/src/python/oils/const.py index 52ee81f67f..283550efef 100644 --- a/Open-ILS/src/python/oils/const.py +++ b/Open-ILS/src/python/oils/const.py @@ -15,7 +15,7 @@ OILS_NS_OBJ='http://open-ils.org/spec/opensrf/IDL/objects/v1' -OILS_NS_PERSIST='http://open-ils.org/spec/opensrf/IDL/persistance/v1' +OILS_NS_PERSIST='http://open-ils.org/spec/opensrf/IDL/persistence/v1' OILS_NS_REPORTER='http://open-ils.org/spec/opensrf/IDL/reporter/v1' OILS_APP_CSTORE='open-ils.cstore' diff --git a/Open-ILS/web/reports/oils_rpt_vars.js b/Open-ILS/web/reports/oils_rpt_vars.js index ef365d3a59..bf3594ed9d 100644 --- a/Open-ILS/web/reports/oils_rpt_vars.js +++ b/Open-ILS/web/reports/oils_rpt_vars.js @@ -55,7 +55,7 @@ var oilsPageXMid; var oilsPageYMid; var oilsIDLReportsNS = 'http://open-ils.org/spec/opensrf/IDL/reporter/v1'; -var oilsIDLPersistNS = 'http://open-ils.org/spec/opensrf/IDL/persistance/v1'; +var oilsIDLPersistNS = 'http://open-ils.org/spec/opensrf/IDL/persistence/v1'; /* the current transform manager for the builder transform window */ var oilsRptCurrentTform; diff --git a/Open-ILS/web/reports/xul/source-setup.js b/Open-ILS/web/reports/xul/source-setup.js index 4cf5222329..ac88c33383 100644 --- a/Open-ILS/web/reports/xul/source-setup.js +++ b/Open-ILS/web/reports/xul/source-setup.js @@ -1,6 +1,6 @@ var idlNS = "http://opensrf.org/spec/IDL/base/v1"; -var persistNS = "http://open-ils.org/spec/opensrf/IDL/persistance/v1"; +var persistNS = "http://open-ils.org/spec/opensrf/IDL/persistence/v1"; var objNS = "http://open-ils.org/spec/opensrf/IDL/objects/v1"; var rptNS = "http://open-ils.org/spec/opensrf/IDL/reporter/v1"; var gwNS = "http://opensrf.org/-/namespaces/gateway/v1"; -- 2.43.2