aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKlaus Stranacher <kstranacher@iaik.tugraz.at>2014-01-19 23:23:57 +0100
committerKlaus Stranacher <kstranacher@iaik.tugraz.at>2014-01-19 23:23:57 +0100
commit0813a06f5e474407b9b8a388f4b55129385fdbc2 (patch)
tree9376f557c0bf22882b2247f232c6f81898213dac /common
parentf93576f32f1d4bb4f3d0830c1fffb3c0a55d7616 (diff)
downloadmoa-id-spss-0813a06f5e474407b9b8a388f4b55129385fdbc2.tar.gz
moa-id-spss-0813a06f5e474407b9b8a388f4b55129385fdbc2.tar.bz2
moa-id-spss-0813a06f5e474407b9b8a388f4b55129385fdbc2.zip
Adaptions version 1.5.2 to 2.0.0
Diffstat (limited to 'common')
-rw-r--r--common/src/main/java/at/gv/egovernment/moa/util/Constants.java4
-rw-r--r--common/src/main/resources/resources/schemas/MOA-SPSS-2.0.0.xsd (renamed from common/src/main/resources/resources/schemas/MOA-SPSS-1.5.2.xsd)2
-rw-r--r--common/src/main/resources/resources/schemas/MOA-SPSS-config-2.0.0.xsd (renamed from common/src/main/resources/resources/schemas/MOA-SPSS-config-1.5.2.xsd)0
3 files changed, 3 insertions, 3 deletions
diff --git a/common/src/main/java/at/gv/egovernment/moa/util/Constants.java b/common/src/main/java/at/gv/egovernment/moa/util/Constants.java
index d78e5f79d..347b4094a 100644
--- a/common/src/main/java/at/gv/egovernment/moa/util/Constants.java
+++ b/common/src/main/java/at/gv/egovernment/moa/util/Constants.java
@@ -83,7 +83,7 @@ public interface Constants {
/** Local location of the MOA XML schema definition. */
public static final String MOA_SCHEMA_LOCATION =
- SCHEMA_ROOT + "MOA-SPSS-1.5.2.xsd";
+ SCHEMA_ROOT + "MOA-SPSS-2.0.0.xsd";
/** URI of the MOA configuration XML namespace. */
public static final String MOA_CONFIG_NS_URI =
@@ -101,7 +101,7 @@ public interface Constants {
/** Local location of the MOA configuration XML schema definition. */
public static final String MOA_CONFIG_SCHEMA_LOCATION =
- SCHEMA_ROOT + "MOA-SPSS-config-1.5.2.xsd";
+ SCHEMA_ROOT + "MOA-SPSS-config-2.0.0.xsd";
/** Local location of the MOA ID configuration XML schema definition. */
public static final String MOA_ID_CONFIG_SCHEMA_LOCATION =
diff --git a/common/src/main/resources/resources/schemas/MOA-SPSS-1.5.2.xsd b/common/src/main/resources/resources/schemas/MOA-SPSS-2.0.0.xsd
index 739b12431..73d145ecf 100644
--- a/common/src/main/resources/resources/schemas/MOA-SPSS-1.5.2.xsd
+++ b/common/src/main/resources/resources/schemas/MOA-SPSS-2.0.0.xsd
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- MOA SP/SS 1.5.2 Schema
+ MOA SP/SS 2.0.0 Schema
-->
<xsd:schema xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://reference.e-government.gv.at/namespace/moa/20020822#" targetNamespace="http://reference.e-government.gv.at/namespace/moa/20020822#" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2">
<xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
diff --git a/common/src/main/resources/resources/schemas/MOA-SPSS-config-1.5.2.xsd b/common/src/main/resources/resources/schemas/MOA-SPSS-config-2.0.0.xsd
index 91d281171..91d281171 100644
--- a/common/src/main/resources/resources/schemas/MOA-SPSS-config-1.5.2.xsd
+++ b/common/src/main/resources/resources/schemas/MOA-SPSS-config-2.0.0.xsd