annotate graal/com.oracle.max.graal.runtime/.classpath @ 3231:be914c1e065a

IdealGraphVisualizer: since the Graal gradient color filter and unconnected slot filter are generally applicable, make them "standard filters" and add helper functions to use them from JavaScript
author Peter Hofer <peter.hofer@jku.at>
date Mon, 25 Jul 2011 12:12:10 +0200
parents 6535766b47f4
children dc4268828826
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2693
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
2 <classpath>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
3 <classpathentry kind="src" path="src"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
5 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.asm"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
6 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.base"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
7 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.asmdis"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
8 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.cri"/>
2872
0341b6424579 Project renaming.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2696
diff changeset
9 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.graal.compiler"/>
3026
6535766b47f4 Renaming CiBitMap=>BitMap
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2872
diff changeset
10 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.graal.graph"/>
2693
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
11 <classpathentry kind="output" path="bin"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2680
diff changeset
12 </classpath>