Browse Source

fix test-compile configuration for ant-apache-oro

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1577844 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 11 years ago
parent
commit
6d1f9a9fa6
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/etc/poms/ant-apache-oro/pom.xml

+ 4
- 0
src/etc/poms/ant-apache-oro/pom.xml View File

@@ -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>


Loading…
Cancel
Save