From 8f9abdec2680e0a873e3944d5449de78b9a01ebf Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 8 Oct 2012 10:14:37 -0400 Subject: [PATCH] Updated git submodules Signed-off-by: Ricky Barrette --- .gitmodules | 3 +++ OSJ Forum/project.properties | 2 +- Android-PullToRefresh => pulltorefresh | 0 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules rename Android-PullToRefresh => pulltorefresh (100%) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6d9e1fc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pulltorefresh"] + path = pulltorefresh + url = git://github.com/chrisbanes/Android-PullToRefresh.git diff --git a/OSJ Forum/project.properties b/OSJ Forum/project.properties index 06047a5..25dbe19 100644 --- a/OSJ Forum/project.properties +++ b/OSJ Forum/project.properties @@ -13,4 +13,4 @@ # Project target. target=android-16 android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib -android.library.reference.2=../Android-PullToRefresh/library +android.library.reference.2=../pulltorefresh/library diff --git a/Android-PullToRefresh b/pulltorefresh similarity index 100% rename from Android-PullToRefresh rename to pulltorefresh