FS#4581 - Java source is removed from j2sdk although it's useful
Attached to Project:
Arch Linux
Opened by Pierre renié (pir) - Saturday, 06 May 2006, 10:29 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 16 June 2007, 07:42 GMT
Opened by Pierre renié (pir) - Saturday, 06 May 2006, 10:29 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 16 June 2007, 07:42 GMT
|
Details
In the end of the PKGBUILD of j2sdk there is this code :
for i in java/*; do if [ -f $i ]; then rm -f $i; fi done The problem is that it removes the file src.zip that contains some useful informations used for example by Eclipse. I'm sending the screenshots of Eclipse with and without src.zip. |
This task depends upon
Eclipse-(with-src.zip).png
I'll re-read the distribution license and see if I can distribute the src.zip seperately.
And now java is GPL (since java6)
Jason? ;-)