0373b98 861037: Eclipse does not start in rawhide

Authored and Committed by Krzysztof Daniel 11 years ago
    861037: Eclipse does not start in rawhide
    
    There is an unwanted wiring during bundles resolution here. Many UI
    packages required package org.w3.dom.css which was provided by a bundle
    in the upstream Eclipse, but is provided by vm SDK in Fedora. The
    problem is that it is also provided by javax.xml, and since there are
    duplicates, some classes are loaded from javax.xml bundle in some
    bundles and others from SDK in other bundles, causing LinkageErrors
    and/or class cast exceptions. 
    The solution is to remove imports from the UI code to ensure that
    javax.xml is not searched during class resolution, and that proper
    classes from SDK are used.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=861037
    
    Conflicts:
    	eclipse.spec
    
        
file modified
+8 -2