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