PRG 420 Week 3 Individual Assignment Netbeans Project (annual compensation with commission)/build.xml Builds, tests, and runs the project PRG420V10_Week3. PRG 420 Week 3 Individual Assignment Netbeans Project (annual compensation with commission)/build/classes/.netbeans_automatic_build PRG 420 Week 3 Individual Assignment Netbeans Project (annual compensation with commission)/build/classes/DriverCalculator.classpublicsynchronizedclass DriverCalculator { public void DriverCalculator(); publicstatic void main(String[]); } PRG 420 Week 3 Individual Assignment Netbeans Project (annual compensation with commission)/build/classes/SalesPerson.classpublicsynchronizedclass SalesPerson { double fixedSalary; double annualSales; double commission; double target; public void SalesPerson(double); public double getTotalAnnualCompensation(); } PRG 420 Week 3 Individual Assignment Netbeans Project (annual compensation with commission)/manifest.mf Manifest-Version: 1.0 X-COMMENT: Main-Class will be added automatically by build PRG 420 Week 3 Individual Assignment Netbeans Project (annual compensation with commission)/nbproject/build-impl.xml Must set src.dir Must set test.src.dir Must set build.dir Must set dist.dir Must set build.classes.dir Must set dist.javadoc.dir Must set build.test.classes.dir Must set build.test.results.dir Must set build.classes.excludes Must set dist.jar .