You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/08/29 22:51:10 UTC

svn commit: r990651 - /incubator/river/jtsk/trunk/qa/build.xml

Author: jcosters
Date: Sun Aug 29 20:51:10 2010
New Revision: 990651

URL: http://svn.apache.org/viewvc?rev=990651&view=rev
Log:
RIVER 301: fix error in jar command to generate qa1-renewalservice-dl.jar.

Modified:
    incubator/river/jtsk/trunk/qa/build.xml

Modified: incubator/river/jtsk/trunk/qa/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/build.xml?rev=990651&r1=990650&r2=990651&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/build.xml (original)
+++ incubator/river/jtsk/trunk/qa/build.xml Sun Aug 29 20:51:10 2010
@@ -1761,11 +1761,11 @@
             <arg line="com.sun.jini.test.share.ConstrainableTestLease"/>
             <arg line="com.sun.jini.test.share.UnreadableTestLease"/>
             <arg line="com.sun.jini.test.share.ConstrainableUnreadableTestLease"/>
-
         </classdep>
         <jar destfile="${lib.dir}/qa1-renewalservice-dl.jar" index="false">
             <fileset dir="${build.classes.dir}">
                 <include name="com/sun/jini/test/spec/io/marshalledinstance/*.class"/>
+                <includesfile name="${qa1-renewalservice-dl.deps}" />
             </fileset>
         </jar>
         <classdep output="${qa1-renewalservice-dl.deps}">