Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 62aab4384e1ba9fb2f373e1f0e4d88db > files > 3

erlang-riak_pipe-1.3.1-2.fc18.src.rpm

From 539371d2a450dd3ea6f8609476105cb21c2c9afd Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Mon, 11 Mar 2013 20:52:59 +0400
Subject: [PATCH 2/2] Add xmerl to the list of apps and rearrange them

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 src/riak_pipe.erl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/riak_pipe.erl b/src/riak_pipe.erl
index dc836c7..bbdfe69 100644
--- a/src/riak_pipe.erl
+++ b/src/riak_pipe.erl
@@ -777,10 +777,11 @@ dep_apps() ->
              KillDamnFilterProc()
      end,
      inets,
+     xmerl,
+     compiler,
+     syntax_tools,
      mochiweb,
      webmachine,
-     syntax_tools,
-     compiler,
      lager,
      fun(start) ->
              _ = application:load(riak_core),
-- 
1.8.1.4