|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Nov 11 18:22:06 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/11 11:18:22 Modified: jop build.xml Log: Change for Java 1.5 Revision Changes Path 1.7 jop/build.xml http://www.opencores.org/cvsweb.shtml/jop/build.xml.diff?r1=1.6&r2=1.7 (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.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- build.xml 4 Nov 2006 23:52:16 -0000 1.6 +++ build.xml 11 Nov 2006 17:22:05 -0000 1.7 @@ -233,13 +233,10 @@ <!-- We want to force bootclasspath, extdirs, and classpath to be empty, but Ant makes this difficult. --> <!-- If any of these are an empty string, Ant uses the default instead. So, we give them dummy values. --> <!-- This works for all but classpath, for which Ant removes any non-existent paths. --> -<!-- MS: I did this for Java 1.5 tests with the collection classes - don't remember if it is necessary for 1.5 - probably cleaner - for building a target with it's own JDK + <!-- MS: this is needed for Java 1.5 --> <bootclasspath path="null"/> <extdirs path="null"/> <classpath path="null"/> ---> <src path="${target}/src/common"/> <include name="com/jopdesign/sys/*.java"/> </javac>
|
 |