Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Fwd: Re: [pde-build-dev] Add source to the Build]

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


Back to the top