Browse Source

#49287: TraXLiaison belongs in ant.jar, not ant-nodeps.jar, since it is (now) a hard dep of XSLTProcess.

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

+ 4
- 1
build.xml View File

@@ -640,7 +640,10 @@
<not>
<selector id="non-core">
<or>
<filename name="${optional.package}/**"/>
<and>
<filename name="${optional.package}/**"/>
<not><filename name="${optional.package}/TraXLiaison*"/></not><!-- #49287 -->
</and>
<filename name="${optional.type.package}/**"/>
<filename name="${util.package}/depend/**"/>
<filename name="${util.package}/optional/**"/>


Loading…
Cancel
Save