If I put my 3rd party jars in libs/ then I can build my project using ant. However, I can't figure out how to change that location to something else. For example, if I put my jars in libs/main I can't get my build to find them. I've tried the following properties with no luck:
jar.libs.dir=libs/main
external.libs.dir=libs/main
I tried putting those in both the xml and in the ant.properties
files with no luck. What property can I set to override the libs directory?