View Single Post
  (#2 (permalink)) Old
karen_rumani karen_rumani is offline
Member
 
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Mar 2008
Default 04-17-2008, 02:27 AM

hi,

In eclipse linking refers to pointing to a resource on the local machine. So u create a folder (in your case 'src' then link it to a folder in ur local system). In this case, when u export the linked resources from local system will not be exported as this is not considered part of the project. So while exporting u need to exclude the linked 'src' folder.

If these sources are compiled into another folder (say bin) inside the plugin project that will get bundled without problem.

Guess that should solve ur problem.
Reply With Quote