|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Oct 31 15:26:55 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/10 31:15:26 Modified: jop build.xml Log: Uses .rbf instead of the .cdf (chain is hardcoded) at USBRunner Revision Changes Path 1.5 jop/build.xml http://www.opencores.org/cvsweb.shtml/jop/build.xml.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: build.xml =================================================================== RCS file: /cvsroot/martin/jop/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- build.xml 26 Oct 2006 01:01:14 -0000 1.4 +++ build.xml 31 Oct 2006 14:26:54 -0000 1.5 @@ -404,7 +404,7 @@ <target name="config-usb"> <exec executable="USBRunner" dir="rbf" failonerror="true"> - <arg line="${dlproj}.cdf"/> + <arg line="${dlproj}.rbf"/> </exec> </target>
|