This plugin provides a fix for XText version 0.7.2 which has problem with serialization of models containing multiple inheritance 
(see bug 280439 -https://bugs.eclipse.org/bugs/show_bug.cgi?id=280439).

The replacement process is based on early loading of fixed class InstanceDescriptF1X, renaming
its bytecode to the right name and remembering the resulting bytecode. During the loading of original class InstanceDescription the 
remembered bytecode is returned.


To ensure launch of the hook, it has to be installed as a jar (must not be unpacked) and 
the eclipse has to be launched with parameter -Dosgi.framework.extensions=eu.qimpress.ide.editors.text.xtextfix

