Changeset 507


Ignore:
Timestamp:
07/30/12 11:15:31 (12 years ago)
Author:
sherbold
Message:
  • added profile for Linux/i386 to profiles of quest-ui-core POM. This should fix the problem that the Hudson continuous integration server fails to build the project.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-core/pom.xml

    r506 r507  
    118118                </profile> 
    119119                <profile> 
     120                        <id>Linux x86</id> 
     121                        <activation> 
     122                                <os> 
     123                                        <family>linux</family> 
     124                                        <arch>i386</arch> 
     125                                </os> 
     126                        </activation> 
     127                        <properties> 
     128                                <swt.groupId>org.eclipse.swt</swt.groupId> 
     129                                <swt.artifactId>org.eclipse.swt.gtk.linux.x86/</swt.artifactId> 
     130                        </properties> 
     131                </profile> 
     132                <profile> 
    120133                        <id>Linux x86_64</id> 
    121134                        <activation> 
Note: See TracChangeset for help on using the changeset viewer.