Ignore:
Timestamp:
11/30/17 18:43:33 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-distribution/pom.xml

    r2224 r2225  
    9393                <exclusion> 
    9494                    <groupId>org.eclipse.swt</groupId> 
    95                     <artifactId>*</artifactId> 
     95                    <artifactId>org.eclipse.swt.win32.win32.x86</artifactId> 
     96                </exclusion> 
     97                <exclusion> 
     98                    <groupId>org.eclipse.swt</groupId> 
     99                    <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId> 
     100                </exclusion> 
     101                <exclusion> 
     102                    <groupId>org.eclipse.swt</groupId> 
     103                    <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId> 
     104                </exclusion> 
     105                <exclusion> 
     106                    <groupId>org.eclipse.swt</groupId> 
     107                    <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> 
     108                </exclusion> 
     109                <exclusion> 
     110                    <groupId>org.eclipse.swt</groupId> 
     111                    <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId> 
    96112                </exclusion> 
    97113            </exclusions>  
Note: See TracChangeset for help on using the changeset viewer.