Alexander Kurtakov | c07b216 | 2015-11-18 19:25:01 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project name="org.eclipse.swt.gtk.linux.aarch64" default="build.jars" basedir="."> |
| 3 | |
| 4 | <property name="swt.ws" value="gtk" /> |
| 5 | <property name="swt.os" value="linux" /> |
| 6 | <property name="swt.arch" value="aarch64" /> |
Lakshmi Shanmugam | 3e13fa3 | 2017-06-21 11:10:12 +0530 | [diff] [blame] | 7 | <property name="targets" value="install"/> |
Alexander Kurtakov | c07b216 | 2015-11-18 19:25:01 +0200 | [diff] [blame] | 8 | |
| 9 | <!-- 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] | 10 | <property name="version.suffix" value="3.106.100" /> |
Alexander Kurtakov | c07b216 | 2015-11-18 19:25:01 +0200 | [diff] [blame] | 11 | |
| 12 | <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt"> |
| 13 | <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/> |
| 14 | </condition> |
| 15 | <import file="${plugindir}/buildFragment.xml"/> |
| 16 | <import file="${plugindir}/buildSWT.xml"/> |
| 17 | </project> |