diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-11-22 22:16:53 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-11-22 22:30:50 -0500 |
commit | f5f416cf9f0b8f45ab5fa40f729ee7639b38fb4d (patch) | |
tree | 5bde77be3824b84911a0a97ef79bb588f984c1ee /apps/etap/src/etap.app.src | |
parent | beac99b332b0bb52fa7e4dfe882d2a2eef2f20d6 (diff) |
bundle etap bytecode instead of including full application source
Also update test relying on obsolete etap API.
Diffstat (limited to 'apps/etap/src/etap.app.src')
-rw-r--r-- | apps/etap/src/etap.app.src | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/etap/src/etap.app.src b/apps/etap/src/etap.app.src deleted file mode 100644 index fe6af267..00000000 --- a/apps/etap/src/etap.app.src +++ /dev/null @@ -1,6 +0,0 @@ -{application, etap, [ - {description, "TAP compliant testing library"}, - {vsn, "unknown"}, - {registered, []}, - {applications, [kernel, stdlib]} -]}. |