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" /> |
| 7 | <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/> |
| 8 | |
| 9 | <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> |
Arun Thondapu | cdee3b4 | 2016-07-12 18:35:45 +0530 | [diff] [blame] | 10 | <property name="version.suffix" value="3.106.0" /> |
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> |