Index: trunk/autoquest-distribution/pom.xml
===================================================================
--- trunk/autoquest-distribution/pom.xml	(revision 2224)
+++ trunk/autoquest-distribution/pom.xml	(revision 2225)
@@ -93,5 +93,21 @@
                 <exclusion>
                     <groupId>org.eclipse.swt</groupId>
-                    <artifactId>*</artifactId>
+                    <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
                 </exclusion>
             </exclusions> 
