This PR adds a new class to find property files in the class path.
// Interface
public interface util.PropertySource
// Implementations
public class util.FilesystemPropertySource implements util.PropertySource
public class util.RegisteredPropertySource implements util.PropertySource
// New class
public class util.ClassPathPropertySource implements util.PropertySource
This PR adds a new class to find property files in the class path.
This PR should be applied to XP 11 and XP 10.