Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2001-09-17 20:19:04 +0000
committerVeronika Irvine2001-09-17 20:19:04 +0000
commit2fc72ca68083e76eede812d15713a0654448311d (patch)
treea659944ebaf14bcd1a9dd6e4b4e6142cf4b4aa9b
parent922637ced902f39e13332b3660b07cace2e9fef0 (diff)
downloadeclipse.platform.swt-2fc72ca68083e76eede812d15713a0654448311d.tar.gz
eclipse.platform.swt-2fc72ca68083e76eede812d15713a0654448311d.tar.xz
eclipse.platform.swt-2fc72ca68083e76eede812d15713a0654448311d.zip
*** empty log message ***
-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