Author: chirino
Date: Thu Oct 27 13:19:49 2011
New Revision: 1189740
URL: http://svn.apache.org/viewvc?rev=1189740&view=rev
Log:
Fixes AMQ-3570: Improve ActiveMQ's XSD to allow elements to appear in any order
Modified:
activemq/trunk/activemq-core/pom.xml
activemq/trunk/activemq-ra/pom.xml
activemq/trunk/kahadb/pom.xml
activemq/trunk/pom.xml
Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1189740&r1=1189739&r2=1189740&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Thu Oct 27 13:19:49 2011
@@ -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>
Modified: activemq/trunk/activemq-ra/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-ra/pom.xml?rev=1189740&r1=1189739&r2=1189740&view=diff
==============================================================================
--- activemq/trunk/activemq-ra/pom.xml (original)
+++ activemq/trunk/activemq-ra/pom.xml Thu Oct 27 13:19:49 2011
@@ -90,6 +90,7 @@
<executions>
<execution>
<configuration>
+ <strictXsdOrder>false</strictXsdOrder>
<namespace>http://activemq.apache.org/schema/ra</namespace>
</configuration>
<goals>
Modified: activemq/trunk/kahadb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/kahadb/pom.xml?rev=1189740&r1=1189739&r2=1189740&view=diff
==============================================================================
--- activemq/trunk/kahadb/pom.xml (original)
+++ activemq/trunk/kahadb/pom.xml Thu Oct 27 13:19:49 2011
@@ -77,6 +77,7 @@
<executions>
<execution>
<configuration>
+ <strictXsdOrder>false</strictXsdOrder>
<namespace>http://activemq.apache.org/schema/kahadb</namespace>
</configuration>
<goals>
Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1189740&r1=1189739&r2=1189740&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Oct 27 13:19:49 2011
@@ -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>
|