Commit Graph

4 Commits

Author SHA1 Message Date
Krzysztof Daniel 5101c77b33 Update to upstream 4.2.2 release. 2013-02-21 09:22:58 +01:00
Krzysztof Daniel 369feb9678 Get rid off javax.xml. Fix building launcher on arm. Fix RHBZ #878210.
The launcher was not built properly because Equinox Launcher build
script had no support for arm architectures, therefore it did not knew
where to copy the binary.

javax.xml is provided by the VM so there is no need to bundle it. Due to
inconsistencies in packaging, some errors appear (see RHBZ #710815).
This is removal in a first place (eclipse-dtp and eclipse-mylyn updates
will follow).

Additionally, the binary class was not copied properly into the
compatibility bundle. We can't build it properly (because it was some
old, unknown version), but we can build current version and hope for the
best.
2012-11-26 12:14:39 +01:00
Krzysztof Daniel 3efd1a22f4 The patch has been contributed upstream.
The patch has been modified to copy the missing class file only when it
is missing to make it possible to release it into upstream.
2012-08-23 14:22:36 +02:00
Krzysztof Daniel fcb15c3485 A couple of problems more fixed 2012-07-30 18:00:09 +02:00