Community
Participate
Working Groups
Created attachment 173951 [details] generate-metadata-and-extract-swt-libraries.patch Please generate metadata and extract the swt libraries after installation. I will attach three patches. The first will generate metadata and extract the swt libraries. The second will remove some files that are automatically generated by these calls and are not needed. The third one is for correcting the path to not include ${destDir}.
Created attachment 173952 [details] generate-metadata-and-extract-swt-libraries2.patch The first version generate-metadata-and-extract-swt-libraries.patch lacks the extract_patterns.txt file.
Created attachment 173953 [details] remove-unnecessary-files.patch
Created attachment 173955 [details] strip-destDir.patch
Created attachment 173956 [details] strip-destDir2.patch strip-destDir2.patch is a -p0 patch now.
Created attachment 173978 [details] strip-destDir3.patch Fixed strip destDir patch.
Thanks for the patches. In the future, please split bugs up along patch lines so it's easier to deal with single issues on their own :) As such, please open a second bug for the stripping of ${destDir}. For the metadata-generation, I think we need to have a separate target, 'provision.platform' which uses the p2 director to provision only the Eclipse Platform. There may already be metadata for it, too, so please ensure it's not there before re-generating it. This will enable the distributions to install just the Eclipse Platform and, for example, put JDT and PDE into dropins or some other similar solution. In revision I've applied the parts of the patches that extract the .so files and the cleanup of the files that that operation generates. I'll close this bug (which I've re-named) and we can take care of the other issues in other bugs.
Comment on attachment 173952 [details] generate-metadata-and-extract-swt-libraries2.patch Marking iplog+ even though it wasn't applied exactly as submitted.
Comment on attachment 173953 [details] remove-unnecessary-files.patch Marking iplog+ even though it wasn't applied exactly as submitted.
Oops, forgot to include the SVN revision (25285) above. I've put it inline below. (In reply to comment #6) > In revision #25285 I've applied the parts of the patches that extract the .so files
Original patch #3 split off into bug #322283.