Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Is there an API to exclude/include a certain source folder from/into the buildpath?

Hi Gabriel,

Include/exclude patterns are specified as part of IBuildpathEntry.
You should create appropriate entries using "IBuildpathEntry DLTKCore.newSourceEntry(IPath path, IPath[] inclusionPatterns, IPath[] exclusionPatterns)" method
and pass them to IScriptProject.setRawBuildpath(IBuildpathEntry[], IProgressMonitor) method.

Regards,
Alex

----- Original Message -----
From: "Gabriel Petrovay" <gabipetrovay@xxxxxxxxx>
To: "dltk-dev" <dltk-dev@xxxxxxxxxxx>
Sent: Monday, January 4, 2010 6:01:44 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] Is there an API to exclude/include a certain source folder from/into the buildpath?

Hi,

Is there an API to exclude/include a certain source folder from/into the buildpath?

Thanks!

--
MSc Gabriel Petrovay
Mobile: +41(0)787978034
www.28msec.com

_______________________________________________ dltk-dev mailing list dltk-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dltk-dev

Back to the top