From f96e20aef7cce6d47535ab63c36452f6c9e1c444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 30 Jan 2013 22:13:31 +0100 Subject: Rename example 'static' to 'static_world' to avoid confusion --- examples/static_world/rebar.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/static_world/rebar.config (limited to 'examples/static_world/rebar.config') diff --git a/examples/static_world/rebar.config b/examples/static_world/rebar.config new file mode 100644 index 0000000..eb6f194 --- /dev/null +++ b/examples/static_world/rebar.config @@ -0,0 +1,6 @@ +{deps, [ + {cowboy, ".*", + {git, "git://github.com/extend/cowboy.git", "master"}}, + {mimetypes, ".*", + {git, "git://github.com/spawngrid/mimetypes.git", "master"}} +]}. -- cgit v1.2.3