140141142143144145146147148149150151152
} } // end of if () if ( is == null) { // Use xmlBlaster way of searching FileInfo i = p.findPath(propFile); if ( i != null) { is = i.getInputStream(); } // end of if () } // end of if () if ( is != null) {