mc
authorLuke Owncloud <owncloud@ohrt.org>
Tue, 6 Aug 2013 09:27:07 +0000 (11:27 +0200)
committerLuke Owncloud <owncloud@ohrt.org>
Tue, 6 Aug 2013 09:27:07 +0000 (11:27 +0200)
.gitignore
SETUP.md
setup_env.bat

index 63b41a5..7a3b836 100644 (file)
@@ -17,4 +17,4 @@ target/
 local.properties
 
 # Mac .DS_Store files
-.DS_Store
\ No newline at end of file
+.DS_Store
index 692c8c4..ca7a25a 100644 (file)
--- a/SETUP.md
+++ b/SETUP.md
@@ -15,7 +15,7 @@
   
   3. Building with eclipse:
 
-  -  TODO: FIX
+  -  TODO: FIX / MORE DETAILS
   -  Run "ant clean debug"
   -  Open Eclipse and import *actionbarsherlock/library* project to your workspace
   -  NOTE: You must have 'tools' and 'platforms-tools' in your path in order to run setup_env.sh
@@ -25,7 +25,7 @@
   
   -  Commit your changes locally: "git commit -a"
   -  Push your changes to your Github repo: "git push"
-  -  Browse to https://github.com/YOURGITHUBNAME/android/pulls
+  -  Browse to https://github.com/YOURGITHUBNAME/android/pulls and issue pull request
   -  Click "Edit" and set "base:develop"
   -  Again, click "Edit" and set "compare:develop"
   -  Enter description and send pull request.
index c13edca..3f03856 100644 (file)
@@ -5,4 +5,4 @@ call android.bat update project -p . --target 1
 copy /Y third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar
 cd tests
 android.bat update test-project -m .. -p .
-cd ..
\ No newline at end of file
+cd ..