Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to access external Resources (best practices wanted)
How to access external Resources (best practices wanted) [message #598215] Wed, 10 June 2009 09:38
Christoph Höger is currently offline Christoph HögerFriend
Messages: 40
Registered: July 2009
Member
Hi all,

I am developing eclipse support for Modelica. That language has some
common structures, one is external libraries.
So like in common java projects I want be able to add those libs to my
project and have them shown in the Navigator.

The easiest way to do that would be to have some kind of virtual IFolder
that does not map to a _real_ workspace local resource. Is that even
possible?

The other way would be to completely implement that stuff in my project
model myself without sharing any common types with eclipse (one shall
not implement IContainer). Isn't that overhead?

any ideas?
Previous Topic:Facets and plugin
Next Topic:PDE build.properties
Goto Forum:
  


Current Time: Thu Apr 25 13:04:37 GMT 2024

Powered by FUDForum. Page generated in 0.03536 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top