From aab63d605c595d8d0cd33646d13942d6cb372b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 22 Oct 2013 09:15:57 +0200 Subject: Remove the elixir_hello_world example Elixir examples will be in a separate repository maintained by Elixir capable developers. --- examples/elixir_hello_world/mix.exs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 examples/elixir_hello_world/mix.exs (limited to 'examples/elixir_hello_world/mix.exs') diff --git a/examples/elixir_hello_world/mix.exs b/examples/elixir_hello_world/mix.exs deleted file mode 100644 index 00297bf..0000000 --- a/examples/elixir_hello_world/mix.exs +++ /dev/null @@ -1,20 +0,0 @@ -defmodule ElixirHelloWorld.Mixfile do - use Mix.Project - - def project do - [ app: :elixir_hello_world, - version: "0.0.1", - deps: deps ] - end - - # Configuration for the OTP application - def application do - [ mod: { ElixirHelloWorld, [] }, - applications: [:cowboy] ] - end - - defp deps do - [ {:ranch, github: "extend/ranch", tag: "0.8.5"}, - {:cowboy, github: "extend/cowboy"} ] - end -end -- cgit v1.2.3