-
Notifications
You must be signed in to change notification settings - Fork 7
/
.classpath
17 lines (17 loc) · 927 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="**/.svn/*" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/JLzma.jar"/>
<classpathentry exported="true" kind="lib" path="lib/minlog-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-net-ftp-2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/yamlbeans-1.05.jar"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wildcard"/>
<classpathentry exported="true" kind="lib" path="lib/wildcard-1.03.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.2.21.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>