-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 851 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="libs/httpcore-4.3.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/httpclient-4.3.3.jar"/>
<classpathentry exported="true" kind="lib" path="libs/maven-core-3.0.5.jar"/>
<classpathentry exported="true" kind="lib" path="libs/maven-model-3.0.5.jar"/>
<classpathentry exported="true" kind="lib" path="libs/plexus-utils-2.0.6.jar"/>
<classpathentry exported="true" kind="lib" path="bin" sourcepath="bin"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>