|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Apr 29 12:01:53 CEST 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/04 29:12:01 Modified: jop build.xml Log: Change classpath so it works for Java 1.5 and above. Revision Changes Path 1.14 jop/build.xml http://www.opencores.org/cvsweb.shtml/jop/build.xml.diff?r1=1.13&r2=1.14 (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.13 retrieving revision 1.14 diff -u -b -r1.13 -r1.14 --- build.xml 30 Jan 2008 14:33:43 -0000 1.13 +++ build.xml 29 Apr 2008 10:01:52 -0000 1.14 @@ -264,13 +264,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 its own JDK + <!-- MS: this is needed for Java 1.5 --> <bootclasspath path="${empty.dir}"/> <extdirs path="${empty.dir}"/> <classpath path="${empty.dir}"/> ---> <src path="${basedir}"/> <include name="${target-app}"/> </javac>
|
 |