<?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: API for reading Eclipse plugin dependencies</title>
	<atom:link href="http://www.vogella.de/blog/2009/10/19/eclipse-plugin-dependencies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vogella.de/blog/2009/10/19/eclipse-plugin-dependencies/</link>
	<description>Tips around Eclipse and Android programming</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:32:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daniel Milosevic</title>
		<link>http://www.vogella.de/blog/2009/10/19/eclipse-plugin-dependencies/comment-page-1/#comment-908</link>
		<dc:creator>Daniel Milosevic</dc:creator>
		<pubDate>Tue, 27 Oct 2009 20:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1241#comment-908</guid>
		<description>Cheers Lars!</description>
		<content:encoded><![CDATA[<p>Cheers Lars!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Suen</title>
		<link>http://www.vogella.de/blog/2009/10/19/eclipse-plugin-dependencies/comment-page-1/#comment-844</link>
		<dc:creator>Eric Suen</dc:creator>
		<pubDate>Mon, 19 Oct 2009 08:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1241#comment-844</guid>
		<description>Some useful code I wrote:

String id = manifestElement.getValue();

if (Constants.SYSTEM_BUNDLE_SYMBOLICNAME.equals(id))
  continue;

if (includeOptional) {
  required.add(id);
} else {
  if (!Constants.RESOLUTION_OPTIONAL.equals(depend.getDirective(Constants.RESOLUTION_DIRECTIVE)))
    required.add(id);
}</description>
		<content:encoded><![CDATA[<p>Some useful code I wrote:</p>
<p>String id = manifestElement.getValue();</p>
<p>if (Constants.SYSTEM_BUNDLE_SYMBOLICNAME.equals(id))<br />
  continue;</p>
<p>if (includeOptional) {<br />
  required.add(id);<br />
} else {<br />
  if (!Constants.RESOLUTION_OPTIONAL.equals(depend.getDirective(Constants.RESOLUTION_DIRECTIVE)))<br />
    required.add(id);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

