From ebac05f686b56791511cb9b599dfb5a742dcfc96 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 25 Oct 2010 15:46:05 -0400 Subject: use get-deps to pull down individual cloudant projects --- rebar.config | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 2db0ae21..c3ee7d9f 100644 --- a/rebar.config +++ b/rebar.config @@ -12,16 +12,25 @@ % License for the specific language governing permissions and limitations under % the License. +{deps, [ + {rexi, ".*", {git, "git://github.com/cloudant/rexi.git", "master"}}, + {fabric, ".*", {git, "git://github.com/cloudant/fabric.git", "master"}}, + {mem3, ".*", {git, "git://github.com/cloudant/mem3.git", "master"}}, + {chttpd, ".*", {git, "git://github.com/cloudant/chttpd.git", "master"}} +]}. +% needed for a clean transition to the deps model +{clean_files, [ + "apps/rexi/ebin", + "apps/fabric/ebin", + "apps/mem3/ebin", + "apps/chttpd/ebin" +]}. {sub_dirs, [ "apps/ibrowse", "apps/couch", - "apps/chttpd", "apps/etap", - "apps/fabric", - "apps/mem3", "apps/mochiweb", "apps/oauth", - "apps/rexi", "rel" ]}. {cover_enabled, true}. -- cgit v1.2.3