Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Include source features in eclipse repository

Your category.xml could contain foo.feature and foo.feature.source. That should include the generated source feature (and contained source plugins) on the update site.

On 01/15/2013 10:39 AM, Timo Rohrberg wrote:
Hello everybody,

in the attached demo projects, I am building a simple bundle, a feature
containing that bundle, and an eclipse p2 repository for publishing
them. The build for the feature uses the tycho-source-feature-plugin to
also build a source feature. Unfortunately that source feature is not
published within the eclipse p2 repository.

I already listed the source feature explicitly in the category.xml, but
it does not help. I also don't know how to specify the URL to the source
bundle correctly there as it is just available after a successful build
of the com.initplan.example.component.feature project.

I also tried to add the tycho-source-plugin and the
tycho-source-feature-plugin to the eclipse p2 repository build, but it
does not help either.

Do you have any ideas?

Thank you.

Regards
Timo


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


--
Nick Boldt :: http://nick.divbyzero.com




Back to the top