TonyGen / mongodb-erlang

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

updated .app module list #6

Closed amtal closed 13 years ago

amtal commented 13 years ago

Two modules missing from list. Rebar treats this as an error, and stops compilation when the project's included as a dependency:

ak@rifter:~/eg/mtry$ rebar compile ==> mongodb (compile) ERROR: One or more .beam files exist that are not listed in mongodb.app: * mongo_replset * pool ak@rifter:~/eg/mtry$

Adding 'em makes mongodb-erlang rebar-compatible. :)

TonyGen commented 13 years ago

Thanks Alex. Sean already submitted the same pull request.