|

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.
|