diff graal/GraalCompiler/.classpath @ 2609:a57e051b33cd

Move Graphviz visualization code to its own project, GraalGraphviz
author Peter Hofer <peter.hofer@jku.at>
date Mon, 09 May 2011 10:43:57 +0200
parents ac868ecd3cfc
children 4dd0573f510b
line wrap: on
line diff
--- a/graal/GraalCompiler/.classpath	Fri May 06 17:54:02 2011 +0200
+++ b/graal/GraalCompiler/.classpath	Mon May 09 10:43:57 2011 +0200
@@ -4,5 +4,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/CRI"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/GraalGraph"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/GraalGraphviz"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>