[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology] Loas resource through eclipse extension

Hello everyone,

I need to load one .properties file through eclipse extension.
Extension element details allows to contribute a file(non java) to the extension using 'resource Type'. But i donno how to load it in the code.
I tried createExecutableExtension thinking it will give me object of that file(IFile) but it didnt work.
Can anyone help?