comparison graal/GraalCompiler/.classpath @ 2693:bcbda467e1ae

Clean up; removed subroutine block flag.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 18 May 2011 14:37:57 +0200
parents 0ea5f12e873a
children c4201554beeb
comparison
equal deleted inserted replaced
2689:8fcf5179aafd 2693:bcbda467e1ae
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath> 2 <classpath>
3 <classpathentry kind="src" path="src"/> 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/CRI"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/GraalGraph"/> 5 <classpathentry combineaccessrules="false" kind="src" path="/GraalGraph"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/GraalGraphviz"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/GraalGraphviz"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.asm"/> 7 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.asm"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.cri"/>
9 <classpathentry kind="output" path="bin"/> 9 <classpathentry kind="output" path="bin"/>
10 </classpath> 10 </classpath>