Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt/build.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/build.properties b/bundles/org.eclipse.swt/build.properties
index bbc1b6b399..98b3ce6762 100644
--- a/bundles/org.eclipse.swt/build.properties
+++ b/bundles/org.eclipse.swt/build.properties
@@ -12,6 +12,7 @@ source.swt.jar = Eclipse SWT/win32,\
bin.includes = plugin.xml,\
ws/
source.ws/motif/swt.jar = Eclipse SWT/motif,\
+ Eclipse SWT/emulated,\
Eclipse SWT/common,\
Eclipse SWT Custom Widgets/common,\
Eclipse SWT Drag and Drop/motif,\
@@ -21,6 +22,7 @@ source.ws/motif/swt.jar = Eclipse SWT/motif,\
Eclipse SWT Program/motif,\
Eclipse SWT Program/common
source.ws/photon/swt.jar = Eclipse SWT/photon,\
+ Eclipse SWT/emulated,\
Eclipse SWT/common,\
Eclipse SWT Custom Widgets/common,\
Eclipse SWT Drag and Drop/photon,\
@@ -41,6 +43,7 @@ source.ws/win32/swt.jar = Eclipse SWT/win32,\
Eclipse SWT Program/win32,\
Eclipse SWT Program/common
source.ws/gtk/swt.jar = Eclipse SWT/gtk,\
+ Eclipse SWT/emulated,\
Eclipse SWT/common,\
Eclipse SWT Custom Widgets/common,\
Eclipse SWT Drag and Drop/gtk,\

Back to the top