aboutsummaryrefslogtreecommitdiffstats
path: root/connectbot.sublime-project
diff options
context:
space:
mode:
Diffstat (limited to 'connectbot.sublime-project')
-rw-r--r--connectbot.sublime-project36
1 files changed, 36 insertions, 0 deletions
diff --git a/connectbot.sublime-project b/connectbot.sublime-project
new file mode 100644
index 0000000..e35ca4e
--- /dev/null
+++ b/connectbot.sublime-project
@@ -0,0 +1,36 @@
+{
+ "folders":
+ [
+ {
+ "path": ".",
+ "folder_exclude_patterns": ["bin", "gen"]
+ }
+ ],
+ "build_systems":
+ [
+ {
+ "name": "Android Debug",
+ "cmd": ["ant", "debug"],
+ "file_regex": "^ *\\[javac\\] (.+):([0-9]+):() (.*)$",
+ "working_dir": "${project_path:${folder}}",
+ "selector": "source.java",
+
+ "windows":
+ {
+ "cmd": ["ant.bat", "debug"]
+ },
+
+ "variants":
+ [
+ {
+ "name": "Run",
+ "cmd": ["ant", "debug", "install"],
+ "windows":
+ {
+ "cmd": ["ant.bat", "debug", "install"]
+ }
+ }
+ ]
+ }
+ ]
+}