minor cleanup of source tree in prep for release

This commit is contained in:
alisdair sullivan 2012-03-07 21:15:02 -08:00
parent ce98e1d884
commit bd5084e60d
3 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## jsx (v1.0) ## ## jsx (v1.0rc) ##
a sane json implementation for erlang, inspired by [yajl][yajl] a sane json implementation for erlang, inspired by [yajl][yajl]

View file

@ -6,7 +6,6 @@
%% {eunit_opts, [verbose]}. %% {eunit_opts, [verbose]}.
{erl_opts, [ {erl_opts, [
{i, "include"},
{i, "src"}, {i, "src"},
{src_dirs, ["src"]}, {src_dirs, ["src"]},
warn_unused_vars, warn_unused_vars,