Author: jvanzyl Date: Sat Apr 21 13:00:30 2007 New Revision: 531091 URL: http://svn.apache.org/viewvc?view=rev&rev=531091 Log: MANTTASKS-64: fixing shade excludes Submitted by: Herve Boutemy
Modified: maven/ant-tasks/trunk/pom.xml Modified: maven/ant-tasks/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?view=diff&rev=531091&r1=531090&r2=531091 ============================================================================== --- maven/ant-tasks/trunk/pom.xml (original) +++ maven/ant-tasks/trunk/pom.xml Sat Apr 21 13:00:30 2007 @@ -52,7 +52,7 @@ <artifactSet> <excludes> <exclude>junit:junit</exclude> - <exclude>jmock:jmock</exclude> + <exclude>jtidy:jtidy</exclude> <exclude>xml-apis:xml-apis</exclude> <exclude>ant:ant</exclude> </excludes>