You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/02/27 19:39:48 UTC

svn commit: r1294262 - in /activemq/activemq-apollo/trunk: apollo-dto/pom.xml apollo-website/pom.xml

Author: chirino
Date: Mon Feb 27 18:39:48 2012
New Revision: 1294262

URL: http://svn.apache.org/viewvc?rev=1294262&view=rev
Log:
Include the openwire DTO classes in the generated XSD.

Modified:
    activemq/activemq-apollo/trunk/apollo-dto/pom.xml
    activemq/activemq-apollo/trunk/apollo-website/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-dto/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-dto/pom.xml?rev=1294262&r1=1294261&r2=1294262&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Mon Feb 27 18:39:48 2012
@@ -113,7 +113,6 @@
                   <classpath refid="maven.compile.classpath" />
                   <include name="**/package-info.java" />
                   <include name="**/*DTO.java" />
-                  <exclude name="apollo-openwire/**" />
                   <exclude name="**/.git/**" />
                   <exclude name="**/.svn/**" />
                 </schemagen>

Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1294262&r1=1294261&r2=1294262&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Mon Feb 27 18:39:48 2012
@@ -180,7 +180,6 @@
                   <classpath refid="maven.compile.classpath" />
                   <include name="**/package-info.java" />
                   <include name="**/*DTO.java" />
-                  <exclude name="apollo-openwire/**" />
                   <exclude name="**/.git/**" />
                   <exclude name="**/.svn/**" />
                 </schemagen>