Changeset 503 for trunk/quest-ui-core
- Timestamp:
- 07/27/12 14:50:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-ui-core/pom.xml
r488 r503 128 128 </profile> 129 129 <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> 130 143 <id>Linux ppc64</id> 131 144 <activation>
Note: See TracChangeset
for help on using the changeset viewer.