summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2013-03-20 05:04:53 -0500
committerPaul J. Davis <paul.joseph.davis@gmail.com>2014-01-17 13:59:26 -0800
commit6068dc9195353283eadb4bbb0839b04d7aacc303 (patch)
tree5eeca6ec90db28a4bc46383a0fd6d3a768cc85e7
parent9924f5960432b6b17e491b2e878193d2f21b5218 (diff)
downloadcouchdb-6068dc9195353283eadb4bbb0839b04d7aacc303.tar.gz
Remove Cloudant build system remnants
-rwxr-xr-xrebarbin100732 -> 0 bytes
-rw-r--r--rebar.config19
2 files changed, 0 insertions, 19 deletions
diff --git a/rebar b/rebar
deleted file mode 100755
index 30c43ba56..000000000
--- a/rebar
+++ /dev/null
Binary files differ
diff --git a/rebar.config b/rebar.config
deleted file mode 100644
index 11cd96dbd..000000000
--- a/rebar.config
+++ /dev/null
@@ -1,19 +0,0 @@
-% Copyright 2011 Cloudant
-%
-% Licensed under the Apache License, Version 2.0 (the "License"); you may not
-% use this file except in compliance with the License. You may obtain a copy of
-% the License at
-%
-% http://www.apache.org/licenses/LICENSE-2.0
-%
-% Unless required by applicable law or agreed to in writing, software
-% distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-% WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-% License for the specific language governing permissions and limitations under
-% the License.
-
-{deps, [
- {config, ".*", {git, "https://github.com/cloudant/config.git",
- {tag, "0.1.0"}}},
- {twig, ".*", {git, "https://github.com/cloudant/twig.git", {tag, "0.2.1"}}}
-]}.