<?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>link2caro &#187; Scheme</title>
	<atom:link href="http://blog.link2caro.net/tag/scheme/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.link2caro.net</link>
	<description>I&#039;m just flesh &#039;n bones, but with you I feel I&#039;m flyin&#039; - Superman</description>
	<lastBuildDate>Thu, 24 Jun 2010 12:14:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Exporting Eclipse&#8217;s Color Schemes</title>
		<link>http://blog.link2caro.net/read/eclipse-color-schemes/</link>
		<comments>http://blog.link2caro.net/read/eclipse-color-schemes/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 23:11:21 +0000</pubDate>
		<dc:creator>CA RO</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scheme]]></category>

		<guid isPermaLink="false">http://link2caro.net/?p=634</guid>
		<description><![CDATA[Export your Eclipse preferences using File &#62; Export &#62; General &#62; Preferences. This will output a .epf file with a whole bunch of preferences including repository info; way more than you need. Run some simple  commands to create a preference file that contains color information only. Add &#8220;file_export_version=3.0&#8243; as the top line of your new [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Export your Eclipse preferences using File &gt; Export &gt; General &gt; Preferences. This will output a .epf file with a whole bunch of preferences including repository info; way more than you need.</li>
<li>Run some simple  commands to create a preference file that contains color information only.</li>
<li>Add &#8220;file_export_version=3.0&#8243; as the top line of your new epf file. This allows the file to imported into Eclipse &gt;= 3.0. Without this your preferences will not be imported.</li>
</ol>
<p><code>"file_export_version=3.0" &gt; my_color_prefs.epf<br />
grep -i color &gt;&gt; my_color_prefs.epf<br />
grep -i org.eclipse.wst &gt;&gt; my_color_prefs.epf<br />
grep -i org.eclipse.php.ui &gt;&gt; my_color_prefs.epf</code></p>
<p>Update 27/10/2009 ( <a href="http://files.link2caro.net/2009/08/caro-20091027.epf">caro-20091027</a> )</p>
<p>Update 02/02/2010 ( <a href="http://files.link2caro.net/2009/08/caro-20100202.epf_.gz">caro-20100202</a> ) for PDT 2.2</p>
<p>Thanks to timrobles.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.link2caro.net/read/eclipse-color-schemes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
