diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-01-20 19:21:46 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-01-20 19:21:46 +0100 |
| commit | 182ee7bb7e54d8511f02103b53507fde972440fe (patch) | |
| tree | f1529147f30c0fa576d46e1761375424af5e8a85 /cgeo-calendar/.classpath | |
| parent | edf6a43852d57c33bc9f98533467c7ec2a314fcd (diff) | |
| download | cgeo-182ee7bb7e54d8511f02103b53507fde972440fe.zip cgeo-182ee7bb7e54d8511f02103b53507fde972440fe.tar.gz cgeo-182ee7bb7e54d8511f02103b53507fde972440fe.tar.bz2 | |
new: #1014 calendar add-on
Diffstat (limited to 'cgeo-calendar/.classpath')
| -rw-r--r-- | cgeo-calendar/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cgeo-calendar/.classpath b/cgeo-calendar/.classpath new file mode 100644 index 0000000..8191a2e --- /dev/null +++ b/cgeo-calendar/.classpath @@ -0,0 +1,9 @@ +<?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="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry combineaccessrules="false" kind="src" path="/cgeo"/> + <classpathentry kind="output" path="bin/classes"/> +</classpath> |
