From e5d27c92265c6bc1af6f848c863b06d38d4c69f1 Mon Sep 17 00:00:00 2001 From: Andrew Shaw Date: Fri, 13 Jan 2012 21:13:28 -0800 Subject: [PATCH] View pager indicator project properties Edited git ignore to include eclpse project --- .../astrid/service/UpgradeService.java | 2 +- viewPagerIndicator/.gitignore | 5 --- viewPagerIndicator/library/.classpath | 9 +++++ viewPagerIndicator/library/.project | 33 +++++++++++++++++++ viewPagerIndicator/library/project.properties | 2 +- 5 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 viewPagerIndicator/library/.classpath create mode 100644 viewPagerIndicator/library/.project diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index e6323bc45..9460d8ccf 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -6,13 +6,13 @@ import java.util.Date; import org.weloveastrid.rmilk.data.MilkNoteHelper; -import android.R; import android.app.Activity; import android.app.ProgressDialog; import android.content.Context; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; +import com.timsu.astrid.R; import com.todoroo.andlib.data.Property.LongProperty; import com.todoroo.andlib.data.Property.StringProperty; import com.todoroo.andlib.data.TodorooCursor; diff --git a/viewPagerIndicator/.gitignore b/viewPagerIndicator/.gitignore index b546b7651..fbf67e27b 100755 --- a/viewPagerIndicator/.gitignore +++ b/viewPagerIndicator/.gitignore @@ -2,11 +2,6 @@ bin gen -#Eclipse -.project -.classpath -.settings - #IntelliJ IDEA .idea *.iml diff --git a/viewPagerIndicator/library/.classpath b/viewPagerIndicator/library/.classpath new file mode 100644 index 000000000..bd40ebd30 --- /dev/null +++ b/viewPagerIndicator/library/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/viewPagerIndicator/library/.project b/viewPagerIndicator/library/.project new file mode 100644 index 000000000..2a09d803a --- /dev/null +++ b/viewPagerIndicator/library/.project @@ -0,0 +1,33 @@ + + + viewPagerIndicator + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/viewPagerIndicator/library/project.properties b/viewPagerIndicator/library/project.properties index 96db74214..f28bc833e 100755 --- a/viewPagerIndicator/library/project.properties +++ b/viewPagerIndicator/library/project.properties @@ -9,4 +9,4 @@ android.library=true # Project target. -target=android-4 +target=android-15