[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [Fwd: Re: [pde-build-dev] Add source to the Build]
|
- From: Ariel Garcia <garcia@xxxxxxxxxx>
- Date: Mon, 4 Jun 2007 16:00:42 +0200
- Delivered-to: pde-build-dev@eclipse.org
- User-agent: KMail/1.9.7
Hi Mark,
> Does anyone have any help for me?
>
> -------- Original Message --------
...
> What I want is when I am debugging an Eclipse that has my plugin loaded
> and it goes into my plugin I want to be able to see the source code for
> the code in the plugin. Just like I can do with the eclipse plugins.
>
> I think what I want is "just include source into the PDE Build plugin"
> but I am not sure.
Doesn't the following do what you want?
open MANIFEST.MF (or plugin.xml or build.properties...) then select
the "Build" tag in the multipage editor, then you can select which files
to include in the binary resp. source builds. Just select the "src" folder
there.
Hope it helps, Ariel