Searched refs:propValue (Results 1 – 1 of 1) sorted by relevance
644 String propValue = projectState.getProperty(MANIFEST_MERGER_PROPERTY); in build() local645 if (propValue != null) { in build()646 enabled = Boolean.valueOf(propValue); in build()