diff options
author | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-03-16 11:24:11 +0000 |
---|---|---|
committer | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-03-16 11:24:11 +0000 |
commit | 658ddc1007c023784353ee97cfc21fb886b00979 (patch) | |
tree | 3aba8e604a1653ea82c6695cda2545e40556eafc /common/src | |
parent | 4ff85947bc9d2a475ab32dd1433e8ea977a8935b (diff) | |
download | moa-id-spss-658ddc1007c023784353ee97cfc21fb886b00979.tar.gz moa-id-spss-658ddc1007c023784353ee97cfc21fb886b00979.tar.bz2 moa-id-spss-658ddc1007c023784353ee97cfc21fb886b00979.zip |
update to v 1.2 of schema of MOA-ID-Configuration
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@102 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/src')
-rw-r--r-- | common/src/at/gv/egovernment/moa/util/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/Constants.java b/common/src/at/gv/egovernment/moa/util/Constants.java index 77a830c76..cf703eb7c 100644 --- a/common/src/at/gv/egovernment/moa/util/Constants.java +++ b/common/src/at/gv/egovernment/moa/util/Constants.java @@ -41,7 +41,7 @@ public interface Constants { /** Local location of the MOA ID configuration XML schema definition. */ public static final String MOA_ID_CONFIG_SCHEMA_LOCATION = - SCHEMA_ROOT + "MOA-ID-Configuration-1.1.xsd"; + SCHEMA_ROOT + "MOA-ID-Configuration-1.2.xsd"; /** URI of the Security Layer 1.0 namespace. */ public static final String SL10_NS_URI = |