You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/11/16 14:55:40 UTC

svn commit: r880753 - /incubator/pivot/trunk/build.xml

Author: smartini
Date: Mon Nov 16 13:55:40 2009
New Revision: 880753

URL: http://svn.apache.org/viewvc?rev=880753&view=rev
Log:
add some files in META-INF of any our jar (README, LICENSE, DISCLAIMER, NOTICE), required to publish our jars in maven repository

Modified:
    incubator/pivot/trunk/build.xml

Modified: incubator/pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/build.xml?rev=880753&r1=880752&r2=880753&view=diff
==============================================================================
--- incubator/pivot/trunk/build.xml (original)
+++ incubator/pivot/trunk/build.xml Mon Nov 16 13:55:40 2009
@@ -149,6 +149,12 @@
         <sequential>
             <mkdir dir="${folder.lib}"/>
             <jar destfile="${folder.lib}/@{jarFile}" index="${compiler.indexJars}">
+            	<metainf dir="${basedir}">
+            		<include name="DISCLAIMER"/>
+            		<include name="LICENSE"/>
+            		<include name="NOTICE"/>
+            		<include name="README"/>
+            	</metainf>
                 <manifest>
                     <attribute name="Sealed" value="true"/>
                     <attribute name="Implementation-Vendor-Id" value="org.apache"/>