<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Eclipse 3.4 (Ganymede) &#8211; Managing Extension Locations</title>
	<atom:link href="http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/feed/" rel="self" type="application/rss+xml" />
	<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/</link>
	<description>1. Share Everything* [Programming Gotchas, Technology News, Insights on Living and Everything in Between]</description>
	<lastBuildDate>Wed, 03 Mar 2010 20:11:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-3866</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 28 Nov 2009 23:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-3866</guid>
		<description>create folder
default-workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\

create file
org.eclipse.ui.workbench.prefs

it&#039;s content is
#Sun Nov 29 00:10:52 EET 2009
eclipse.preferences.version=1
UIActivities.org.eclipse.equinox.p2.ui.sdk.classicUpdate=true

run eclipse and &quot;Help-&gt;Software Updates-&gt;Find and Install, Manage Configuration&quot; are present</description>
		<content:encoded><![CDATA[<p>create folder<br />
default-workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\</p>
<p>create file<br />
org.eclipse.ui.workbench.prefs</p>
<p>it&#8217;s content is<br />
#Sun Nov 29 00:10:52 EET 2009<br />
eclipse.preferences.version=1<br />
UIActivities.org.eclipse.equinox.p2.ui.sdk.classicUpdate=true</p>
<p>run eclipse and &#8220;Help-&gt;Software Updates-&gt;Find and Install, Manage Configuration&#8221; are present</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DremLIN</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-144</link>
		<dc:creator>DremLIN</dc:creator>
		<pubDate>Sat, 16 May 2009 13:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-144</guid>
		<description>Ups! http://depositfiles.com/files/cuo7a57wb - it&#039;s not work... :(
Try it:
http://depositfiles.com/files/u876ro4qj</description>
		<content:encoded><![CDATA[<p>Ups! <a href="http://depositfiles.com/files/cuo7a57wb" rel="nofollow">http://depositfiles.com/files/cuo7a57wb</a> &#8211; it&#8217;s not work&#8230; <img src='http://unlikelyteacher.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Try it:<br />
<a href="http://depositfiles.com/files/u876ro4qj" rel="nofollow">http://depositfiles.com/files/u876ro4qj</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DremLIN</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-145</link>
		<dc:creator>DremLIN</dc:creator>
		<pubDate>Fri, 15 May 2009 20:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-145</guid>
		<description>I make fake Eclipse SDK and put it in &quot;dropins&quot; folder.
Result: Window &gt; Preferences &gt; General &gt; Capabilities option enabled.
Help &gt; Software Updates &gt; Manage Configuration menu is enable too.

http://depositfiles.com/files/cuo7a57wb

Good Luke!</description>
		<content:encoded><![CDATA[<p>I make fake Eclipse SDK and put it in &#8220;dropins&#8221; folder.<br />
Result: Window &gt; Preferences &gt; General &gt; Capabilities option enabled.<br />
Help &gt; Software Updates &gt; Manage Configuration menu is enable too.</p>
<p><a href="http://depositfiles.com/files/cuo7a57wb" rel="nofollow">http://depositfiles.com/files/cuo7a57wb</a></p>
<p>Good Luke!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard Ligny</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-143</link>
		<dc:creator>Bernard Ligny</dc:creator>
		<pubDate>Mon, 02 Mar 2009 11:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-143</guid>
		<description>There is also a well-known (?) feature allowing to easily extend eclipse using +/- the same principles as extension location:

1. Create a sub folder &quot;links&quot; under your eclipse install dir
2. Create a new text file with &quot;.link&quot; extension (eg &quot;myextension.link&quot;) with a single line pointing to your extension dir:
path=C:/Devware/MyExtension
3. Now setup the extension directory:
- create the folder it-self (C:/Devware/MyExtension)
- create a  sub folder named &quot;eclipse&quot;
4. finally put/deploy your preferred plugins under this alternate &quot;eclipse&quot; dir

Doing that way enables you to cleary separate eclipse from your customizations, so that you can safely upgrade eclipse without impacting your habits...

Enjoy !
Bernard.</description>
		<content:encoded><![CDATA[<p>There is also a well-known (?) feature allowing to easily extend eclipse using +/- the same principles as extension location:</p>
<p>1. Create a sub folder &#8220;links&#8221; under your eclipse install dir<br />
2. Create a new text file with &#8220;.link&#8221; extension (eg &#8220;myextension.link&#8221;) with a single line pointing to your extension dir:<br />
path=C:/Devware/MyExtension<br />
3. Now setup the extension directory:<br />
- create the folder it-self (C:/Devware/MyExtension)<br />
- create a  sub folder named &#8220;eclipse&#8221;<br />
4. finally put/deploy your preferred plugins under this alternate &#8220;eclipse&#8221; dir</p>
<p>Doing that way enables you to cleary separate eclipse from your customizations, so that you can safely upgrade eclipse without impacting your habits&#8230;</p>
<p>Enjoy !<br />
Bernard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannu Leinonen</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-139</link>
		<dc:creator>Hannu Leinonen</dc:creator>
		<pubDate>Mon, 19 Jan 2009 15:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-139</guid>
		<description>Got it there by removing plugins/org.eclipse.ecf.identity_2.0.0.v20080611-1715.jar

Somebody might be keen to investigate this a bit more. So far I&#039;ve seen no side effects.</description>
		<content:encoded><![CDATA[<p>Got it there by removing plugins/org.eclipse.ecf.identity_2.0.0.v20080611-1715.jar</p>
<p>Somebody might be keen to investigate this a bit more. So far I&#8217;ve seen no side effects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronan</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-140</link>
		<dc:creator>Ronan</dc:creator>
		<pubDate>Thu, 13 Nov 2008 13:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-140</guid>
		<description>I found a way to navigate to the &quot;Manage configuration&quot; window in Ganymede:
Open the help window and search for &quot;Manage configuration&quot;, then select &quot;  Enabling, disabling, and uninstalling features&quot;.
The help window gives a link to &quot;Help &gt; Software Updates &gt; Manage Configuration.&quot;</description>
		<content:encoded><![CDATA[<p>I found a way to navigate to the &#8220;Manage configuration&#8221; window in Ganymede:<br />
Open the help window and search for &#8220;Manage configuration&#8221;, then select &#8221;  Enabling, disabling, and uninstalling features&#8221;.<br />
The help window gives a link to &#8220;Help &gt; Software Updates &gt; Manage Configuration.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Kowald</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-142</link>
		<dc:creator>Luke Kowald</dc:creator>
		<pubDate>Mon, 20 Oct 2008 05:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-142</guid>
		<description>Ah. I see someone else also suggested that above. Sorry. :p</description>
		<content:encoded><![CDATA[<p>Ah. I see someone else also suggested that above. Sorry. :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Kowald</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-141</link>
		<dc:creator>Luke Kowald</dc:creator>
		<pubDate>Mon, 20 Oct 2008 04:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-141</guid>
		<description>I recently installed Ganymede. You&#039;re right there is no &quot;classic&quot; &#039;Manage Configuration&#039; option. However. Here is what you can do to add &quot;external&quot; plug-ins (I do this with my Intel C++ Compiler plug-ins). Simply link the directory which contains your external plug-ins to the &#039;dropins&#039; directory. Done.</description>
		<content:encoded><![CDATA[<p>I recently installed Ganymede. You&#8217;re right there is no &#8220;classic&#8221; &#8216;Manage Configuration&#8217; option. However. Here is what you can do to add &#8220;external&#8221; plug-ins (I do this with my Intel C++ Compiler plug-ins). Simply link the directory which contains your external plug-ins to the &#8216;dropins&#8217; directory. Done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri Sankaran</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-136</link>
		<dc:creator>Sri Sankaran</dc:creator>
		<pubDate>Tue, 02 Sep 2008 16:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-136</guid>
		<description>Much as I like the flexibility the SDK bundle provides (the ability to point to an external location), I found it to be a double-edged sword.

For example, after downloading the SDK bundle, I tried to install the WTP bundle.  The dependency resolution step showed that I needed to install GEF first.  However, even after installing the latest GEF, I am unable to install WTP.  Aaargh!

Several hours of fussing around with installing this, that and the other I give up.  I have succumbed to the &quot;convenience&quot; of the JEE bundle.

Is there a way to have the cake and eat it too?  IOW can I use classic update and somehow have it resolve dependencies as well?

Sigh</description>
		<content:encoded><![CDATA[<p>Much as I like the flexibility the SDK bundle provides (the ability to point to an external location), I found it to be a double-edged sword.</p>
<p>For example, after downloading the SDK bundle, I tried to install the WTP bundle.  The dependency resolution step showed that I needed to install GEF first.  However, even after installing the latest GEF, I am unable to install WTP.  Aaargh!</p>
<p>Several hours of fussing around with installing this, that and the other I give up.  I have succumbed to the &#8220;convenience&#8221; of the JEE bundle.</p>
<p>Is there a way to have the cake and eat it too?  IOW can I use classic update and somehow have it resolve dependencies as well?</p>
<p>Sigh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Alexandru Bîrsan</title>
		<link>http://unlikelyteacher.com/2008/06/26/eclipse-34-ganymede-managing-extension-locations/comment-page-1/#comment-137</link>
		<dc:creator>Mihai Alexandru Bîrsan</dc:creator>
		<pubDate>Mon, 01 Sep 2008 21:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://dayg.wordpress.com/?p=115#comment-137</guid>
		<description>Regarding the missing &quot;Capabilities&quot; preference, please see this URL: http://forums.aptana.com/viewtopic.php?p=22981</description>
		<content:encoded><![CDATA[<p>Regarding the missing &#8220;Capabilities&#8221; preference, please see this URL: <a href="http://forums.aptana.com/viewtopic.php?p=22981" rel="nofollow">http://forums.aptana.com/viewtopic.php?p=22981</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
