lipinggm / tlb

Automatically exported from code.google.com/p/tlb
0 stars 0 forks source link

Use Ivy to manage lib dependencies. #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now we check in all the libraries. This uses up a lot of space on our 
github account. We instead want to use Ivy so that the deps are downloaded at 
build time after checkout.

Original issue reported on code.google.com by itspa...@gmail.com on 31 Dec 2010 at 4:58

GoogleCodeExporter commented 9 years ago
This is done. Now, after a fresh project clone, you just need to do an "ant 
init" and wait for ivy to download TLB dependencies.

Original comment by itspa...@gmail.com on 10 Jan 2011 at 3:12