Remove binary rebar and obsolete config
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/938fc011 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/938fc011 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/938fc011 Branch: refs/heads/1843-feature-bigcouch Commit: 938fc0116e289d86e48e3454920e51e37d6308e1 Parents: 626455a Author: Robert Newson <[email protected]> Authored: Mon Dec 16 17:48:43 2013 +0100 Committer: Robert Newson <[email protected]> Committed: Mon Dec 16 17:48:43 2013 +0100 ---------------------------------------------------------------------- src/couch_replicator/rebar | Bin 100732 -> 0 bytes src/couch_replicator/rebar.config | 15 --------------- 2 files changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/938fc011/src/couch_replicator/rebar ---------------------------------------------------------------------- diff --git a/src/couch_replicator/rebar b/src/couch_replicator/rebar deleted file mode 100755 index 30c43ba..0000000 Binary files a/src/couch_replicator/rebar and /dev/null differ http://git-wip-us.apache.org/repos/asf/couchdb/blob/938fc011/src/couch_replicator/rebar.config ---------------------------------------------------------------------- diff --git a/src/couch_replicator/rebar.config b/src/couch_replicator/rebar.config deleted file mode 100644 index 48deb03..0000000 --- a/src/couch_replicator/rebar.config +++ /dev/null @@ -1,15 +0,0 @@ -% 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, [ - {twig, ".*", {git, "https://github.com/cloudant/twig.git", {tag, "0.2.1"}}} -]}.
