forked from yuriykulikov/AlarmClock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
24 lines (24 loc) · 1.48 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/acra"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/AndroidUtils"/>
<classpathentry excluding="com/better/alarm/model/Temp.java|com/better/alarm/presenter/NotificationManager.java|com/better/alarm/presenter/NotificationPresenter.java|com/better/alarm/model/sss.java|com/better/alarm/presenter/status/ToastMaster.java" kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="lib" path="libs/guava-15.0.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/AlarmClock/libs/docs/guava-15.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/adt-bundle-windows-x86_64-20140702/sdk/platforms/android-21/android.jar" sourcepath="C:/Users/Yuriy/Documents/base">
<attributes>
<attribute name="javadoc_location" value="http://developer.android.com/reference/"/>
</attributes>
<accessrules>
<accessrule kind="nonaccessible" pattern="com/android/internal/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="output" path="bin/classes"/>
</classpath>