blob: ecc43f0cb9e39076541b0363e4cfb12e2a9e51a3 [file] [log] [blame]
Alexander Kurtakovc07b2162015-11-18 19:25:01 +02001<?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 Thondapucdee3b42016-07-12 18:35:45 +053010 <property name="version.suffix" value="3.106.0" />
Alexander Kurtakovc07b2162015-11-18 19:25:01 +020011
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>