|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Oct 26 03:01:14 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/10 26:03:01 Modified: jop build.xml Log: new directories for the JDK Revision Changes Path 1.4 jop/build.xml http://www.opencores.org/cvsweb.shtml/jop/build.xml.diff?r1=1.3&r2=1.4 (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.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- build.xml 19 Oct 2006 23:30:41 -0000 1.3 +++ build.xml 26 Oct 2006 01:01:14 -0000 1.4 @@ -169,7 +169,8 @@ <path id="target-source"> <dirset dir="${target}"> <include name="src/common"/> - <include name="src/jdk"/> + <include name="src/jdk_base"/> + <include name="src/jdk11"/> <include name="src/rtapi"/> </dirset> <path refid="target-app-source-path"/>
|