Community
Participate
Working Groups
I20090317-1745 Importing plug-ins as source should not import .class files. Currently, all class files from the binary plug-in end up in the root of the imported plug-in (in their folders, so you usually just see an 'org' or 'com' folder inside the project).
We do grab files from the binary plug-in in case they are needed for development, but it is supposed to ignore class files.
Created attachment 132336 [details] Patch While importing with source, instead of extracting all of it, it now picks non-class files.
Applied patch to HEAD. Thanks Ankur.