Browse Source

move shen to root

Maxim Sokhatsky 11 years ago
parent
commit
7f4d7a63f6
3 changed files with 3 additions and 3 deletions
  1. 2 2
      apps/server/src/okey/okey_test.erl
  2. 0 1
      apps/web/rebar.config
  3. 1 0
      rebar.config

+ 2 - 2
apps/server/src/okey/okey_test.erl

@@ -1,7 +1,7 @@
 -module(okey_test).
 -compile(export_all).
--include("include/requests.hrl").
--include("include/settings.hrl").
+-include_lib("server/include/requests.hrl").
+-include_lib("server/include/settings.hrl").
 -include_lib("kvs/include/user.hrl").
 
 -define(GAMEID, 1000001).

+ 0 - 1
apps/web/rebar.config

@@ -1,6 +1,5 @@
 {deps, [
     {erlydtl,".*",{git,"git://github.com/evanmiller/erlydtl.git",{tag,"0.8.0"}}},
-    {shen,          ".*", {git, "git://github.com/5HT/shen",                "HEAD"}},
     {n2o,           ".*", {git, "git://github.com/5HT/n2o",                "HEAD"}}
 ]}.
 {erlydtl_opts, [

+ 1 - 0
rebar.config

@@ -3,6 +3,7 @@
 {deps_dir,"deps"}.
 {deps, [
     {erlydtl,       ".*",{git,"git://github.com/evanmiller/erlydtl.git",{tag,"0.8.0"}}},
+    {shen,          ".*", {git, "git://github.com/5HT/shen",                "HEAD"}},
     {rest,           ".*", {git, "git://github.com/synrc/rest",                "HEAD"}},
     {gproc,          ".*", {git, "git://github.com/uwiger/gproc.git", "HEAD"}},
     {sync,          ".*", {git, "git://github.com/doxtop/sync", "HEAD"}},