mirror of https://github.com/apache/activemq.git
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:
parent
cf33916c6e
commit
0d01b16e25
|
@ -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>
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<configuration>
|
||||
<strictXsdOrder>false</strictXsdOrder>
|
||||
<namespace>http://activemq.apache.org/schema/ra</namespace>
|
||||
</configuration>
|
||||
<goals>
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<configuration>
|
||||
<strictXsdOrder>false</strictXsdOrder>
|
||||
<namespace>http://activemq.apache.org/schema/kahadb</namespace>
|
||||
</configuration>
|
||||
<goals>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue