summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/buildFragment.xml
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2010-08-20 18:50:45 +0000
committerGrant Gayed <ggayed>2010-08-20 18:50:45 +0000
commit06f06dd0c77f0d9a4c38817b6ad1d77e716043a0 (patch)
treed9564dbf63d96c7d32457e53a1addca1ed489868 /bundles/org.eclipse.swt/buildFragment.xml
parent7e2de3fb032496a80dceeae6d06edb14795a7315 (diff)
downloadeclipse.platform.swt-06f06dd0c77f0d9a4c38817b6ad1d77e716043a0.tar.gz
eclipse.platform.swt-06f06dd0c77f0d9a4c38817b6ad1d77e716043a0.tar.xz
eclipse.platform.swt-06f06dd0c77f0d9a4c38817b6ad1d77e716043a0.zip
317163 - Browser dispatching to platform-specific implementation has room for improvement
Diffstat (limited to 'bundles/org.eclipse.swt/buildFragment.xml')
-rw-r--r--bundles/org.eclipse.swt/buildFragment.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/buildFragment.xml b/bundles/org.eclipse.swt/buildFragment.xml
index 8e3d891b57..9073c4ed7b 100644
--- a/bundles/org.eclipse.swt/buildFragment.xml
+++ b/bundles/org.eclipse.swt/buildFragment.xml
@@ -136,9 +136,9 @@
<fileset dir="${plugindir}/Eclipse SWT AWT/common/"/>
<fileset dir="${plugindir}/Eclipse SWT AWT/carbon/"/>
<fileset dir="${plugindir}/Eclipse SWT WebKit/carbon/"/>
- <fileset dir="${plugindir}/Eclipse SWT Browser/common/"/>
- <fileset dir="${plugindir}/Eclipse SWT Mozilla/carbon/"/>
+ <fileset dir="${plugindir}/Eclipse SWT Browser/common/"/> <fileset dir="${plugindir}/Eclipse SWT Browser/carbon/"/>
<fileset dir="${plugindir}/Eclipse SWT Mozilla/common/"/>
+ <fileset dir="${plugindir}/Eclipse SWT Mozilla/carbon/"/>
<fileset dir="${plugindir}/Eclipse SWT Custom Widgets/common/"/>
<fileset dir="${plugindir}/Eclipse SWT Drag and Drop/carbon/"/>
<fileset dir="${plugindir}/Eclipse SWT Drag and Drop/common/"/>
@@ -173,9 +173,9 @@
<fileset dir="${plugindir}/Eclipse SWT AWT/common/"/>
<fileset dir="${plugindir}/Eclipse SWT AWT/cocoa/"/>
<fileset dir="${plugindir}/Eclipse SWT WebKit/cocoa/"/>
- <fileset dir="${plugindir}/Eclipse SWT Browser/common/"/>
- <fileset dir="${plugindir}/Eclipse SWT Mozilla/cocoa/"/>
+ <fileset dir="${plugindir}/Eclipse SWT Browser/common/"/> <fileset dir="${plugindir}/Eclipse SWT Browser/cocoa/"/>
<fileset dir="${plugindir}/Eclipse SWT Mozilla/common/"/>
+ <fileset dir="${plugindir}/Eclipse SWT Mozilla/cocoa/"/>
<fileset dir="${plugindir}/Eclipse SWT Custom Widgets/common/"/>
<fileset dir="${plugindir}/Eclipse SWT Drag and Drop/cocoa/"/>
<fileset dir="${plugindir}/Eclipse SWT Drag and Drop/common/"/>
@@ -209,7 +209,7 @@
<fileset dir="${plugindir}/Eclipse SWT Accessibility/gtk/"/>
<fileset dir="${plugindir}/Eclipse SWT AWT/common/"/>
<fileset dir="${plugindir}/Eclipse SWT AWT/gtk/"/>
- <fileset dir="${plugindir}/Eclipse SWT Browser/common/"/>
+ <fileset dir="${plugindir}/Eclipse SWT Browser/common/"/> <fileset dir="${plugindir}/Eclipse SWT Browser/gtk/"/>
<fileset dir="${plugindir}/Eclipse SWT Mozilla/common/"/>
<fileset dir="${plugindir}/Eclipse SWT Mozilla/gtk/"/>
<fileset dir="${plugindir}/Eclipse SWT Custom Widgets/common/"/>
@@ -257,7 +257,7 @@
<fileset dir="${plugindir}/Eclipse SWT Accessibility/emulated/"/>
<fileset dir="${plugindir}/Eclipse SWT AWT/common/"/>
<fileset dir="${plugindir}/Eclipse SWT AWT/motif/"/>
- <fileset dir="${plugindir}/Eclipse SWT Browser/common/"/>
+ <fileset dir="${plugindir}/Eclipse SWT Browser/common/"/> <fileset dir="${plugindir}/Eclipse SWT Browser/motif/"/>
<fileset dir="${plugindir}/Eclipse SWT Mozilla/common/"/>
<fileset dir="${plugindir}/Eclipse SWT Mozilla/motif/"/>
<fileset dir="${plugindir}/Eclipse SWT Custom Widgets/common/"/>