aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorgregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-07-26 20:18:41 +0000
committergregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-07-26 20:18:41 +0000
commit4246bab1caa15f15929fc36983641024dd9417fc (patch)
tree8af5bafdb1844f5768106b841ad42b9ce61b7968 /common
parent7908e46d7f6c63f16139c856547eeaa32686e72e (diff)
downloadmoa-id-spss-4246bab1caa15f15929fc36983641024dd9417fc.tar.gz
moa-id-spss-4246bab1caa15f15929fc36983641024dd9417fc.tar.bz2
moa-id-spss-4246bab1caa15f15929fc36983641024dd9417fc.zip
Neue Namen der Schemata für Konfiguration und XML-Schnittstelle berücksichtigt.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@410 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common')
-rw-r--r--common/src/at/gv/egovernment/moa/util/Constants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/Constants.java b/common/src/at/gv/egovernment/moa/util/Constants.java
index 99fe81065..c3379ae0e 100644
--- a/common/src/at/gv/egovernment/moa/util/Constants.java
+++ b/common/src/at/gv/egovernment/moa/util/Constants.java
@@ -21,7 +21,7 @@ public interface Constants {
/** Local location of the MOA XML schema definition. */
public static final String MOA_SCHEMA_LOCATION =
- SCHEMA_ROOT + "MOA-SPSS-1.2.xsd";
+ SCHEMA_ROOT + "MOA-SPSS-1.3.xsd";
/** URI of the MOA configuration XML namespace. */
public static final String MOA_CONFIG_NS_URI =
@@ -39,7 +39,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-Configuration-1.0.xsd";
+ SCHEMA_ROOT + "MOA-SPSS-config-1.3.xsd";
/** Local location of the MOA ID configuration XML schema definition. */
public static final String MOA_ID_CONFIG_SCHEMA_LOCATION =