Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt')
-rw-r--r--bundles/org.eclipse.swt/build.properties60
-rwxr-xr-xbundles/org.eclipse.swt/plugin.xml1
2 files changed, 6 insertions, 55 deletions
diff --git a/bundles/org.eclipse.swt/build.properties b/bundles/org.eclipse.swt/build.properties
index 98b3ce6762..4c8689050b 100644
--- a/bundles/org.eclipse.swt/build.properties
+++ b/bundles/org.eclipse.swt/build.properties
@@ -1,54 +1,6 @@
-source.swt.jar = Eclipse SWT/win32,\
- Eclipse SWT/common,\
- Eclipse SWT AWT/win32,\
- Eclipse SWT Custom Widgets/common,\
- Eclipse SWT Drag and Drop/win32,\
- Eclipse SWT Drag and Drop/common,\
- Eclipse SWT OLE Win32/win32,\
- Eclipse SWT Printing/win32,\
- Eclipse SWT Printing/common,\
- Eclipse SWT Program/win32,\
- Eclipse SWT Program/common
-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,\
- Eclipse SWT Drag and Drop/common,\
- Eclipse SWT Printing/motif,\
- Eclipse SWT Printing/common,\
- 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,\
- Eclipse SWT Drag and Drop/common,\
- Eclipse SWT Printing/photon,\
- Eclipse SWT Printing/common,\
- Eclipse SWT Program/photon,\
- Eclipse SWT Program/common
-source.ws/win32/swt.jar = Eclipse SWT/win32,\
- Eclipse SWT/common,\
- Eclipse SWT AWT/win32,\
- Eclipse SWT Custom Widgets/common,\
- Eclipse SWT Drag and Drop/win32,\
- Eclipse SWT Drag and Drop/common,\
- Eclipse SWT OLE Win32/win32,\
- Eclipse SWT Printing/win32,\
- Eclipse SWT Printing/common,\
- 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,\
- Eclipse SWT Drag and Drop/common,\
- Eclipse SWT Printing/gtk,\
- Eclipse SWT Printing/common,\
- Eclipse SWT Program/gtk,\
- Eclipse SWT Program/common
+source.{ws/win32}/swt.jar=Eclipse SWT/win32/,Eclipse SWT/common/,Eclipse SWT AWT/win32/,Eclipse SWT Custom Widgets/common/,Eclipse SWT Drag and Drop/win32/,Eclipse SWT Drag and Drop/common/,Eclipse SWT OLE Win32/win32/,Eclipse SWT Printing/win32/,Eclipse SWT Printing/common/,Eclipse SWT Program/win32/,Eclipse SWT Program/common/
+source.{ws/motif}/swt.jar=Eclipse SWT/motif/,Eclipse SWT/common/,Eclipse SWT Custom Widgets/common/,Eclipse SWT Drag and Drop/motif/,Eclipse SWT Drag and Drop/common/,Eclipse SWT Printing/motif/,Eclipse SWT Printing/common/,Eclipse SWT Program/motif/,Eclipse SWT Program/common/,Eclipse SWT/emulated/
+source.{ws/gtk}/swt.jar=Eclipse SWT/gtk/,Eclipse SWT/common/,Eclipse SWT Custom Widgets/common/,Eclipse SWT Drag and Drop/gtk/,Eclipse SWT Drag and Drop/common/,Eclipse SWT Printing/gtk/,Eclipse SWT Printing/common/,Eclipse SWT Program/gtk/,Eclipse SWT Program/common/
+source.{ws/photon}/swt.jar=Eclipse SWT/photon/,Eclipse SWT/common/,Eclipse SWT Custom Widgets/common/,Eclipse SWT Drag and Drop/photon/,Eclipse SWT Drag and Drop/common/,Eclipse SWT Printing/photon/,Eclipse SWT Printing/common/,Eclipse SWT Program/photon/,Eclipse SWT Program/common/
+bin.includes=plugin.xml,plugin.properties,ws/
+
diff --git a/bundles/org.eclipse.swt/plugin.xml b/bundles/org.eclipse.swt/plugin.xml
index 73524c9eea..3fbba1b39f 100755
--- a/bundles/org.eclipse.swt/plugin.xml
+++ b/bundles/org.eclipse.swt/plugin.xml
@@ -7,7 +7,6 @@
provider-name="Object Technology International, Inc.">
<!-- Runtime -->
-<!-- Runtime -->
<runtime>
<library name="$ws$/swt.jar">
<export name="*"/>

Back to the top