Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 442266 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse.platform.ui.orig/features/org.eclipse.e4.rcp/feature.xml (+21 lines)
Lines 385-390 Link Here
385
         fragment="true"/>
385
         fragment="true"/>
386
386
387
   <plugin
387
   <plugin
388
         id="org.eclipse.equinox.launcher.gtk.solaris.x86_64"
389
         os="solaris"
390
         ws="gtk"
391
         arch="x86_64"
392
         download-size="0"
393
         install-size="0"
394
         version="0.0.0"
395
         fragment="true"/>
396
397
   <plugin
388
         id="org.eclipse.equinox.launcher.cocoa.macosx"
398
         id="org.eclipse.equinox.launcher.cocoa.macosx"
389
         os="macosx"
399
         os="macosx"
390
         ws="cocoa"
400
         ws="cocoa"
Lines 599-604 Link Here
599
         unpack="false"/>
609
         unpack="false"/>
600
610
601
   <plugin
611
   <plugin
612
         id="org.eclipse.swt.gtk.solaris.x86_64"
613
         os="solaris"
614
         ws="gtk"
615
         arch="x86_64"
616
         download-size="0"
617
         install-size="0"
618
         version="0.0.0"
619
         fragment="true"
620
         unpack="false"/>
621
622
   <plugin
602
         id="org.eclipse.swt.gtk.linux.ppc"
623
         id="org.eclipse.swt.gtk.linux.ppc"
603
         os="linux"
624
         os="linux"
604
         ws="gtk"
625
         ws="gtk"
(-)eclipse.platform.ui.orig/features/org.eclipse.e4.rcp/pom.xml (+1 lines)
Lines 40-45 Link Here
40
                <plugin id="org.eclipse.swt"/>
40
                <plugin id="org.eclipse.swt"/>
41
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc"/>
41
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc"/>
42
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86"/>
42
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86"/>
43
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86_64"/>
43
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/>
44
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/>
44
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/>
45
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/>
45
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc"/>
46
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc"/>

Return to bug 442266