-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.classpath
More file actions
19 lines (19 loc) · 959 Bytes
/
Copy path.classpath
File metadata and controls
19 lines (19 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_221">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jiu.jar"/>
<classpathentry kind="lib" path="lib/jlayer.jar"/>
<classpathentry kind="lib" path="lib/apache-commons-compress.jar"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib"/>
<classpathentry kind="lib" path="lib/lzo-commons-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/lzo-core-1.0.6.jar" sourcepath="_dev/java_sources/lzo-core-1.0.6-sources.jar"/>
<classpathentry kind="lib" path="lib/lzo-hadoop-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>