You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/06/08 20:01:19 UTC

svn commit: r1348172 - /incubator/flex/trunk/build.xml

Author: cframpton
Date: Fri Jun  8 18:01:19 2012
New Revision: 1348172

URL: http://svn.apache.org/viewvc?rev=1348172&view=rev
Log:
Fix up the name of the batik and velocity licenses included in the binary kit.

Modified:
    incubator/flex/trunk/build.xml

Modified: incubator/flex/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1348172&r1=1348171&r2=1348172&view=diff
==============================================================================
--- incubator/flex/trunk/build.xml (original)
+++ incubator/flex/trunk/build.xml Fri Jun  8 18:01:19 2012
@@ -778,8 +778,8 @@
                 <include name="asc.jar"/>
                 <include name="asdoc.jar"/>
                 <include name="batik-all-flex.jar"/>
-                <include name="batik-LICENSE*"/>
-                <include name="batik-NOTICE*/**"/>
+                <include name="batik*-LICENSE*"/>
+                <include name="batik*-NOTICE*/**"/>
                 <include name="compc.jar"/>
                 <include name="copylocale.jar"/>
                 <include name="digest.jar"/>
@@ -793,8 +793,8 @@
                 <include name="swfutils.jar"/>
                 <include name="fxgutils.jar"/>
                 <include name="velocity-dep-1.4-flex.jar"/>
-                <include name="velocity-LICENSE*"/>
-                <include name="velocity-NOTICE*/**"/>
+                <include name="velocity*-LICENSE*"/>
+                <include name="velocity*-NOTICE*/**"/>
             </fileset>
         </copy>