}
getdownWebsiteResourceFilenames += file(channelPropsFile).getName()
- // set some getdownTxt_ properties then go through all properties looking for getdownTxt_...
+ // set some getdownTxt_ properties then go through all properties looking for getdown_txt_...
def props = project.properties.sort { it.key }
if (getdownAltJavaMinVersion != null && getdownAltJavaMinVersion.length() > 0) {
props.put("getdown_txt_java_min_version", getdownAltJavaMinVersion)