|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Oct 26 03:04:00 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/10 26:03:04 Modified: jop/eclipse/jop .classpath Log: new directories for the JDK Revision Changes Path 1.5 jop/eclipse/jop/.classpath http://www.opencores.org/cvsweb.shtml/jop/eclipse/jop/.classpath.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: .classpath =================================================================== RCS file: /cvsroot/martin/jop/eclipse/jop/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- .classpath 4 Oct 2006 17:28:54 -0000 1.4 +++ .classpath 26 Oct 2006 01:04:00 -0000 1.5 @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="common"/> - <classpathentry kind="src" path="jdk"/> + <classpathentry kind="src" path="jdk_base"/> + <classpathentry kind="src" path="jdk11"/> <classpathentry kind="src" path="app"/> <classpathentry kind="src" path="test"/> <classpathentry kind="src" path="rtapi"/>
|