-
Notifications
You must be signed in to change notification settings - Fork 10
/
.classpath
executable file
·16 lines (16 loc) · 1000 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resource"/>
<classpathentry kind="src" path="lib"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry exported="true" kind="lib" path="lib/ddmlib.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-core-commands-3.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-equinox-common-3.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/common.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-17.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-jface-3.6.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swt.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>