Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Including additional plugins with tycho-source-feature-plugin

Thanks Igor,

I created Bug 389762 with Tycho to track this.


Thanh

On 09/17/2012 03:38 PM, Igor Fedorenko wrote:
This is not currently possible. Tycho-generated source features can only
include source bundles.

--
Regards,
Igor

On 12-09-17 3:27 PM, Thanh Ha wrote:
Hi Everyone,

I'm trying to understand if it's possible to include additional plugins
via the pom in a tycho-source-feature-plugin?

Per the org.eclipse.sdk-feature's build.properties [1] we are trying to
add the *.doc.isv bundles to the build since the produced CBI SDK
product is missing it. For example org.eclipse.jdt.source-feature should
include *org.eclipse.jdt.doc.isv*. I tried adding the following to
org.eclipse.jdt-feature's pom file between the <configuration> blocks
but it doesn't seem to affect the output SDK product when I build

<includes>
<plugin id="org.eclipse.jdt.doc.isv" />
</includes>

Any ideas?

Thanks,


Thanh

[1]
http://git.eclipse.org/c/platform/eclipse.platform.releng.git/tree/features/org.eclipse.sdk/build.properties



_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev




Back to the top