Feature #846
Eclipsoid: treat jars with filename 'xyz-src.jar' as sources for 'xyz.jar'
Start date:
Due date:
% Done:
0%
Estimated time:
origin:
trac
Description
Eclipsoid should support source-jars under bin/lib, bin.api/lib, so that 'xyz-src.jar' is treated as the source-container for jar 'xyz.jar'.
Updated by Udo Offermann over 12 years ago
Updated by Udo Offermann on 18.01.2011 at 12:54:41
this feature is implemented in version 1.2.0:
Treat libs ending with '-src.jar', '-source.jar' and '-sources-jar' in java/bin.api and java/bin.impl as source archives. To provide the sources for a library 'x.jar' one simply puts them into a 'x-src.jar' and places this jar into the same directory.