annotate graal/GraalGraph/.classpath @ 2843:6960cc79f664

IdealGraphVisualizer: Import editor component from C1XVisualizer
author Peter Hofer <peter.hofer@jku.at>
date Wed, 01 Jun 2011 15:22:40 +0200
parents 99c84a06bb64
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2737
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
2 <classpath>
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
3 <classpathentry kind="src" path="src"/>
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
4 <classpathentry kind="src" path="test"/>
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
7 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.cri"/>
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
8 <classpathentry kind="output" path="bin"/>
99c84a06bb64 Added two new utilities to the Graph class: NodeBitMap and NodeMap.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2542
diff changeset
9 </classpath>