forked from scouter-project/scouter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 1020 Bytes
/
.classpath
File metadata and controls
17 lines (17 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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/JavaSE-1.6">
<accessrules>
<accessrule kind="accessible" pattern="**"/>
</accessrules>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/scouter.common"/>
<classpathentry kind="var" path="TOOLS_JAR"/>
<classpathentry kind="lib" path="/scouter.deploy/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="/scouter.deploy/lib/httpclient-4.3.6.jar"/>
<classpathentry kind="lib" path="/scouter.deploy/lib/httpcore-4.3.3.jar" sourcepath="/Users/sjokim/.m2/repository/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3-sources.jar"/>
<classpathentry kind="lib" path="/scouter.deploy/lib/rxnetty-0.4.6.jar"/>
<classpathentry kind="lib" path="/scouter.deploy/lib/ribbon-loadbalancer-2.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>