Searched refs:rsTargetStr (Results 1 – 1 of 1) sorted by relevance
868 String rsTargetStr = projectState.getProperty(ProjectProperties.PROPERTY_RS_TARGET); in compileRs() local869 if (rsTargetStr != null) { in compileRs()871 rsTarget = Integer.parseInt(rsTargetStr); in compileRs()