forked from BuggleInc/PLM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
30 lines (30 loc) · 1.85 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**" kind="src" path="src"/>
<classpathentry excluding="*" including="img/*.png|img/*/*.png" kind="src" path=""/>
<classpathentry excluding="*.jar" including="resources|resources/" kind="src" path="lib"/>
<classpathentry kind="lib" path="lib/miglayout-4.2.jar"/>
<classpathentry kind="lib" path="lib/mockito-all-1.9.5.jar"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/httpclient-4.3.4.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.3.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.3.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/jython/antlr3-runtime.jar"/>
<classpathentry kind="lib" path="lib/jython/jython-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/jython/asm3-3.2.jar"/>
<classpathentry kind="lib" path="lib/json_simple-1.1.jar"/>
<classpathentry kind="lib" path="lib/jruby-1.5.6-5.jar"/>
<classpathentry kind="lib" path="lib/gettext-commons-0.9.6.jar"/>
<classpathentry kind="lib" path="lib/plm-messages.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/RSyntaxTextArea-2.5.4.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.egit.github.core-2.1.5.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jgit-3.2.0.201312181205-r.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
<classpathentry kind="lib" path="lib/scala/scala-reflect-2.11.4.jar"/>
<classpathentry kind="lib" path="lib/scala/scala-compiler-2.11.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>