summaryrefslogtreecommitdiff
path: root/src/eclipse/repl/.classpath
blob: 4b5369096254b4e0aa24e67f43beda88a9091dfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="repl"/>
	<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/asm/scala-asm-5.1.0-scala-1.jar"/>
	<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/repl/jline-2.14.1.jar"/>
	<classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
	<classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
	<classpathentry combineaccessrules="false" kind="src" path="/interactive"/>
	<classpathentry kind="output" path="build-quick-repl"/>
</classpath>