### Eclipse Workspace Patch 1.0 #P org.eclipse.rse.services.dstore Index: miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java =================================================================== RCS file: /cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java,v retrieving revision 1.10 diff -u -r1.10 UniversalFileSystemMiner.java --- miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java 13 Jun 2007 14:49:19 -0000 1.10 +++ miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java 14 Jun 2007 06:35:30 -0000 @@ -2044,7 +2044,7 @@ } String oldValue = deObj.getAttribute(DE.A_VALUE); String newValue = rootPath + ArchiveHandlerManager.VIRTUAL_SEPARATOR + virtualPath; - if (!oldValue.startsWith(newValue)) + if (!oldValue.equals(newValue)) { deObj.setAttribute(DE.A_VALUE, newValue); //$NON-NLS-1$ }