~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/mnesia_session/src/mnesia_session.appup.src

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{"%VSN%",
2
2
 [
3
 
  {"1.1.5",
4
 
   [
5
 
    {update, mnesia_connector_impl, soft, soft_purge, soft_purge, []},
6
 
    {update, mnesia_session_impl, soft, soft_purge, soft_purge, []}
7
 
   ]
8
 
  }
9
3
 ],
10
4
 [
11
 
  {"1.1.5",
12
 
   [
13
 
    {update, mnesia_connector_impl, soft, soft_purge, soft_purge, []},
14
 
    {update, mnesia_session_impl, soft, soft_purge, soft_purge, []}
15
 
   ]
16
 
  }
17
5
 ]
18
6
}.