forked from PRTG/JMXMiniProbe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
34 lines (34 loc) · 1.88 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/gson-2.2.2.jar" sourcepath="C:/Users/JRA/.m2/repository/com/google/code/gson/gson/2.2.2/gson-2.2.2-sources.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jna"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/snmp4j"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="web">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/icmp4j"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/dnsjava"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/apache"/>
<classpathentry kind="lib" path="C:/Program Files/Java/jdk1.7.0_75/lib/tools.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Commons-digester3"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Websphere_8.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>