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>


Reply via email to