aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/otp_9229/y-1.0/ebin/y.app
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2011-05-17 11:05:22 +0200
committerSiri Hansen <[email protected]>2011-05-17 11:05:22 +0200
commitc1e2d6d62e9932b3d438fb9466ab716c81b252c2 (patch)
tree0fda082fa28322df482ecff103324462a2aaf396 /lib/reltool/test/reltool_server_SUITE_data/otp_9229/y-1.0/ebin/y.app
parent430056cfd0d8202337c87cb110818b8491caa41a (diff)
parent06f99b287fbb79e89831bedf1b2e64e7185f66c8 (diff)
downloadotp-c1e2d6d62e9932b3d438fb9466ab716c81b252c2.tar.gz
otp-c1e2d6d62e9932b3d438fb9466ab716c81b252c2.tar.bz2
otp-c1e2d6d62e9932b3d438fb9466ab716c81b252c2.zip
Merge branch 'siri/reltool/duplicated-module/OTP-9229' into dev
* siri/reltool/duplicated-module/OTP-9229: Allow same module name in multiple applications if explicitely excluded
Diffstat (limited to 'lib/reltool/test/reltool_server_SUITE_data/otp_9229/y-1.0/ebin/y.app')
-rw-r--r--lib/reltool/test/reltool_server_SUITE_data/otp_9229/y-1.0/ebin/y.app7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/reltool/test/reltool_server_SUITE_data/otp_9229/y-1.0/ebin/y.app b/lib/reltool/test/reltool_server_SUITE_data/otp_9229/y-1.0/ebin/y.app
new file mode 100644
index 0000000000..5b327862e3
--- /dev/null
+++ b/lib/reltool/test/reltool_server_SUITE_data/otp_9229/y-1.0/ebin/y.app
@@ -0,0 +1,7 @@
+%% -*- erlang -*-
+{application, y,
+ [{description, "Y CXC 138 11"},
+ {vsn, "1.0"},
+ {modules, [y, mylib]},
+ {registered, []},
+ {applications, [kernel, stdlib]}]}.