You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2010/05/20 18:39:28 UTC

svn commit: r946700 - /ant/core/trunk/build.xml

Author: jglick
Date: Thu May 20 16:39:27 2010
New Revision: 946700

URL: http://svn.apache.org/viewvc?rev=946700&view=rev
Log:
#49287 cont'd: XSLTTraceSupport must also be in ant.jar.

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=946700&r1=946699&r2=946700&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Thu May 20 16:39:27 2010
@@ -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/**"/>