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 2012/03/05 23:48:50 UTC

svn commit: r1297264 - /ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml

Author: jglick
Date: Mon Mar  5 22:48:50 2012
New Revision: 1297264

URL: http://svn.apache.org/viewvc?rev=1297264&view=rev
Log:
Typo caused JAR to be empty.

Modified:
    ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml

Modified: ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml?rev=1297264&r1=1297263&r2=1297264&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml Mon Mar  5 22:48:50 2012
@@ -55,7 +55,7 @@ xsi:schemaLocation="http://maven.apache.
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <includes>
-            <include>org/apache/tools/ant/tlistener/CommonsLoggingListener*</include>
+            <include>org/apache/tools/ant/listener/CommonsLoggingListener*</include>
           </includes>
         </configuration>
       </plugin>