forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
15 lines (15 loc) · 730 Bytes
/
.classpath
File metadata and controls
15 lines (15 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/guice-2.0-no_aop.jar"/>
<classpathentry kind="lib" path="lib/roboguice-1.1.1.jar"/>
<classpathentry kind="lib" path="/androidannotations/target/androidannotations-2.2-SNAPSHOT-api.jar" sourcepath="/androidannotations/target/androidannotations-2.2-SNAPSHOT-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>