-
Notifications
You must be signed in to change notification settings - Fork 7
/
.classpath
32 lines (32 loc) · 1.93 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/google-maps-services-0.1.7.jar" sourcepath="/Users/cogmission/.m2/repository/com/google/maps/google-maps-services/0.1.7/google-maps-services-0.1.7-sources.jar"/>
<classpathentry kind="lib" path="libs/geoip2-2.3.1.jar"/>
<classpathentry kind="lib" path="libs/maxmind-db-1.0.0.jar"/>
<classpathentry kind="lib" path="libs/jackson-annotations-2.4.0.jar"/>
<classpathentry kind="lib" path="libs/jackson-core-2.4.4.jar"/>
<classpathentry kind="lib" path="libs/jackson-databind-2.4.4.jar"/>
<classpathentry kind="lib" path="libs/joda-time-2.5.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="libs/gson-2.3.1.jar" sourcepath="/Users/cogmission/.m2/repository/com/google/code/gson/gson/2.3.1/gson-2.3.1-sources.jar"/>
<classpathentry kind="lib" path="libs/gmapsfx2.jar" sourcepath="/GMapsFX/src/main/java"/>
<classpathentry kind="lib" path="libs/gson-xml-java-0.1.7.jar" sourcepath="/Users/cogmission/.m2/repository/com/stanfy/gson-xml-java/0.1.7/gson-xml-java-0.1.7-sources.jar"/>
<classpathentry kind="lib" path="libs/xmlpull-1.1.3.1.jar"/>
<classpathentry kind="lib" path="libs/xpp3-1.1.4c.jar"/>
<classpathentry kind="lib" path="libs/controlsfx-8.40.10.jar"/>
<classpathentry kind="lib" path="libs/fxpresso.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>