forked from googleglass/mirror-quickstart-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
28 lines (28 loc) · 2.07 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-codec-1.7.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-logging-1.1.2.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-api-client-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-api-client-appengine-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-api-client-servlet-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-http-client-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-http-client-appengine-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-http-client-jackson-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-oauth-client-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-oauth-client-appengine-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-oauth-client-servlet-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/guava-14.0.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/httpclient-4.0.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/httpcore-4.0.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/jackson-core-asl-1.9.11.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/jackson-mapper-asl-1.9.11.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/jsr305-1.3.9.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/google-api-services-mirror-v1-rev2-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/transaction-api-1.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/xpp3-1.1.4c.jar"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="output" path="web/WEB-INF/classes"/>
</classpath>