1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[160768] applying Xuan's patch for dstore virtual file problem

This commit is contained in:
David McKnight 2007-05-24 21:23:11 +00:00
parent 87f576d824
commit ffeb4e49c1

View file

@ -12,6 +12,7 @@
*
* Contributors:
* Martin Oberhuber (Wind River) - Fix 154874 - handle files with space or $ in the name
* Xuan Chen (IBM) - Fix 160768 - [refresh][dstore] Refresh on renamed node within a zip does not work;
********************************************************************************/
package org.eclipse.rse.dstore.universal.miners;
@ -2840,7 +2841,7 @@ private DataElement createDataElementFromLSString(DataElement subject,
children = mgr.getContents(fileobj, virtualPath);
}
subject.setAttribute(DE.A_SOURCE, setProperties(mgr.getVirtualObject(virtualPath)));
subject.setAttribute(DE.A_SOURCE, setProperties(mgr.getVirtualObject(path)));
if (children == null || children.length == 0) {
_dataStore.trace("problem with virtual:" + virtualPath); //$NON-NLS-1$
}