<?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: Generating p2 meta data from command line</title>
	<atom:link href="http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/</link>
	<description>Radoslaw H. Urbas homepage / blog</description>
	<lastBuildDate>Mon, 28 Nov 2011 15:23:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Markus</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-28758</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Mon, 28 Nov 2011 15:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-28758</guid>
		<description>Perfect.

It seems that eclipse is prepared for everything! :)

Thanks for the fast answer!

Markus</description>
		<content:encoded><![CDATA[<p>Perfect.</p>
<p>It seems that eclipse is prepared for everything! <img src='http://urbas.tk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the fast answer!</p>
<p>Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radoslaw Urbas</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-28734</link>
		<dc:creator>Radoslaw Urbas</dc:creator>
		<pubDate>Mon, 28 Nov 2011 09:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-28734</guid>
		<description>@Markus
Have you tried using Category Publisher (application &lt;em&gt;org.eclipse.equinox.p2.publisher.CategoryPublisher&lt;/em&gt;)?</description>
		<content:encoded><![CDATA[<p>@Markus<br />
Have you tried using Category Publisher (application <em>org.eclipse.equinox.p2.publisher.CategoryPublisher</em>)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-28727</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Mon, 28 Nov 2011 08:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-28727</guid>
		<description>Hi!

Thanks for the entry. We use this mechanism in our automated build, too. 

Unfortunately, eclispe does not recognize that the features should be grouped into categories, which are defined in the site.xml. The site.xml is located in the same directory where the artifacts.jar and contents.jar are located.

Do you know if the site.xml needs to be a parameter of the FeaturesAndBundlesPublisher, or would I use the org.eclipse.equinox.p2.publisher.UpdateSitePublisher application instead of the FeaturesAndBundlesPublisher? This takes a site.xml as parameter?! 

Any help is appreciated!

Markus</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thanks for the entry. We use this mechanism in our automated build, too. </p>
<p>Unfortunately, eclispe does not recognize that the features should be grouped into categories, which are defined in the site.xml. The site.xml is located in the same directory where the artifacts.jar and contents.jar are located.</p>
<p>Do you know if the site.xml needs to be a parameter of the FeaturesAndBundlesPublisher, or would I use the org.eclipse.equinox.p2.publisher.UpdateSitePublisher application instead of the FeaturesAndBundlesPublisher? This takes a site.xml as parameter?! </p>
<p>Any help is appreciated!</p>
<p>Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radoslaw Urbas</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-15813</link>
		<dc:creator>Radoslaw Urbas</dc:creator>
		<pubDate>Thu, 18 Nov 2010 14:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-15813</guid>
		<description>@bob FeaturesAndBundlesPublisher generates valid updatesite. I would rather say that GUI for updates in Eclipse is not allowing installation of individual bundles but rather only installation of the features.</description>
		<content:encoded><![CDATA[<p>@bob FeaturesAndBundlesPublisher generates valid updatesite. I would rather say that GUI for updates in Eclipse is not allowing installation of individual bundles but rather only installation of the features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-15812</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Thu, 18 Nov 2010 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-15812</guid>
		<description>The ouput (content of the %P2_TARGET% folder) of the FeaturesAndBundlesPublisher application is not recognized in eclipse helios 3.6.1 update manager. Features must be present for the bundles to make it a valid p2 site.</description>
		<content:encoded><![CDATA[<p>The ouput (content of the %P2_TARGET% folder) of the FeaturesAndBundlesPublisher application is not recognized in eclipse helios 3.6.1 update manager. Features must be present for the bundles to make it a valid p2 site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-12866</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Wed, 02 Jun 2010 13:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-12866</guid>
		<description>Thank you, it works fine.</description>
		<content:encoded><![CDATA[<p>Thank you, it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radoslaw Urbas</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-12865</link>
		<dc:creator>Radoslaw Urbas</dc:creator>
		<pubDate>Wed, 02 Jun 2010 12:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-12865</guid>
		<description>@Xavier Adding &lt;em&gt;-append&lt;/em&gt; option should do the trick.</description>
		<content:encoded><![CDATA[<p>@Xavier Adding <em>-append</em> option should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-12864</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Wed, 02 Jun 2010 11:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-12864</guid>
		<description>Thank you it is very useful.

Now I am looking for a solution to update the p2 target without overwrite it. Any idea ?</description>
		<content:encoded><![CDATA[<p>Thank you it is very useful.</p>
<p>Now I am looking for a solution to update the p2 target without overwrite it. Any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://urbas.tk/index.php/2010/06/01/generating-p2-meta-data-from-command-line/comment-page-1/#comment-12862</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Wed, 02 Jun 2010 04:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://urbas.tk/?p=215#comment-12862</guid>
		<description>Thank you for the enty. p2 seems to have lots of cool (hidden) features.</description>
		<content:encoded><![CDATA[<p>Thank you for the enty. p2 seems to have lots of cool (hidden) features.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

