[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: excluding directories in plugin build
|
sweet, thanks Mark. I see what I had wrong now. in the bin.includes, my jar
file was in there. so i removed that, included the bin directory and
unchecked the stuff I didn't want, and now all is well. Thanks for pointing
me in the right direction.
Best,
Marc
"Mark Melvin" <mark_melvin@xxxxxxxx> wrote in message
news:op.t1149inuy7f1g1@xxxxxxxxxxxxxxxxxxxxxxxx
I think what you want is the bin.includes and bin.excludes properties in
the build.properties file of your plugin. Try:
bin.excludes=dorking_around_folder/
M.
On Sun, 18 Nov 2007 13:20:57 -0500, Marc E
<marc_e@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Hi All,
> I want to exclude some directories from the resultant jar for my plugin
> ('scratch' type directories for dorking around). I was able to do this by
> using the PDE tools Generate Ant Script and then adding the appropriate
> excludes="" to javac, but this seems awfully heavy-handed. Is there a
> flag
> I can pass in the build.properties to achieve the same thing without
> resorting to a custom build, something like plugin.jar.excludes="" or
> some
> such thing?
>
> Thanks.
>
> Marc
>