Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Attach source for eclipse-plugin

You can build source bundles [1], and include them in features and p2 repositories like normal bundles.

Regards
Tobias

[1] http://wiki.eclipse.org/Tycho/Reference_Card#Source_Bundles


> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of motes motes
> Sent: Mittwoch, 22. Februar 2012 15:09
> To: Tycho user list
> Subject: [tycho-user] Attach source for eclipse-plugin
> 
> I build and eclipse-repository with a feature containing some of my
> own eclipse plugins, A,B and C.
> 
> I copy this repository to an internal server and reference it on a
> target platform for another project X. Now when I debug my code from
> project X that has dependencies on A, B and C I would like to see the
> source. But that requires that I attach the source when I build the
> plugins/feature/repository I guess. How is that possible using tycho
> 0.14 - should it be specified in the plugin, feature or repository?
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top