<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hello.</p>
<p style="margin-top:0;margin-bottom:0">I am trying to build a release using rebar3. The release is supposed to include nitrogen which has some extra directories that needs to be included. For example the dependency simple_bridge has a directory named "etc"
 that needs to end up in the release. </p>
<p style="margin-top:0;margin-bottom:0">When using reltool for creatiing the release it is possible to to add this in the a config file<br>
<br>
</p>
<pre style="background-color:#2b2b2b;color:#a9b7c6;font-family:'DejaVu Sans Mono';font-size:9.0pt;">{app, simple_bridge,                    [{incl_cond, include},<br>                                         {mod, yaws_simple_bridge_sup, [{incl_cond, exclude}]},<br>                                         {incl_app_filters, [<span style="color:#6a8759;">"^include"</span>, <span style="color:#6a8759;">"^priv"</span>, <span style="color:#6a8759;">"^ebin"</span>, <span style="color:#6a8759;">"^etc"</span>]},</pre>
But when using rebar3 and relx I can't find any options for relx that acts in a similar way as the incl_app_filters option does for reltool.<br>
Am I missing something or does the functionality just not exist for relx? If it doesn't exist, does anyone have an idea of if and/or when it will be added?
<p></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Best regards,</p>
<p style="margin-top:0;margin-bottom:0">Tommy</p>
</div>
</body>
</html>