Changeset 2
Author: viatra2.sro
(2009/10/30 13:41) Over 2 years ago
MindManager8 <-> FreeMind converter, initial revision
Affected files
com.borlander.emf.mindmaps.org.model/.classpath (Quick diff)
com.borlander.emf.mindmaps.org.model/.project (Quick diff)
com.borlander.emf.mindmaps.org.model/build.properties (Quick diff)
com.borlander.emf.mindmaps.org.model/META-INF/ (Quick diff)
com.borlander.emf.mindmaps.org.model/META-INF/MANIFEST.MF (Quick diff)
com.borlander.emf.mindmaps.org.model/model/ (Quick diff)
com.borlander.emf.mindmaps.org.model/model/freemind.ecore (Quick diff)
com.borlander.emf.mindmaps.org.model/model/freemind.genmodel (Quick diff)
com.borlander.emf.mindmaps.org.model/model/freemind.xsd2ecore (Quick diff)
com.borlander.emf.mindmaps.org.model/plugin.properties (Quick diff)
com.borlander.emf.mindmaps.org.model/plugin.xml (Quick diff)
com.borlander.emf.mindmaps.org.model/src/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/AnyIconPluginType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/AnyPluginDataType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/ArrowlinkType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/AttributeType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/BOLDType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/CloudType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/CustomIconType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/EdgeType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/FOLDEDType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/FontType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/FreemindFactory.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/FreemindPackage.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/HookType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/HtmlType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/IconsGroupType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/IconType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/AnyIconPluginTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/AnyPluginDataTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/ArrowlinkTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/AttributeTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/CloudTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/CustomIconTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/EdgeTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/FontTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/FreemindFactoryImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/FreemindPackageImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/HookTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/HtmlTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/IconsGroupTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/IconTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/MapTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/NodeTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/OrgDocumentRootImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/ParametersTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/RichcontentTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/StructuredPluginDataTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/TextTypeImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/ITALICType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/MapType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/NodeType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/OrgDocumentRoot.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/ParametersType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/POSITIONType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/RichcontentType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/startup/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/startup/FreemindEmfStartup.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/StructuredPluginDataType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/TextType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/TYPEType.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/ (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindAdapterFactory.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindResourceFactoryImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindResourceImpl.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindSwitch.java (Quick diff)
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindXMLProcessor.java (Quick diff)
com.borlander.emf.mindmaps.org.model/.classpath
|
Show contents
|
com.borlander.emf.mindmaps.org.model/.project
|
Show contents
|
com.borlander.emf.mindmaps.org.model/build.properties
|
Show contents
|
com.borlander.emf.mindmaps.org.model/META-INF/MANIFEST.MF
|
Show contents
|
com.borlander.emf.mindmaps.org.model/model/freemind.ecore
|
Show contents
|
com.borlander.emf.mindmaps.org.model/model/freemind.genmodel
|
Show contents
|
com.borlander.emf.mindmaps.org.model/model/freemind.xsd2ecore
|
Show contents
|
com.borlander.emf.mindmaps.org.model/plugin.properties
|
Show contents
|
com.borlander.emf.mindmaps.org.model/plugin.xml
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/AnyIconPluginType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/AnyPluginDataType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/ArrowlinkType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/AttributeType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/BOLDType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/CloudType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/CustomIconType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/EdgeType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/FOLDEDType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/FontType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/FreemindFactory.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/FreemindPackage.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/HookType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/HtmlType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/IconsGroupType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/IconType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/AnyIconPluginTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/AnyPluginDataTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/ArrowlinkTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/AttributeTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/CloudTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/CustomIconTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/EdgeTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/FontTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/FreemindFactoryImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/FreemindPackageImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/HookTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/HtmlTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/IconsGroupTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/IconTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/MapTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/NodeTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/OrgDocumentRootImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/ParametersTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/RichcontentTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/StructuredPluginDataTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/impl/TextTypeImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/ITALICType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/MapType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/NodeType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/OrgDocumentRoot.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/ParametersType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/POSITIONType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/RichcontentType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/startup/FreemindEmfStartup.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/StructuredPluginDataType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/TextType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/TYPEType.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindAdapterFactory.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindResourceFactoryImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindResourceImpl.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindSwitch.java
|
Show contents
|
com.borlander.emf.mindmaps.org.model/src/com/borlander/emf/mindmaps/org/model/freemind/util/FreemindXMLProcessor.java
|
Show contents
|