diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-23 15:10:33 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-23 15:10:33 -0400 |
commit | ecbf10fee69deeaec6d2a7f5d8f9679253af3f7d (patch) | |
tree | 1b57d6995ceb230efab36810342fffd7faecf7f0 /.rebar/templates | |
parent | 96a9fa9101e9ed50149d284ff32c361084223fa4 (diff) |
remove unused files
Diffstat (limited to '.rebar/templates')
-rw-r--r-- | .rebar/templates/dev.template | 3 | ||||
-rw-r--r-- | .rebar/templates/rebar-dev.config | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/.rebar/templates/dev.template b/.rebar/templates/dev.template deleted file mode 100644 index 91a97f2e..00000000 --- a/.rebar/templates/dev.template +++ /dev/null @@ -1,3 +0,0 @@ -{variables, [{base_dir, "/opt/dbcore"}]}. -{template, "./etc/default.ini", "rel/overlay/etc/default.ini"}. -{file, "rebar-dev.config", "rebar.config"}. diff --git a/.rebar/templates/rebar-dev.config b/.rebar/templates/rebar-dev.config deleted file mode 100644 index 8d0e3966..00000000 --- a/.rebar/templates/rebar-dev.config +++ /dev/null @@ -1,14 +0,0 @@ -{sub_dirs, [ - "apps/chttpd", - "apps/couch", - "apps/etap", - "apps/fabric", - "apps/ibrowse", - "apps/mem3", - "apps/mochiweb", - "apps/oauth", - "apps/rexi", - "apps/showroom", - "rel" -]}. -{erl_opts, [debug_info]}.
\ No newline at end of file |