diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-12-06 11:37:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-06 11:37:07 -0500 |
commit | 8b2bca0e64d5f54b97f6315aa5b2c3380ed92c99 (patch) | |
tree | 0404d9c817ae3de555f1b1cc757d725af2beaf67 /systest/all_SUITE_data/grisp_explode/rebar.lock | |
parent | db05d1ead04f5928a0e865d8317ad6204637cc48 (diff) | |
parent | f12871451f2c60bc35da053198ccc48d1b1db687 (diff) |
Merge pull request #1686 from ferd/global-plugin-path-fix
Prevent plugin unloading from killing currently running command (soft-purge in-compile)
Diffstat (limited to 'systest/all_SUITE_data/grisp_explode/rebar.lock')
-rw-r--r-- | systest/all_SUITE_data/grisp_explode/rebar.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/systest/all_SUITE_data/grisp_explode/rebar.lock b/systest/all_SUITE_data/grisp_explode/rebar.lock new file mode 100644 index 0000000..2523b13 --- /dev/null +++ b/systest/all_SUITE_data/grisp_explode/rebar.lock @@ -0,0 +1,8 @@ +{"1.1.0", +[{<<"grisp">>,{pkg,<<"grisp">>,<<"0.1.1">>},0}, + {<<"mapz">>,{pkg,<<"mapz">>,<<"0.3.0">>},1}]}. +[ +{pkg_hash,[ + {<<"grisp">>, <<"5A1318E7B1582D7C5B1E446D149A6F93428A380BCFE7D740E57E4F6B6CDB19DD">>}, + {<<"mapz">>, <<"438D24746CE5A252101E00B2032EFDF7FC69EB32689D3B805DE5E6DD7F52614F">>}]} +]. |