-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
21 lines (21 loc) · 1.21 KB
/
.classpath
File metadata and controls
21 lines (21 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/fluent-hc-4.3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpclient-4.3.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/httpcore-4.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/java-json.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.17.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/workspace/Misc%20Libraries/log4j-1.2.17-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry excluding="*.jar|../.hg*|edu/ncsu/lubick/toolmanagement/tests/" kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>