aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/use_selected_vsn/b-1.0/ebin/b.app
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-03-23 11:48:52 +0100
committerSiri Hansen <[email protected]>2012-03-23 11:48:52 +0100
commitb13b88779b3fbc0ef8bb91a17a5d064cd778e0fa (patch)
tree0f4bce1eb128326affdaacaeb0b2de2ac19860f8 /lib/reltool/test/reltool_server_SUITE_data/use_selected_vsn/b-1.0/ebin/b.app
parentfd89175a2b17e92a0b90cb28e5af2375d3aa4535 (diff)
parent38f068341ebf04e5d6bf5eff7fb01e44bce228b6 (diff)
downloadotp-b13b88779b3fbc0ef8bb91a17a5d064cd778e0fa.tar.gz
otp-b13b88779b3fbc0ef8bb91a17a5d064cd778e0fa.tar.bz2
otp-b13b88779b3fbc0ef8bb91a17a5d064cd778e0fa.zip
Merge branch 'siri/reltool/app-level-lib-dir/OTP-9977' into maint
* siri/reltool/app-level-lib-dir/OTP-9977: [reltool] Allow lib_dir on app level to use relative path [reltool] Add configuration parameter lib_dir on application level
Diffstat (limited to 'lib/reltool/test/reltool_server_SUITE_data/use_selected_vsn/b-1.0/ebin/b.app')
-rw-r--r--lib/reltool/test/reltool_server_SUITE_data/use_selected_vsn/b-1.0/ebin/b.app6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/reltool/test/reltool_server_SUITE_data/use_selected_vsn/b-1.0/ebin/b.app b/lib/reltool/test/reltool_server_SUITE_data/use_selected_vsn/b-1.0/ebin/b.app
new file mode 100644
index 0000000000..c511dcc8f1
--- /dev/null
+++ b/lib/reltool/test/reltool_server_SUITE_data/use_selected_vsn/b-1.0/ebin/b.app
@@ -0,0 +1,6 @@
+%% -*- erlang -*-
+{application, b,
+ [{description, "Reltool test app for using selected version of app"},
+ {vsn, "1.0"},
+ {modules, [b]},
+ {applications, [kernel, stdlib]}]}.