Community
Participate
Working Groups
Several of the Java source files contain tab charaters, which are forbidden according to the RAP coding guidelines. e.g. WARProductFileWizardPage constructor I suggest to search-and-replace tabs with spaces on the whole source code tree.
Shouldn't the war product plugins adhere to the Equinox/PDE coding conventions instead of the RAP ones?
I think we should follow the RAP guidelines until we contribute it back. So, I removed the tab characters. Fixed in CVS HEAD.