diff options
author | Kenny Root <kenny@the-b.org> | 2014-10-01 23:04:51 +0100 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2014-10-01 12:48:19 +0100 |
commit | 49b779dcaf03e3598d2709b321e20ea029b25163 (patch) | |
tree | 05af547b1f1433d7dd6f7373d0b25a455e053a03 /connectbot.sublime-project | |
parent | d64786d9197090c74072b648e487e3d34817bb57 (diff) | |
download | connectbot-49b779dcaf03e3598d2709b321e20ea029b25163.tar.gz connectbot-49b779dcaf03e3598d2709b321e20ea029b25163.tar.bz2 connectbot-49b779dcaf03e3598d2709b321e20ea029b25163.zip |
Convert to gradle build system
Diffstat (limited to 'connectbot.sublime-project')
-rw-r--r-- | connectbot.sublime-project | 36 |
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"] - } - } - ] - } - ] -} |