You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/06/30 12:14:50 UTC

svn commit: r418226 - /incubator/harmony/enhanced/classlib/trunk/build.xml

Author: tellison
Date: Fri Jun 30 03:14:48 2006
New Revision: 418226

URL: http://svn.apache.org/viewvc?rev=418226&view=rev
Log:
Snapshots should contain copyright and notices files.

Modified:
    incubator/harmony/enhanced/classlib/trunk/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/build.xml?rev=418226&r1=418225&r2=418226&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/build.xml Fri Jun 30 03:14:48 2006
@@ -164,7 +164,9 @@
 </echo>
         <tar destfile="${deploy.tar}" compression="gzip">
             <tarfileset dir="${basedir}" prefix="Harmony">
+                <include name="COPYRIGHT" />
                 <include name="LICENSE" />
+                <include name="NOTICE" />
                 <include name="THIRD_PARTY_NOTICES.txt" />
                 <include name="deploy/jdk/**" />
                 <exclude name="deploy/jdk/jre/bin/default/**" /> 
@@ -191,7 +193,9 @@
 </echo>
         <zip destfile="${deploy.zip}">
             <zipfileset dir="${basedir}" prefix="Harmony">
+                <include name="COPYRIGHT" />
                 <include name="LICENSE" />
+                <include name="NOTICE" />
                 <include name="THIRD_PARTY_NOTICES.txt" />
                 <include name="deploy/jdk/**" />
                 <exclude name="deploy/jdk/jre/bin/default/**" />