Browse Source

Typo caused JAR to be empty.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1297264 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 13 years ago
parent
commit
030eecb1d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/poms/ant-commons-logging/pom.xml

+ 1
- 1
src/etc/poms/ant-commons-logging/pom.xml View File

@@ -55,7 +55,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<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>


Loading…
Cancel
Save