<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ser's home page &#187; gmf</title>
	<atom:link href="http:///ser/tag/gmf/feed" rel="self" type="application/rss+xml" />
	<link>/ser</link>
	<description>about searching</description>
	<lastBuildDate>Tue, 20 Jan 2009 20:03:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Eclipse GMF &#8211; Enabling UUIDs in Semantic model &#8211; The Simplest Way</title>
		<link>/ser/2008/07/02/eclipse-gmf-enabling-uuids-in-semantic-model-the-simplest-way</link>
		<comments>/ser/2008/07/02/eclipse-gmf-enabling-uuids-in-semantic-model-the-simplest-way#comments</comments>
		<pubDate>Tue, 01 Jul 2008 17:40:07 +0000</pubDate>
		<dc:creator>Seweryn Niemiec</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[emf]]></category>
		<category><![CDATA[gmf]]></category>
		<category><![CDATA[uuid]]></category>

		<guid isPermaLink="false">/ser/2008/07/02/eclipse-gmf-enabling-uuids-in-semantic-model-the-simplest-way/</guid>
		<description><![CDATA[This solution is for those who use also GMF. In one of your plug-ins (or create a new empty plug-in for that) add following section to plugin.xml: &#60;extension point="org.eclipse.emf.ecore.extension_parser"&#62; &#60;parser type="MY_SEMANTIC_MODEL_FILE_EXTENSION" class="org.eclipse.gmf.runtime.emf.core.resources.GMFResourceFactory"&#62; &#60;/parser&#62; &#60;/extension&#62; It will make EMF use GMFResourceFactory for XMI [de]serialization. GMFResourceFactory enables usage of UUIDs. Don&#8217;t forget to replace MY_SEMANTIC_MODEL_FILE_EXTENSION with your [...]]]></description>
		<wfw:commentRss>/ser/2008/07/02/eclipse-gmf-enabling-uuids-in-semantic-model-the-simplest-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
