summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2012-11-21 03:15:40 -0800
committerMichael Chan <mchan@android.com>2012-11-21 15:01:45 -0800
commit14a97b233fd212cd87fcb66b1ce79a560930dcdd (patch)
treea0e6159b149929232b1cc7897c4481d8baa537df /.classpath
parent8e93f66f4617f2f4cb3e2a1919988fdf401b51f4 (diff)
downloadandroid_packages_apps_Calendar-14a97b233fd212cd87fcb66b1ce79a560930dcdd.tar.gz
android_packages_apps_Calendar-14a97b233fd212cd87fcb66b1ce79a560930dcdd.tar.bz2
android_packages_apps_Calendar-14a97b233fd212cd87fcb66b1ce79a560930dcdd.zip
Added eclipse project files
You will also need to create frameworks/ex/chips as another eclipse project then add that as a library to this project Change-Id: Ia0cd534101dade3303fd72efda4a21924c099ae1
Diffstat (limited to '.classpath')
-rw-r--r--.classpath12
1 files changed, 12 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 00000000..bc997ac5
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
+ <classpathentry kind="src" path="src_ex_common"/>
+ <classpathentry kind="src" path="src_opt_calendar"/>
+ <classpathentry kind="src" path="extensions_src"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry kind="lib" path="../../../out/target/common/obj/JAVA_LIBRARIES/android-support-v4_intermediates/classes"/>
+ <classpathentry kind="output" path="bin/classes"/>
+</classpath>