54,59c54,61 < if( path.endsWith("Package")) < { < id( RepositoryID.toRepositoryID( path.substring( 0, path.lastIndexOf("Package")) + "." + name, loader)); < } < else < { --- > // if( path.endsWith("Package")) > // { > // id( RepositoryID.toRepositoryID( path.substring( 0, path.lastIndexOf("Package")) + "." + name, loader)); > // } > // else > // { > // id( RepositoryID.toRepositoryID( path + "." + name, loader)); > // } 61d62 < }