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:25:35 UTC

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

Author: tellison
Date: Fri Jun 30 03:25:30 2006
New Revision: 418227

URL: http://svn.apache.org/viewvc?rev=418227&view=rev
Log:
Include the HDK files in the snapshot fileset

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=418227&r1=418226&r2=418227&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/build.xml Fri Jun 30 03:25:30 2006
@@ -168,9 +168,12 @@
                 <include name="LICENSE" />
                 <include name="NOTICE" />
                 <include name="THIRD_PARTY_NOTICES.txt" />
+                <include name="deploy/build/**" />
+                <include name="deploy/include/**" />
                 <include name="deploy/jdk/**" />
                 <exclude name="deploy/jdk/jre/bin/default/**" /> 
                 <exclude name="deploy/jdk/jre/bin/java" /> 
+                <include name="deploy/lib/**" />
             </tarfileset>
             <tarfileset dir="${basedir}" prefix="Harmony" mode="755">
                 <include name="deploy/jdk/jre/bin/java" />
@@ -197,8 +200,12 @@
                 <include name="LICENSE" />
                 <include name="NOTICE" />
                 <include name="THIRD_PARTY_NOTICES.txt" />
+                <include name="deploy/build/**" />
+                <include name="deploy/include/**" />
                 <include name="deploy/jdk/**" />
                 <exclude name="deploy/jdk/jre/bin/default/**" /> 
+                <exclude name="deploy/jdk/jre/bin/java" /> 
+                <include name="deploy/lib/**" />
             </zipfileset>
             <zipfileset dir="${basedir}/make/resources"
                 includes="README-snapshot.txt"