<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Managing eclipse&#8217;s plugins</title>
	<atom:link href="http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/</link>
	<description>An infrequent look at developments in the world of the Flash Platform</description>
	<pubDate>Fri, 22 Aug 2008 03:01:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: guyos</title>
		<link>http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-207</link>
		<dc:creator>guyos</dc:creator>
		<pubDate>Mon, 27 Mar 2006 11:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-207</guid>
		<description>How do you delete an extension location from the eclipse registry. I have a feature which can't be uninstalled. If I delete the entire folder of the extension location I can't add the same feature again properly</description>
		<content:encoded><![CDATA[<p>How do you delete an extension location from the eclipse registry. I have a feature which can&#8217;t be uninstalled. If I delete the entire folder of the extension location I can&#8217;t add the same feature again properly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashGen</title>
		<link>http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-103</link>
		<dc:creator>FlashGen</dc:creator>
		<pubDate>Fri, 10 Mar 2006 16:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-103</guid>
		<description>Hi P.K, actually I did say that you need to create the file straight off the bat in Notepad and save it as .eclipseplugin otherwise you get the error:

"...So you’ll need to create the file with the correct name first time round to avoid this headache. To do this open Notepad and add in the details below. Make sure to change the version value to your actual eclipse version (this is different to Matt’s recommendations - see the next paragraph for the reason for doing this).

    name=Eclipse Platform
    id=org.eclipse.platform
    version=3.1.2 

Now save the file in the directory as detailed above by selecting ‘All (*.*)’ from Notepad’s ‘Save as type:’ drop down..."

For clarity I should have really indicated that you need to put .eclipseplguin as the file name at this point (you shouldn't have a .txt extension at this point).

If you are still having problems reply to my comment and I'll post up my version for you to use.</description>
		<content:encoded><![CDATA[<p>Hi P.K, actually I did say that you need to create the file straight off the bat in Notepad and save it as .eclipseplugin otherwise you get the error:</p>
<p>&#8220;&#8230;So you’ll need to create the file with the correct name first time round to avoid this headache. To do this open Notepad and add in the details below. Make sure to change the version value to your actual eclipse version (this is different to Matt’s recommendations - see the next paragraph for the reason for doing this).</p>
<p>    name=Eclipse Platform<br />
    id=org.eclipse.platform<br />
    version=3.1.2 </p>
<p>Now save the file in the directory as detailed above by selecting ‘All (*.*)’ from Notepad’s ‘Save as type:’ drop down&#8230;&#8221;</p>
<p>For clarity I should have really indicated that you need to put .eclipseplguin as the file name at this point (you shouldn&#8217;t have a .txt extension at this point).</p>
<p>If you are still having problems reply to my comment and I&#8217;ll post up my version for you to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P.K.Luutu</title>
		<link>http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-101</link>
		<dc:creator>P.K.Luutu</dc:creator>
		<pubDate>Fri, 10 Mar 2006 16:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-101</guid>
		<description>Thanks for the article,
You touched on the problem winxp with invalid file name like
.eclipseextension. It seems you did not conclede that point.

I followwed along but at the last stage i get message "Invalid Extension- Selected location does not contain a product extension.....

Pse assist with this.

Regards

P.K. Luutu</description>
		<content:encoded><![CDATA[<p>Thanks for the article,<br />
You touched on the problem winxp with invalid file name like<br />
.eclipseextension. It seems you did not conclede that point.</p>
<p>I followwed along but at the last stage i get message &#8220;Invalid Extension- Selected location does not contain a product extension&#8230;..</p>
<p>Pse assist with this.</p>
<p>Regards</p>
<p>P.K. Luutu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashGen.Com .: blog :. &#187; eclipse &#8216;update sites&#8217; and external configurations</title>
		<link>http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-47</link>
		<dc:creator>FlashGen.Com .: blog :. &#187; eclipse &#8216;update sites&#8217; and external configurations</dc:creator>
		<pubDate>Mon, 27 Feb 2006 13:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-47</guid>
		<description>[...] To this end I thought I&#8217;d post up some details of how to actually add a context to eclipse via an update site; as well as installing it directly into an external configuration directory at the same time. The steps are fairly painless to achieve this and I&#8217;ve added in a few images to provide pointers in case there is any confusion, I&#8217;ve also covered off the two commonest ways to install plugins via this method - those being having already added your external configuarion to eclipse via the Manage Configuration menu, (see the previous article). Or by actually adding the external location once we have selected our remote site to install from. [...]</description>
		<content:encoded><![CDATA[<p>[...] To this end I thought I&#8217;d post up some details of how to actually add a context to eclipse via an update site; as well as installing it directly into an external configuration directory at the same time. The steps are fairly painless to achieve this and I&#8217;ve added in a few images to provide pointers in case there is any confusion, I&#8217;ve also covered off the two commonest ways to install plugins via this method - those being having already added your external configuarion to eclipse via the Manage Configuration menu, (see the previous article). Or by actually adding the external location once we have selected our remote site to install from. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vesa</title>
		<link>http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-43</link>
		<dc:creator>Vesa</dc:creator>
		<pubDate>Tue, 21 Feb 2006 10:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-43</guid>
		<description>Thanks for sharing this! Eclipse seems to be useful tool for programming As/RoR/Java etc.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this! Eclipse seems to be useful tool for programming As/RoR/Java etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashGen.Com .: blog :. &#187; Flex Builder 2 (Beta 1) and eclipse&#8217;s plugins</title>
		<link>http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-42</link>
		<dc:creator>FlashGen.Com .: blog :. &#187; Flex Builder 2 (Beta 1) and eclipse&#8217;s plugins</dc:creator>
		<pubDate>Tue, 21 Feb 2006 09:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/2006/02/21/managing-eclipses-plugins/#comment-42</guid>
		<description>[...] If you haven&#8217;t read the post about external eclipse plugin configurations you can read it here [...]</description>
		<content:encoded><![CDATA[<p>[...] If you haven&#8217;t read the post about external eclipse plugin configurations you can read it here [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
