Fixes AMQ-3570: Improve ActiveMQ's XSD to allow elements to appear in any order

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1189740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2011-10-27 13:19:49 +00:00
parent cf33916c6e
commit 0d01b16e25
4 changed files with 4 additions and 1 deletions

View File

@ -613,6 +613,7 @@
<execution>
<phase>process-classes</phase>
<configuration>
<strictXsdOrder>false</strictXsdOrder>
<namespace>http://activemq.apache.org/schema/core</namespace>
<schema>${basedir}/target/classes/activemq.xsd</schema>
<outputDir>${basedir}/target/classes</outputDir>

View File

@ -90,6 +90,7 @@
<executions>
<execution>
<configuration>
<strictXsdOrder>false</strictXsdOrder>
<namespace>http://activemq.apache.org/schema/ra</namespace>
</configuration>
<goals>

View File

@ -77,6 +77,7 @@
<executions>
<execution>
<configuration>
<strictXsdOrder>false</strictXsdOrder>
<namespace>http://activemq.apache.org/schema/kahadb</namespace>
</configuration>
<goals>

View File

@ -87,7 +87,7 @@
<xmlbeans-version>2.2.0</xmlbeans-version>
<xpp3-version>1.1.4c</xpp3-version>
<xstream-version>1.4.1</xstream-version>
<xbean-version>3.8</xbean-version>
<xbean-version>3.9-SNAPSHOT</xbean-version>
<velocity-version>1.6.4</velocity-version>
<ftpserver-version>1.0.0</ftpserver-version>
<activemq-protobuf-version>1.1</activemq-protobuf-version>