Can we keep on importing libraries into the build process from custom directories in the same way as before? I used to write the following lines in build.properties file in the project source:
Code:
lib.dir=${src.dir}/../lib
userLibs=\
${lib.dir}/library_1.jar:\
${lib.dir}/library_2.jar:\
Does this still work considering that the build process now includes files in the wpilib directory?