Author: psharples
Date: Mon Oct 17 15:20:43 2011
New Revision: 1185248

URL: http://svn.apache.org/viewvc?rev=1185248&view=rev
Log:
Added LICENSE and DISCLAIMER to jar builds under META-INF

Modified:
    incubator/wookie/trunk/ant/ivy-java-common.xml

Modified: incubator/wookie/trunk/ant/ivy-java-common.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-java-common.xml?rev=1185248&r1=1185247&r2=1185248&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-java-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-java-common.xml Mon Oct 17 15:20:43 2011
@@ -153,6 +153,7 @@
                <metainf dir="../../">
                        <include name="LICENSE"/>
                        <include name="NOTICE"/>
+                       <include name="DISCLAIMER"/>
                </metainf>
                <manifest>
                                <attribute name="Built-By" 
value="${user.name}"/>
@@ -169,7 +170,8 @@
                </fileset>
                        <metainf dir="../../">
                                <include name="LICENSE"/>
-                               <include name="NOTICE"/>  
+                               <include name="NOTICE"/>
+                               <include name="DISCLAIMER"/>
                        </metainf>    
                <manifest>                              
                                <attribute name="Built-By" 
value="${user.name}"/>
@@ -196,7 +198,8 @@
                <fileset dir="${dist.dir}/javadoc"/>
                        <metainf dir="../../">
                                <include name="LICENSE"/>
-                               <include name="NOTICE"/>  
+                               <include name="NOTICE"/>
+                               <include name="DISCLAIMER"/>
                        </metainf>    
                <manifest>                              
                                <attribute name="Built-By" 
value="${user.name}"/>


Reply via email to