Changeset 503


Ignore:
Timestamp:
07/27/12 14:50:02 (12 years ago)
Author:
sherbold
Message:
  • updated quest-ui-core project configuration
File:
1 edited

Legend:

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

    r488 r503  
    128128                </profile> 
    129129                <profile> 
     130                        <id>Linux x86_64</id> 
     131                        <activation> 
     132                                <os> 
     133                                        <family>linux</family> 
     134                                        <arch>amd64</arch> 
     135                                </os> 
     136                        </activation> 
     137                        <properties> 
     138                                <swt.groupId>org.eclipse.swt</swt.groupId> 
     139                                <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId> 
     140                        </properties> 
     141                </profile> 
     142                <profile> 
    130143                        <id>Linux ppc64</id> 
    131144                        <activation> 
Note: See TracChangeset for help on using the changeset viewer.