d5b2034543
- Remove gcj compilation - Update versions of dependencies - Rename libswt3-gtk2 to eclipse-swt - Move "Provides: eclipse" to PDE from JDT - Remove unnecessary old Obsoletes/Provides - Remove tomcat stuff since it's no longer used - Move stuff from %{_datadir}/eclipse to %{_libdir}/eclipse - Add BRs/Rs on objectweb-asm and sat4j - Build ECF filetransfer stuff as part of this SRPM until we have a separate eclipse-ecf package (which will require this version of the SDK)
5 lines
55 B
Bash
5 lines
55 B
Bash
#!/bin/sh
|
|
|
|
exec @LIBDIR@/eclipse/eclipse \
|
|
${1+"$@"}
|