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, 0 insertions, 36 deletions
diff --git a/connectbot.sublime-project b/connectbot.sublime-project
deleted file mode 100644
index e35ca4e..0000000
--- a/connectbot.sublime-project
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "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"]
- }
- }
- ]
- }
- ]
-}