Changeset 2219


Ignore:
Timestamp:
11/30/17 16:17:24 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-swt/pom.xml

    r2194 r2219  
    5151        </dependency> 
    5252        <dependency> 
    53             <groupId>${swt.groupId}</groupId> 
    54             <artifactId>${swt.artifactId}</artifactId> 
    55             <version>4.3</version> 
    56         </dependency> 
    57         <dependency> 
    5853            <groupId>org.eclipse</groupId> 
    5954            <artifactId>ui-forms</artifactId> 
     
    7671                </os> 
    7772            </activation> 
    78             <properties> 
    79                 <swt.groupId>org.eclipse.swt</swt.groupId> 
    80                 <swt.artifactId>org.eclipse.swt.win32.win32.x86</swt.artifactId> 
    81                 <envClassifier>Windows-x86</envClassifier> 
    82             </properties> 
     73            <dependencies> 
     74                <dependency> 
     75                    <groupId>org.eclipse.swt</groupId> 
     76                    <artifactId>org.eclipse.swt.win32.win32.x86</artifactId> 
     77                    <version>4.3</version> 
     78                </dependency> 
     79            </dependencies> 
     80            <build> 
     81                <plugins> 
     82                    <plugin> 
     83                        <groupId>org.apache.maven.plugins</groupId> 
     84                        <artifactId>maven-jar-plugin</artifactId> 
     85                        <configuration> 
     86                            <archive> 
     87                                <manifest> 
     88                                    <addClasspath>true</addClasspath> 
     89                                </manifest> 
     90                            </archive> 
     91                            <classifier>Windows-x86</classifier> 
     92                        </configuration> 
     93                    </plugin> 
     94                </plugins> 
     95            </build> 
    8396        </profile> 
    8497        <profile> 
Note: See TracChangeset for help on using the changeset viewer.