diff options
| author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2009-08-10 09:23:17 +0000 | 
|---|---|---|
| committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2009-08-10 09:23:17 +0000 | 
| commit | b96b2ef653f6bc62ca8a7880dde525dc44d9a8b7 (patch) | |
| tree | d0223caa3886536fe0f1f317db948a7d8a1c726e /common | |
| parent | 32f24455bd3a1ad0431ddc86aa0b485d8f3bc6fc (diff) | |
| download | moa-id-spss-b96b2ef653f6bc62ca8a7880dde525dc44d9a8b7.tar.gz moa-id-spss-b96b2ef653f6bc62ca8a7880dde525dc44d9a8b7.tar.bz2 moa-id-spss-b96b2ef653f6bc62ca8a7880dde525dc44d9a8b7.zip | |
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1123 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common')
3 files changed, 11 insertions, 2 deletions
| diff --git a/common/.settings/org.maven.ide.eclipse.prefs b/common/.settings/org.maven.ide.eclipse.prefs new file mode 100644 index 000000000..6d43bf12f --- /dev/null +++ b/common/.settings/org.maven.ide.eclipse.prefs @@ -0,0 +1,9 @@ +#Tue Jul 07 16:06:47 CEST 2009
 +activeProfiles=
 +eclipse.preferences.version=1
 +fullBuildGoals=process-test-resources
 +includeModules=false
 +resolveWorkspaceProjects=true
 +resourceFilterGoals=process-resources resources\:testResources
 +skipCompilerPlugin=true
 +version=1
 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 a32541749..993026c57 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 @@ -78,7 +78,7 @@ public interface Constants {    /** URI of the MOA configuration XML namespace. */    public static final String MOA_CONFIG_NS_URI = -    "http://reference.e-government.gv.at/namespace/moaconfig/20090603#"; +    "http://reference.e-government.gv.at/namespace/moaconfig/20021122#";    /** URI of the MOA ID configuration XML namespace. */    public static final String MOA_ID_CONFIG_NS_URI = diff --git a/common/src/main/resources/resources/schemas/MOA-SPSS-config-1.4.5.xsd b/common/src/main/resources/resources/schemas/MOA-SPSS-config-1.4.5.xsd index 2b6e1a295..8da3a72b0 100644 --- a/common/src/main/resources/resources/schemas/MOA-SPSS-config-1.4.5.xsd +++ b/common/src/main/resources/resources/schemas/MOA-SPSS-config-1.4.5.xsd @@ -2,7 +2,7 @@  <!--
    MOA SP/SS 1.4.5 Configuration Schema
  -->
 -<xs:schema targetNamespace="http://reference.e-government.gv.at/namespace/moaconfig/20090603#" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:config="http://reference.e-government.gv.at/namespace/moaconfig/20090603#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 +<xs:schema targetNamespace="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:config="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  	<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
  	<xs:element name="MOAConfiguration">
  		<xs:complexType>
 | 
