I am building an RCP application and I am using the Common Navigator.
When the user executes my custom project some files are created that I want to show in the navigator as children of the file that was executed in the navigator.
I do this by using a Content Provider. The problem is that right now these files are created in the project and then are duplicated as children of the file in the navigator because these children need to be IFiles to show them, as navigator supports also files that are in the workspace.
What should be the right approach to have these files appear only once as children and not again in workspace?Can I in some way create them outside of the projects and then load them as children?
For example in the example below I dont want to have the ChildrenFolder in the Project but I need in some way to load the ChildrenFiles as resources.
