diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2022-10-28 10:10:01 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2022-10-28 10:57:40 -0400 |
commit | 8c6ac52cc5dd591fd4b47f1f4619c3ce225dbc1f (patch) | |
tree | 836acdadc58f6c3d23c35353ab92258f5f2dcf93 /rebar.config.script | |
parent | c0476adc21477f7cf076b8527c1327b158e2b190 (diff) | |
download | couchdb-8c6ac52cc5dd591fd4b47f1f4619c3ce225dbc1f.tar.gz |
Integrate b64url, ets_lru and khash into the main repo
As discussed on the mailing list https://lists.apache.org/thread/opvsmz1pwlnv96wozy5kp7ss896l9lfp
Diffstat (limited to 'rebar.config.script')
-rw-r--r-- | rebar.config.script | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config.script b/rebar.config.script index 38a57c966..3952ad857 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -110,6 +110,9 @@ SubDirs = [ "src/couch_epi", "src/config", "src/couch_log", + "src/khash", + "src/b64url", + "src/ets_lru", "src/chttpd", "src/couch", "src/couch_event", @@ -142,9 +145,6 @@ SubDirs = [ DepDescs = [ %% Independent Apps -{b64url, "b64url", {tag, "1.0.3"}}, -{ets_lru, "ets-lru", {tag, "1.1.0"}}, -{khash, "khash", {tag, "1.1.0"}}, {snappy, "snappy", {tag, "CouchDB-1.0.8"}}, %% %% Non-Erlang deps |