* 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
This commit is contained in:
@@ -1 +1 @@
|
||||
http\://www.synyx.org/schema/hera=org.synyx.hera.core.config.PluginNamespaceHandler
|
||||
http\://schemas.synyx.org/hera=org.synyx.hera.core.config.PluginNamespaceHandler
|
||||
@@ -1 +1 @@
|
||||
http\://www.synyx.org/schema/hera/plugin-config.xsd=org/synyx/hera/core/config/plugin-config.xsd
|
||||
http\://schemas.synyx.org/hera/hera.xsd=org/synyx/hera/core/config/hera.xsd
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xsd:schema xmlns="http://www.synyx.org/schema/hera"
|
||||
<xsd:schema xmlns="http://schemas.synyx.org/hera"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:beans="http://www.springframework.org/schema/beans"
|
||||
xmlns:tool="http://www.springframework.org/schema/tool"
|
||||
targetNamespace="http://www.synyx.org/schema/hera"
|
||||
targetNamespace="http://schemas.synyx.org/hera"
|
||||
elementFormDefault="qualified" attributeFormDefault="unqualified">
|
||||
|
||||
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:plugin="http://www.synyx.org/schema/hera"
|
||||
xmlns:plugin="http://schemas.synyx.org/hera"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.synyx.org/schema/hera http://www.synyx.org/schema/hera/plugin-config.xsd">
|
||||
http://schemas.synyx.org/hera http://schemas.synyx.org/hera/hera.xsd">
|
||||
|
||||
<plugin:list id="foo" class="org.synyx.hera.core.SamplePlugin" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user