<?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: Tip: Eclipse-BundleShape</title>
	<atom:link href="http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:17:31 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: ignacioalex</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-4042</link>
		<dc:creator>ignacioalex</dc:creator>
		<pubDate>Fri, 28 May 2010 23:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-4042</guid>
		<description>The Eclipse-BundleShape manifest header is not working for me as well, so I opened the following bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=314962</description>
		<content:encoded><![CDATA[<p>The Eclipse-BundleShape manifest header is not working for me as well, so I opened the following bug:</p>
<p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=314962" rel="nofollow">https://bugs.eclipse.org/bugs/show_bug.cgi?id=314962</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fraer9</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-3537</link>
		<dc:creator>Fraer9</dc:creator>
		<pubDate>Mon, 08 Mar 2010 12:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-3537</guid>
		<description>Hello, i&#039;ve got the same issue. My manifest contains &quot;Eclipse-BundleShape: dir&quot; but when i export the product  (plugin based) i have a jar instead of a dir.

I use Eclipse 3.5.2</description>
		<content:encoded><![CDATA[<p>Hello, i&#8217;ve got the same issue. My manifest contains &#8220;Eclipse-BundleShape: dir&#8221; but when i export the product  (plugin based) i have a jar instead of a dir.</p>
<p>I use Eclipse 3.5.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aya</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-2663</link>
		<dc:creator>aya</dc:creator>
		<pubDate>Fri, 21 Aug 2009 22:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-2663</guid>
		<description>Hy, all!

I set Eclipse-BundleShape: dir in my plug-in and start the Export Product Wizard, but exported RCP Application (plugin based) have JAR with my plug-in instead of waited DIR.

This is a bug?</description>
		<content:encoded><![CDATA[<p>Hy, all!</p>
<p>I set Eclipse-BundleShape: dir in my plug-in and start the Export Product Wizard, but exported RCP Application (plugin based) have JAR with my plug-in instead of waited DIR.</p>
<p>This is a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyanka</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-2638</link>
		<dc:creator>Priyanka</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-2638</guid>
		<description>Within my RCP application, i have some resource files like log4j.properties and so on. Our installation is feature based. I do want to pack the plugin except the resource files. The source code and resources are in the same plugin. After installation, all the source code and some resources are in jar. But config files like properties are not. Does Eclipse-BundleShape support this? If not, is there any other way to achieve this.</description>
		<content:encoded><![CDATA[<p>Within my RCP application, i have some resource files like log4j.properties and so on. Our installation is feature based. I do want to pack the plugin except the resource files. The source code and resources are in the same plugin. After installation, all the source code and some resources are in jar. But config files like properties are not. Does Eclipse-BundleShape support this? If not, is there any other way to achieve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Niefer</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-298</link>
		<dc:creator>Andrew Niefer</dc:creator>
		<pubDate>Tue, 27 Jan 2009 00:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-298</guid>
		<description>@Eike, it looks like the result in this case is undetermined.  While generating scripts, build associates with each bundle a set of feature entry objects representing the  elements from the features that include it.  This is where the unpack info is coming from.  

However, it seems that we only actually consult the first entry in the set and don&#039;t bother to see what the others say.  And we can&#039;t predict the order the entries come out of the set.  Changes here will be tracked by &lt;a href=&quot;https://bugs.eclipse.org/bugs/show_bug.cgi?id=217005&quot; rel=&quot;nofollow&quot;&gt;bug 217005&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Eike, it looks like the result in this case is undetermined.  While generating scripts, build associates with each bundle a set of feature entry objects representing the  elements from the features that include it.  This is where the unpack info is coming from.  </p>
<p>However, it seems that we only actually consult the first entry in the set and don&#8217;t bother to see what the others say.  And we can&#8217;t predict the order the entries come out of the set.  Changes here will be tracked by <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=217005" rel="nofollow">bug 217005</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: To jar or not to jar (your Eclipse plugin / OSGi bundle) &#171; Codecurl - David Black</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-290</link>
		<dc:creator>To jar or not to jar (your Eclipse plugin / OSGi bundle) &#171; Codecurl - David Black</dc:creator>
		<pubDate>Mon, 26 Jan 2009 08:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-290</guid>
		<description>[...]  By codecurl   Categories: Uncategorized                     That is the question, and it has been answered in Eclipse [...]</description>
		<content:encoded><![CDATA[<p>[...]  By codecurl   Categories: Uncategorized                     That is the question, and it has been answered in Eclipse [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zx</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-265</link>
		<dc:creator>zx</dc:creator>
		<pubDate>Thu, 22 Jan 2009 19:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-265</guid>
		<description>@eike, I&#039;m not sure what would happen, I&#039;ll consult Andrew Niefer a bit as PDE Build will be making the decision.</description>
		<content:encoded><![CDATA[<p>@eike, I&#8217;m not sure what would happen, I&#8217;ll consult Andrew Niefer a bit as PDE Build will be making the decision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eike Stepper</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-264</link>
		<dc:creator>Eike Stepper</dc:creator>
		<pubDate>Thu, 22 Jan 2009 19:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-264</guid>
		<description>Chris, Great! This solution is so obvious that I always wondered why it was not there in the first place. Btw. do you know what would happen with the old feature-based approach, if two contained features express conflicting unpacking desire for the same plug-in?</description>
		<content:encoded><![CDATA[<p>Chris, Great! This solution is so obvious that I always wondered why it was not there in the first place. Btw. do you know what would happen with the old feature-based approach, if two contained features express conflicting unpacking desire for the same plug-in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zx</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-256</link>
		<dc:creator>zx</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-256</guid>
		<description>@marco, the feature will always win. If the feature isn&#039;t available or the unpack attribute isn&#039;t specified, the bundle will be consulted for its shape.

@wassim, this isn&#039;t exposed in the UI yet. We haven&#039;t found a good place for it and we haven&#039;t decided to use it in the SDK yet. Currently, there is only validation and code assist to help people.

@ben, heh, I&#039;ve known a few people that have been bitten by that. In general, most of the time you should be packaging your bundles as JARs... it&#039;s better for everyone :)</description>
		<content:encoded><![CDATA[<p>@marco, the feature will always win. If the feature isn&#8217;t available or the unpack attribute isn&#8217;t specified, the bundle will be consulted for its shape.</p>
<p>@wassim, this isn&#8217;t exposed in the UI yet. We haven&#8217;t found a good place for it and we haven&#8217;t decided to use it in the SDK yet. Currently, there is only validation and code assist to help people.</p>
<p>@ben, heh, I&#8217;ve known a few people that have been bitten by that. In general, most of the time you should be packaging your bundles as JARs&#8230; it&#8217;s better for everyone <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Vitale</title>
		<link>http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/comment-page-1/#comment-251</link>
		<dc:creator>Ben Vitale</dc:creator>
		<pubDate>Wed, 21 Jan 2009 00:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=231#comment-251</guid>
		<description>Thanks. Digging around to find that &#039;.&#039; behavior was nasty.</description>
		<content:encoded><![CDATA[<p>Thanks. Digging around to find that &#8216;.&#8217; behavior was nasty.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

