-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
17 lines (17 loc) · 848 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="api.txt" kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="build/jar/ClassLoaderWithListener.jar" sourcepath="src/"/>
<classpathentry kind="src" path="auto"/>
<classpathentry exported="true" kind="lib" path="jars/java-cup-11a.jar"/>
<classpathentry exported="true" kind="lib" path="jars/JFlex.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<!-- <classpathentry kind="lib" path="benchmarks/avrora/original.jar"/> -->
<!-- <classpathentry kind="lib" path="benchmarks/batik/original.jar"/> -->
<classpathentry kind="lib" path="build/jar/rragent.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>