Skip to main content

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

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

Back to the top