You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2010/05/26 22:00:56 UTC

svn commit: r948561 - /ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml

Author: jglick
Date: Wed May 26 20:00:55 2010
New Revision: 948561

URL: http://svn.apache.org/viewvc?rev=948561&view=rev
Log:
Apparent typo.

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

Modified: ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml?rev=948561&r1=948560&r2=948561&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml Wed May 26 20:00:55 2010
@@ -56,8 +56,8 @@
           <source>1.4</source>
           <target>1.4</target>
           <includes>
-            <include>org/apache/tools/ant/tfilters/util/JavaClassHelper*</include>
-            <include>org/apache/tools/ant/tutil/depend/bcel/*</include>
+            <include>org/apache/tools/ant/filters/util/JavaClassHelper*</include>
+            <include>org/apache/tools/ant/util/depend/bcel/*</include>
           </includes>
         </configuration>
       </plugin>