Browse Source

#49287 cont'd: XSLTTraceSupport must also be in ant.jar.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@946700 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
354020355b
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      build.xml

+ 6
- 1
build.xml View File

@@ -644,7 +644,12 @@
<or>
<and>
<filename name="${optional.package}/**"/>
<not><filename name="${optional.package}/TraXLiaison*"/></not><!-- #49287 -->
<not><!-- #49287 -->
<or>
<filename name="${optional.package}/TraXLiaison*"/>
<filename name="${optional.package}/XSLTTraceSupport*"/>
</or>
</not>
</and>
<filename name="${optional.type.package}/**"/>
<filename name="${util.package}/depend/**"/>


Loading…
Cancel
Save