projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add buildscripts for environment setup and building with ant
[pub/Android/ownCloud.git]
/
setup_env.sh
diff --git a/setup_env.sh
b/setup_env.sh
new file mode 100755
(executable)
index 0000000..
7ac09ab
--- /dev/null
+++ b/
setup_env.sh
@@ -0,0
+1,7
@@
+#!/bin/bash
+
+git submodule init
+git submodule update
+android update project -p actionbarsherlock/library
+android update project -p .
+