diff options
author | Daniel <0xc0decafe@users.noreply.github.com> | 2015-12-15 17:11:26 +0100 |
---|---|---|
committer | Daniel <0xc0decafe@users.noreply.github.com> | 2015-12-15 17:11:26 +0100 |
commit | 07769ca8ec29c50cff5b23e34b873411514c7940 (patch) | |
tree | 48fb77de9e7918a87f896f59a355c81937418f92 /ss7test.iml |
Initial commit, including basic HLR testing functionality.
Diffstat (limited to 'ss7test.iml')
-rw-r--r-- | ss7test.iml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ss7test.iml b/ss7test.iml new file mode 100644 index 0000000..7626f17 --- /dev/null +++ b/ss7test.iml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="ERLANG_MODULE" version="4"> + <component name="FacetManager"> + <facet type="erlang" name="Erlang"> + <configuration /> + </facet> + </component> + <component name="NewModuleRootManager" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/ebin" /> + <output-test url="file://$MODULE_DIR$/.eunit" /> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module" module-name="osmo_ss7" /> + <orderEntry type="module" module-name="osmo_map" /> + </component> +</module>
\ No newline at end of file |