TonyGen / mongodb-erlang

Fork of MongoDB driver for Erlang. mongodb now holds the master repository for this driver.
65 stars 16 forks source link

Add mongo_replset and pool to modules list in .app file #5

Closed seansawyer closed 13 years ago

seansawyer commented 13 years ago

Systools requires that all modules provided by an application be present here.

Have you considered building this project and bson-erlang with Rebar? It will generate the .app file for you, including building the modules list automatically.

I am building both with Rebar locally and would be happy to send another pull request migrating to a Rebar build if you are interested.

Thanks!