~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/eunit/src/eunit.app.src

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% This is an -*- erlang -*- file.
 
2
 
 
3
{application, eunit,
 
4
 [{description, "EUnit"},
 
5
  {vsn, "%VSN%"},
 
6
  {modules, [eunit,
 
7
             eunit_autoexport,
 
8
             eunit_striptests,
 
9
             eunit_server,
 
10
             eunit_proc,
 
11
             eunit_serial,
 
12
             eunit_test,
 
13
             eunit_lib,
 
14
             eunit_data,
 
15
             eunit_tty]},
 
16
  {registered,[]},
 
17
  {applications, [stdlib]},
 
18
  {env, []}]}.