f6efac2af6
If bikes aren't allowed, now shows specific icon Introduced Android Annotations
17 lines
710 B
XML
17 lines
710 B
XML
<?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="lib" path="libs/commons-io-2.0.1.jar"/>
|
|
<classpathentry kind="lib" path="libs/commons-lang3-3.1.jar"/>
|
|
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
<classpathentry kind="src" path=".apt_generated">
|
|
<attributes>
|
|
<attribute name="optional" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|