### Eclipse Workspace Patch 1.0 #P org.eclipse.gmf.runtime.emf.core Index: src/org/eclipse/gmf/runtime/emf/core/internal/resources/PathmapManager.java =================================================================== RCS file: /cvsroot/technology/org.eclipse.gmf/plugins/org.eclipse.gmf.runtime.emf.core/src/org/eclipse/gmf/runtime/emf/core/internal/resources/PathmapManager.java,v retrieving revision 1.4 diff -u -r1.4 PathmapManager.java --- src/org/eclipse/gmf/runtime/emf/core/internal/resources/PathmapManager.java 25 Apr 2006 12:48:26 -0000 1.4 +++ src/org/eclipse/gmf/runtime/emf/core/internal/resources/PathmapManager.java 17 May 2006 19:48:33 -0000 @@ -715,14 +715,6 @@ * or a new pathmap URI otherwise. */ public static URI denormalizeURI(URI uri) { - if (!uri.isFile()) { - if (!uri.scheme().equals("platform")) { //$NON-NLS-1$ - return uri; - } else if (!uri.segment(0).equals("resource")) { //$NON-NLS-1$ - return uri; - } - } - String uriAsString = uri.toString(); String maxValueString = null;