|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Jan 25 11:54:06 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/01 25:11:54 Modified: jop build.xml Log: Minor fixes. Revision Changes Path 1.12 jop/build.xml http://www.opencores.org/cvsweb.shtml/jop/build.xml.diff?r1=1.11&r2=1.12 (In the diff below, changes in quantity of whitespace are not shown.) Index: build.xml =================================================================== RCS file: /cvsroot/jeuneS2/jop/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -b -r1.11 -r1.12 --- build.xml 9 Sep 2007 16:36:14 -0000 1.11 +++ build.xml 25 Jan 2008 10:54:06 -0000 1.12 @@ -190,7 +190,7 @@ <!-- use this for USB download of FPGA configuration and Java program download --> <!-- <target name="all" depends="directories, tools, jopusb, japp"/> --> - <!-- <target name="japp" depends="javaapp, config-usb, download"/> --> + <!-- <target name="japp" depends="java-app, config-usb, download"/> --> <target name="clean"> <echo message="This is specific for my configuration ;-)"/> @@ -421,7 +421,7 @@ </target> <target name="config-usb"> - <exec executable="USBRunner" dir="rbf" failonerror="true"> + <exec executable="USBRunner" resolveexecutable="true" dir="rbf" failonerror="true"> <arg line="${dlproj}.rbf"/> </exec> </target>
|
 |