|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Oct 26 03:03:45 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/10 26:03:03 Modified: jop/eclipse/jop .project Log: new directories for the JDK Revision Changes Path 1.4 jop/eclipse/jop/.project http://www.opencores.org/cvsweb.shtml/jop/eclipse/jop/.project.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: .project =================================================================== RCS file: /cvsroot/martin/jop/eclipse/jop/.project,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- .project 31 May 2006 19:54:02 -0000 1.3 +++ .project 26 Oct 2006 01:03:44 -0000 1.4 @@ -16,9 +16,9 @@ </natures> <linkedResources> <link> - <name>jdk</name> + <name>bench</name> <type>2</type> - <location>JOP_HOME/java/target/src/jdk</location> + <location>JOP_HOME/java/target/src/bench</location> </link> <link> <name>rtapi</name> @@ -31,6 +31,16 @@ <location>JOP_HOME/java/target/src/app</location> </link> <link> + <name>jdk_base</name> + <type>2</type> + <location>JOP_HOME/java/target/src/jdk_base</location> + </link> + <link> + <name>jdk11</name> + <type>2</type> + <location>JOP_HOME/java/target/src/jdk11</location> + </link> + <link> <name>common</name> <type>2</type> <location>JOP_HOME/java/target/src/common</location> @@ -40,10 +50,5 @@ <type>2</type> <location>JOP_HOME/java/target/src/test</location> </link> - <link> - <name>bench</name> - <type>2</type> - <location>JOP_HOME/java/target/src/bench</location> - </link> </linkedResources> </projectDescription>
|
 |