From e29a1924afe9e6051369f7bcbf44ccdf53de536a Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Mon, 9 Nov 2009 00:39:16 +0000 Subject: Fixes 'make distcheck' to run the test suite. Quite a few changes to the build system to handle VPATH builds appropriately as well as make the test suite know about them. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833951 13f79535-47bb-0310-9956-ffa450edef68 --- src/ibrowse/ibrowse.app | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/ibrowse/ibrowse.app (limited to 'src/ibrowse/ibrowse.app') diff --git a/src/ibrowse/ibrowse.app b/src/ibrowse/ibrowse.app deleted file mode 100644 index 4f43dd92..00000000 --- a/src/ibrowse/ibrowse.app +++ /dev/null @@ -1,13 +0,0 @@ -{application, ibrowse, - [{description, "HTTP client application"}, - {vsn, "1.5.1"}, - {modules, [ ibrowse, - ibrowse_http_client, - ibrowse_app, - ibrowse_sup, - ibrowse_lib, - ibrowse_lb ]}, - {registered, []}, - {applications, [kernel,stdlib,sasl]}, - {env, []}, - {mod, {ibrowse_app, []}}]}. -- cgit v1.2.3