blob: cdecbd9679540c2486213ea1f08dad9e95313361 [file] [log] [blame]
/* This file is necessary because we need to avoid including
* any targets or platforms because these packages depend on this package;
* without this file this package would depend on these other packages and
* we would have a circular dependency.
*/
Build.useTargets = null; /* force the set of build targets to be empty */
Pkg.attrs.compress = true; /* generate a compressed release archive */
Pkg.excludeDirs = [".svn"];
Pkg.attrs.archiver = "zip";
Pkg.producerId = xdc.getPackageRepository(Pkg.name);