/* This file is necessary because we need to avoid including | |
* gnu.targets because this is the gnu.targets package and after an | |
* 'xdc clean' this package does not exist! | |
*/ | |
Build.useTargets = null; /* force the set of build targets to be empty */ | |
Pkg.producerId = xdc.getPackageRepository(Pkg.name); |