new RepositoryFile.Builder( file.getName() ).folder( isDir ).hidden( false ).build();
String parentDir =
new File( entryName ).getParent() == null ? RepositoryFile.SEPARATOR : new File( entryName ).getParent()
+ RepositoryFile.SEPARATOR;
IRepositoryFileBundle repoFileBundle =
new RepositoryFileBundle( repoFile, null, parentDir, tempFile, "UTF-8", null );
if ( file.getName().equals( "exportManifest.xml" ) ) {
initializeAclManifest( repoFileBundle );
} else {
files.add( repoFileBundle );