new GroupInfo("GroupWithAllProcPerm", false, false, false, false, false, true),
new GroupInfo("GroupWithDefaultProcPerm", false, false, false, true, false, false),
new GroupInfo("GroupWithoutDefaultProcPerm", false, false, false, false, false, false),
new GroupInfo("GroupWithDefaultProcReadPerm", false, false, false, false, true, false)
};
project.addGroups(groups);
project.setSecurityEnabled(true);
// export disabled in community
if (MiscUtils.isPro()) {
project.addExport(true /*enabled*/);