From 59358da2b02888fc61c65a6944333d57faec89df Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 6 Nov 2008 17:28:26 +0000 Subject: [PATCH] * renamed config.xsd to hera.xsd * changed schema URL to the correct one git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@3278 5a64d73e-33d6-4ccc-9058-23f8668ecac9 --- hera-core/src/main/resources/META-INF/spring.handlers | 2 +- hera-core/src/main/resources/META-INF/spring.schemas | 2 +- .../synyx/hera/core/config/{plugin-config.xsd => hera.xsd} | 4 ++-- hera-core/src/test/resources/application-context.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename hera-core/src/main/resources/org/synyx/hera/core/config/{plugin-config.xsd => hera.xsd} (93%) diff --git a/hera-core/src/main/resources/META-INF/spring.handlers b/hera-core/src/main/resources/META-INF/spring.handlers index 917c7e2..4da21bc 100644 --- a/hera-core/src/main/resources/META-INF/spring.handlers +++ b/hera-core/src/main/resources/META-INF/spring.handlers @@ -1 +1 @@ -http\://www.synyx.org/schema/hera=org.synyx.hera.core.config.PluginNamespaceHandler \ No newline at end of file +http\://schemas.synyx.org/hera=org.synyx.hera.core.config.PluginNamespaceHandler \ No newline at end of file diff --git a/hera-core/src/main/resources/META-INF/spring.schemas b/hera-core/src/main/resources/META-INF/spring.schemas index 81654e0..6d65888 100644 --- a/hera-core/src/main/resources/META-INF/spring.schemas +++ b/hera-core/src/main/resources/META-INF/spring.schemas @@ -1 +1 @@ -http\://www.synyx.org/schema/hera/plugin-config.xsd=org/synyx/hera/core/config/plugin-config.xsd \ No newline at end of file +http\://schemas.synyx.org/hera/hera.xsd=org/synyx/hera/core/config/hera.xsd \ No newline at end of file diff --git a/hera-core/src/main/resources/org/synyx/hera/core/config/plugin-config.xsd b/hera-core/src/main/resources/org/synyx/hera/core/config/hera.xsd similarity index 93% rename from hera-core/src/main/resources/org/synyx/hera/core/config/plugin-config.xsd rename to hera-core/src/main/resources/org/synyx/hera/core/config/hera.xsd index c5c1453..700b6f2 100644 --- a/hera-core/src/main/resources/org/synyx/hera/core/config/plugin-config.xsd +++ b/hera-core/src/main/resources/org/synyx/hera/core/config/hera.xsd @@ -1,9 +1,9 @@ - diff --git a/hera-core/src/test/resources/application-context.xml b/hera-core/src/test/resources/application-context.xml index be2198f..85f634c 100644 --- a/hera-core/src/test/resources/application-context.xml +++ b/hera-core/src/test/resources/application-context.xml @@ -1,9 +1,9 @@ + http://schemas.synyx.org/hera http://schemas.synyx.org/hera/hera.xsd">