Bogdan Gheorghe | 04ba754 | 2010-09-30 20:17:34 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Silenio Quarti | 986bb5b | 2011-07-25 15:23:38 -0400 | [diff] [blame] | 2 | <project name="org.eclipse.swt.gtk.linux.x86" default="build.jars" basedir="."> |
Bogdan Gheorghe | 04ba754 | 2010-09-30 20:17:34 +0000 | [diff] [blame] | 3 | |
| 4 | <property name="swt.ws" value="gtk" /> |
| 5 | <property name="swt.os" value="aix" /> |
Bogdan Gheorghe | 5c70d0c | 2010-09-30 20:19:55 +0000 | [diff] [blame] | 6 | <property name="swt.arch" value="ppc64" /> |
Bogdan Gheorghe | 04ba754 | 2010-09-30 20:17:34 +0000 | [diff] [blame] | 7 | |
| 8 | <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> |
Eric Williams | 3aeac32 | 2017-06-09 10:48:24 -0400 | [diff] [blame] | 9 | <property name="version.suffix" value="3.106.100" /> |
Bogdan Gheorghe | 04ba754 | 2010-09-30 20:17:34 +0000 | [diff] [blame] | 10 | |
Silenio Quarti | 25acd9a | 2011-07-26 11:10:04 -0400 | [diff] [blame] | 11 | <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> |
| 12 | <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> |
Silenio Quarti | 986bb5b | 2011-07-25 15:23:38 -0400 | [diff] [blame] | 13 | </condition> |
Silenio Quarti | 25acd9a | 2011-07-26 11:10:04 -0400 | [diff] [blame] | 14 | <import file="${plugindir}/buildFragment.xml"/> |
| 15 | <import file="${plugindir}/buildSWT.xml"/> |
Bogdan Gheorghe | 04ba754 | 2010-09-30 20:17:34 +0000 | [diff] [blame] | 16 | </project> |