forked from ybmadhu/sampleprojects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
23 lines (23 loc) · 1.4 KB
/
.classpath
File metadata and controls
23 lines (23 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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.8"/>
<classpathentry kind="lib" path="D:/Madhu Sudhan/Jars/SMTPJars/activation.jar"/>
<classpathentry kind="lib" path="D:/Madhu Sudhan/Jars/SMTPJars/mail.jar"/>
<classpathentry kind="lib" path="D:/Madhu Sudhan/Jars/jodatime/joda-time-2.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/apachepoi"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/kafka"/>
<classpathentry kind="lib" path="D:/Madhu Sudhan/Jars/json/json-1.5-20090211.jar"/>
<classpathentry kind="lib" path="D:/Madhu Sudhan/Jars/apchehtttpclient/apache-httpcomponents-httpcore.jar"/>
<classpathentry kind="lib" path="C:/Users/madhusudhan.reddy/.m2/repository/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="maven.groupId" value="org.apache.httpcomponents"/>
<attribute name="maven.artifactId" value="httpclient"/>
<attribute name="maven.version" value="4.1.1"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="D:/Madhu Sudhan/Jars/json-20140107.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>