forked from gigakiller/pdfreader
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.classpath
17 lines (17 loc) · 956 Bytes
/
.classpath
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="src" path="build/.apt_generated"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/{PATH_TO_ANDROID}/platforms/android-19/android.jar"/>
<classpathentry kind="lib" path="/{PATH_TO_ANDROID}/add-ons/addon-google_apis-google-19/libs/maps.jar"/>
<classpathentry kind="lib" path="/{PATH_TO_LIBRARY}/Titanium/mobilesdk/osx/3.2.3.GA/android/titanium.jar"/>
<classpathentry kind="lib" path="/{PATH_TO_LIBRARY}/Titanium/mobilesdk/osx/3.2.3.GA/android/kroll-common.jar"/>
<classpathentry kind="lib" path="/{PATH_TO_LIBRARY}/Titanium/mobilesdk/osx/3.2.3.GA/android/kroll-apt.jar"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>