Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2002-01-29 13:29:21 +0000
committerVeronika Irvine2002-01-29 13:29:21 +0000
commit0b2bc498e19b2d02f5cbe818335597e8c7628a23 (patch)
tree017e065053bd4fe3f82e1224b2c35a8e081a7146 /bundles/org.eclipse.swt/build.xml
parentae0169d9f40be4353e4998ab730fe823da3229c8 (diff)
downloadeclipse.platform.swt-0b2bc498e19b2d02f5cbe818335597e8c7628a23.tar.gz
eclipse.platform.swt-0b2bc498e19b2d02f5cbe818335597e8c7628a23.tar.xz
eclipse.platform.swt-0b2bc498e19b2d02f5cbe818335597e8c7628a23.zip
change library names and structuretest_reorg
Diffstat (limited to 'bundles/org.eclipse.swt/build.xml')
-rw-r--r--bundles/org.eclipse.swt/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/build.xml b/bundles/org.eclipse.swt/build.xml
index 3045e82c75..a336d880df 100644
--- a/bundles/org.eclipse.swt/build.xml
+++ b/bundles/org.eclipse.swt/build.xml
@@ -162,7 +162,7 @@
<target name="bin" depends="init">
<property name="destroot" value="${basedir}"/>
<ant antfile="${template}" target="bin">
- <property name="includes" value="plugin.xml,about.html,plugin.properties,ws/,*.jar"/>
+ <property name="includes" value="plugin.xml,about.html,plugin.properties,ws/,os/"/>
<property name="excludes" value="Eclipse SWT Printing/common/,Eclipse SWT Printing/motif/,Eclipse SWT Printing/photon/,Eclipse SWT Printing/win32/,Eclipse SWT Printing/gtk/,Eclipse SWT Drag and Drop/common/,Eclipse SWT Drag and Drop/motif/,Eclipse SWT Drag and Drop/photon/,Eclipse SWT Drag and Drop/win32/,Eclipse SWT Drag and Drop/gtk/,Eclipse SWT Program/common/,Eclipse SWT Program/motif/,Eclipse SWT Program/photon/,Eclipse SWT Program/win32/,Eclipse SWT Program/gtk/,Eclipse SWT/common/,Eclipse SWT/common_j2se/,Eclipse SWT/motif/,Eclipse SWT/photon/,Eclipse SWT/win32/,Eclipse SWT/gtk/,Eclipse SWT/common_j2se/,Eclipse SWT PI/common_j2se/,Eclipse SWT PI/motif/,Eclipse SWT PI/photon/,Eclipse SWT PI/win32/,Eclipse SWT PI/gtk/,Eclipse SWT Custom Widgets/common/,Eclipse SWT AWT/win32/,Eclipse SWT OLE Win32/win32/,Eclipse SWT/emulated/"/>
<property name="dest" value="${destroot}"/>
</ant>

Back to the top