[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: newbie .

Tom

I am not sure if you are designing something that is going to be of use to a
user of your plugin. Why do you need to get the names of the files in your
plug-in when the user won't be able to access them? The java source files
for your plug-in are not in use at run time.

Tod Creasey
Software Developer
Eclipse Team


"Tom Chapman" <ar6723@xxxxxxxxxxx> wrote in message
news:b7mkpa$fna$1@xxxxxxxxxxxxxxxx
> Folks,
> I have a created a plugin project that I launch using a custom perspective
.
> I have a need to know the names of the java source files and the resources
> in my plugin project .
> Once I launch my plugin the 'development project' is no longer available .
> How do I get the names .
> Any help would be appreciated
>
>