Home | History | Annotate | Download | only in builders

Lines Matching defs:propValue

662                 String propValue = projectState.getProperty(MANIFEST_MERGER_PROPERTY);
663 if (propValue != null) {
664 enabled = Boolean.valueOf(propValue);