-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclasspath_without_maven.txt
20 lines (20 loc) · 1.14 KB
/
classpath_without_maven.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/scalatest_2.12-3.0.4.jar"/>
<classpathentry kind="lib" path="lib/scalatest-app_2.12-3.0.4.jar"/>
<classpathentry kind="lib" path="lib/jline-2.14.4.jar"/>
<classpathentry kind="lib" path="lib/scala-parser-combinators_2.12-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/scala-swing_2.12-2.0.0.jar"/>
<classpathentry kind="lib" path="lib/scala-xml_2.12-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/scalap-2.12.3.jar"/>
<classpathentry kind="lib" path="lib/gluegen-rt-natives-windows-amd64.jar"/>
<classpathentry kind="lib" path="lib/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogl-all-natives-windows-amd64.jar"/>
<classpathentry kind="lib" path="lib/jogl-all.jar"/>
<classpathentry kind="lib" path="lib/jogl-test.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="bin"/>
</classpath>