You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by bl...@apache.org on 2009/10/09 23:06:02 UTC

svn commit: r823686 - /incubator/wink/trunk/wink-scripts/wink-dist/build.xml

Author: bluk
Date: Fri Oct  9 21:06:02 2009
New Revision: 823686

URL: http://svn.apache.org/viewvc?rev=823686&view=rev
Log:
Exclude the NOTICE,DISCLAIMER,LICENSE explicitly

Avoids two NOTICE, DISCLAIMERS, LICENSE in
comprehensive wink-*.jar

Modified:
    incubator/wink/trunk/wink-scripts/wink-dist/build.xml

Modified: incubator/wink/trunk/wink-scripts/wink-dist/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/build.xml?rev=823686&r1=823685&r2=823686&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/build.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/build.xml Fri Oct  9 21:06:02 2009
@@ -253,7 +253,7 @@
             <fileset dir="${project.webdav}" includes="target/**${project.version}.jar" />
             <fileset dir="${project.spring}" includes="target/**${project.version}.jar" />
         </unzip>
-        <jar destfile="${aggregator.jar.name}" basedir="${tmp.unzip}">
+        <jar destfile="${aggregator.jar.name}" basedir="${tmp.unzip}" excludes="**/NOTICE,**/DISCLAIMER,**/DEPENDENCIES">
             <manifest>
                 <attribute name="Created-By" value="Wink Distribution Script" />
                 <attribute name="Built-By" value="${user.name}" />