[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: excluding directories in plugin build

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