summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-23 15:10:33 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-23 15:10:33 -0400
commitecbf10fee69deeaec6d2a7f5d8f9679253af3f7d (patch)
tree1b57d6995ceb230efab36810342fffd7faecf7f0
parent96a9fa9101e9ed50149d284ff32c361084223fa4 (diff)
remove unused files
-rw-r--r--.rebar/templates/dev.template3
-rw-r--r--.rebar/templates/rebar-dev.config14
-rwxr-xr-xbootstrap5
3 files changed, 0 insertions, 22 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
diff --git a/bootstrap b/bootstrap
deleted file mode 100755
index a3fa7a2d..00000000
--- a/bootstrap
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-# copy templates into place
-echo "copying default rebar templates to ~/.rebar"
-cp -R .rebar ~/