You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2014/03/15 13:26:14 UTC

svn commit: r1577844 - /ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml

Author: bodewig
Date: Sat Mar 15 12:26:14 2014
New Revision: 1577844

URL: http://svn.apache.org/r1577844
Log:
fix test-compile configuration for ant-apache-oro

Modified:
    ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml

Modified: ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml?rev=1577844&r1=1577843&r2=1577844&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml Sat Mar 15 12:26:14 2014
@@ -58,6 +58,10 @@
           <includes>
             <include>org/apache/tools/ant/util/regexp/JakartaOro*</include>
           </includes>
+          <testIncludes>
+            <include>org/apache/tools/ant/util/regexp/JakartaOro*</include>
+            <include>org/apache/tools/ant/util/regexp/Regexp*</include>
+          </testIncludes>
         </configuration>
       </plugin>
     </plugins>