for build 2.006
diff --git a/bundles/org.eclipse.swt/build.properties b/bundles/org.eclipse.swt/build.properties
index 4c86890..2f9651e 100644
--- a/bundles/org.eclipse.swt/build.properties
+++ b/bundles/org.eclipse.swt/build.properties
@@ -2,5 +2,5 @@
 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/

-

+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,plugin.properties,ws/,*.jar
\ No newline at end of file
diff --git a/examples/org.eclipse.swt.examples.controls/build.properties b/examples/org.eclipse.swt.examples.controls/build.properties
index 291a17f..411c6d9 100755
--- a/examples/org.eclipse.swt.examples.controls/build.properties
+++ b/examples/org.eclipse.swt.examples.controls/build.properties
@@ -2,7 +2,6 @@
                icons/,\

                plugin.properties,\

                plugin.xml,\

-               *.jar

-               

-source.controls.jar = org/,\

-                      import.properties

+	           *.jar

+	       

+source.controls.jar = /org/,import.properties

diff --git a/examples/org.eclipse.swt.examples.launcher/build.properties b/examples/org.eclipse.swt.examples.launcher/build.properties
index 8a389fa..571becb 100755
--- a/examples/org.eclipse.swt.examples.launcher/build.properties
+++ b/examples/org.eclipse.swt.examples.launcher/build.properties
@@ -1,11 +1,9 @@
+source.launcher.jar = /org/,import.properties

+

 bin.includes = doc/,\

                doc-html/,\

                icons/,\

                schema/,\

                plugin.properties,\

                plugin.xml,\

-               *.jar

-

-source.launcher.jar = org/,\

-                      import.properties

-

+	           *.jar
\ No newline at end of file
diff --git a/examples/org.eclipse.swt.examples.ole.win32/build.properties b/examples/org.eclipse.swt.examples.ole.win32/build.properties
index b1e6dd1..4170a9c 100755
--- a/examples/org.eclipse.swt.examples.ole.win32/build.properties
+++ b/examples/org.eclipse.swt.examples.ole.win32/build.properties
@@ -1,8 +1,6 @@
 bin.includes = doc-html/,\

                icons/,\

                plugin.properties,\

-               plugin.xml,\

-               *.jar

-

-source.olewin32.jar = org/,\

-                      import.properties

+               plugin.xml

+             

+source.olewin32.jar = /org/,import.properties,*.jar

diff --git a/examples/org.eclipse.swt.examples.paint/build.properties b/examples/org.eclipse.swt.examples.paint/build.properties
index 3b1eded..414d1db 100755
--- a/examples/org.eclipse.swt.examples.paint/build.properties
+++ b/examples/org.eclipse.swt.examples.paint/build.properties
@@ -1,8 +1,6 @@
 bin.includes = doc-html/,\

                icons/,\

                plugin.properties,\

-               plugin.xml,\

-               *.jar

+               plugin.xml

 

-source.paint.jar = org/,\

-                   import.properties

+source.paint.jar = /org/,import.properties,*.jar

diff --git a/examples/org.eclipse.swt.examples/build.properties b/examples/org.eclipse.swt.examples/build.properties
index 0d488c2..70c4a0b 100755
--- a/examples/org.eclipse.swt.examples/build.properties
+++ b/examples/org.eclipse.swt.examples/build.properties
@@ -1,15 +1,15 @@
 bin.includes = doc-html/,\

                plugin.properties,\

                plugin.xml,\

-               *.jar

+               swtexamples.jar

                

-source.swtexamples.jar = org/,\

+source.swtexamples.jar = /org/,\

                          examples_addressbook.properties,\

+                         import.properties,\

                          examples_control.properties,\

                          examples_fileviewer.properties,\

                          examples_helloworld.properties,\

                          examples_hoverhelp.properties,\

                          examples_images.properties,\

                          examples_javaviewer.properties,\

-                         examples_texteditor.properties,\

-                         import.properties

+                         examples_texteditor.properties