### Eclipse Workspace Patch 1.0 #P org.eclipse.ohf.h3et.mif.core Index: src/org/eclipse/ohf/h3et/mif/core/conversion/converters/GraphicRepresentationConverter.java =================================================================== RCS file: /cvsroot/technology/org.eclipse.ohf/plugins/org.eclipse.ohf.h3et.mif.core/src/org/eclipse/ohf/h3et/mif/core/conversion/converters/GraphicRepresentationConverter.java,v retrieving revision 1.3 diff -u -r1.3 GraphicRepresentationConverter.java --- src/org/eclipse/ohf/h3et/mif/core/conversion/converters/GraphicRepresentationConverter.java 14 May 2007 15:26:47 -0000 1.3 +++ src/org/eclipse/ohf/h3et/mif/core/conversion/converters/GraphicRepresentationConverter.java 15 Oct 2007 13:11:47 -0000 @@ -116,6 +116,8 @@ // make new entry in the main graphic to contain graphic elements of this graphic-presentation Element newParent = parent.getOwnerDocument().createElementNS(BaseConverter.MIF_NAMESPACE, "class"); newParent.setAttribute("className", parent.getAttribute("name")); + newParent.setAttribute("presentation", graphic.getAttribute("presentation")); + moveGraphElement(graphic, newParent); // remove the current graphic from "entryPoint"