diff options
author | Grant Gayed | 2001-10-29 19:27:10 +0000 |
---|---|---|
committer | Grant Gayed | 2001-10-29 19:27:10 +0000 |
commit | 909c71e5d775ab46275cec2b2ec47b80eef45b92 (patch) | |
tree | 1d19750646d67c37a565e8fa713825d8d45665a0 | |
parent | aa2b918a20a39921d5185da39ec554a619e67271 (diff) | |
download | eclipse.platform.swt-909c71e5d775ab46275cec2b2ec47b80eef45b92.tar.gz eclipse.platform.swt-909c71e5d775ab46275cec2b2ec47b80eef45b92.tar.xz eclipse.platform.swt-909c71e5d775ab46275cec2b2ec47b80eef45b92.zip |
*** empty log message ***
-rw-r--r-- | bundles/org.eclipse.swt/build.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/build.properties b/bundles/org.eclipse.swt/build.properties index 56d18b23cd..d600fd59ff 100644 --- a/bundles/org.eclipse.swt/build.properties +++ b/bundles/org.eclipse.swt/build.properties @@ -4,3 +4,5 @@ source.{ws/gtk}/swt.jar=Eclipse SWT/gtk/,Eclipse SWT/common/,Eclipse SWT/common_ source.{ws/photon}/swt.jar=Eclipse SWT/photon/,Eclipse SWT/common/,Eclipse SWT/common_j2se/,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.swt.jar=Eclipse SWT/win32/,Eclipse SWT/common/,Eclipse SWT/common_j2se/,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,plugin.properties,ws/,*.jar
+bin.excludes=ws/motif/libXm.so.2.1
+
|