summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Kung <kingkung@google.com>2013-03-08 10:58:25 -0800
committerJames Kung <kingkung@google.com>2013-04-01 19:46:50 -0700
commit3e9818e0267619fecebd55095ab26c53eff92e93 (patch)
tree5d56d7a6f784078412ed876ed63ffd80b2af7fcb /.classpath
parentb8f95646fc0510eebfeaa27864023d630f34090f (diff)
downloadandroid_frameworks_opt_datetimepicker-3e9818e0267619fecebd55095ab26c53eff92e93.tar.gz
android_frameworks_opt_datetimepicker-3e9818e0267619fecebd55095ab26c53eff92e93.tar.bz2
android_frameworks_opt_datetimepicker-3e9818e0267619fecebd55095ab26c53eff92e93.zip
DatePicker initial commit
Change-Id: I5e2dda38b06b76454b974e7240befd6a9316364f
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 3f9691c..2308ad7 100644
--- a/.classpath
+++ b/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
- <classpathentry kind="src" path="src"/>
+ <classpathentry excluding="com/android/datetimepicker/DayOfMonthPickerView.java" kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>