Changeset 507
- Timestamp:
- 07/30/12 11:15:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-ui-core/pom.xml
r506 r507 118 118 </profile> 119 119 <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> 120 133 <id>Linux x86_64</id> 121 134 <activation>
Note: See TracChangeset
for help on using the changeset viewer.