Correct me if I'm wrong, but isn't this for specifying dependencies
when creating your own *library*, not for a project?
For example, I have a project that has this build file:
-js test.js
-main Test
-lib mdown
-lib erazor
-lib xirsys_stdjs
Now I want to collaborate with another developer, who has none of these
libraries installed. Is there any way for my co-developer to, in one
command, get all of the necessary haxelibs to build my project?
The haxelib.xml approach works for dependencies of other haxelibs, but
not for the dependencies of projects (unless I'm missing something?)
Jason