Index: trunk/autoquest-ui-swt/pom.xml
===================================================================
--- trunk/autoquest-ui-swt/pom.xml	(revision 2219)
+++ trunk/autoquest-ui-swt/pom.xml	(revision 2221)
@@ -103,9 +103,27 @@
                 </os>
             </activation>
-            <properties>
-                <swt.groupId>org.eclipse.swt</swt.groupId>
-                <swt.artifactId>org.eclipse.swt.win32.win32.x86_64</swt.artifactId>
-                <envClassifier>Windows-amd64</envClassifier>
-            </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
+                    <version>4.3</version>
+                </dependency>
+            </dependencies>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <archive>
+                                <manifest>
+                                    <addClasspath>true</addClasspath>
+                                </manifest>
+                            </archive>
+                            <classifier>Windows-amd64</classifier>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
         <profile>
@@ -117,9 +135,27 @@
                 </os>
             </activation>
-            <properties>
-                <swt.groupId>org.eclipse.swt</swt.groupId>
-                <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId>
-                <envClassifier>Linux-x86</envClassifier>
-            </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
+                    <version>4.3</version>
+                </dependency>
+            </dependencies>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <archive>
+                                <manifest>
+                                    <addClasspath>true</addClasspath>
+                                </manifest>
+                            </archive>
+                            <classifier>Linux-x86</classifier>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
         <profile>
@@ -131,9 +167,27 @@
                 </os>
             </activation>
-            <properties>
-                <swt.groupId>org.eclipse.swt</swt.groupId>
-                <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId>
-                <envClassifier>Linux-i386</envClassifier>
-            </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
+                    <version>4.3</version>
+                </dependency>
+            </dependencies>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <archive>
+                                <manifest>
+                                    <addClasspath>true</addClasspath>
+                                </manifest>
+                            </archive>
+                            <classifier>Linux-i386</classifier>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
         <profile>
@@ -145,9 +199,27 @@
                 </os>
             </activation>
-            <properties>
-                <swt.groupId>org.eclipse.swt</swt.groupId>
-                <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId>
-                <envClassifier>Linux-x86_64</envClassifier>
-            </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
+                    <version>4.3</version>
+                </dependency>
+            </dependencies>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <archive>
+                                <manifest>
+                                    <addClasspath>true</addClasspath>
+                                </manifest>
+                            </archive>
+                            <classifier>Linux-x86_64</classifier>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
         <profile>
@@ -159,9 +231,27 @@
                 </os>
             </activation>
-            <properties>
-                <swt.groupId>org.eclipse.swt</swt.groupId>
-                <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId>
-                <envClassifier>Linux-amd64</envClassifier>
-            </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
+                    <version>4.3</version>
+                </dependency>
+            </dependencies>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <archive>
+                                <manifest>
+                                    <addClasspath>true</addClasspath>
+                                </manifest>
+                            </archive>
+                            <classifier>Linux-amd64</classifier>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
         <profile>
@@ -173,9 +263,27 @@
                 </os>
             </activation>
-            <properties>
-                <swt.groupId>org.eclipse.swt</swt.groupId>
-                <swt.artifactId>org.eclipse.swt.gtk.linux.ppc64</swt.artifactId>
-                <envClassifier>Linux-ppc64</envClassifier>
-            </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>org.eclipse.swt</groupId>
+                    <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
+                    <version>4.3</version>
+                </dependency>
+            </dependencies>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <archive>
+                                <manifest>
+                                    <addClasspath>true</addClasspath>
+                                </manifest>
+                            </archive>
+                            <classifier>Linux-ppc64</classifier>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
     </profiles>
