blob: 3d2815faa6d501d6889acae811cfda43bcd4330f [file] [log] [blame]
Lakshmi Shanmugame9a10a82021-01-15 12:37:32 +01001<?xml version="1.0" encoding="UTF-8"?>
Lakshmi Shanmugam3abba702021-04-22 11:41:37 +02002<project name="org.eclipse.swt.cocoa.macosx.aarch64" default="build.jars" basedir=".">
Lakshmi Shanmugame9a10a82021-01-15 12:37:32 +01003
4 <property name="swt.ws" value="cocoa" />
5 <property name="swt.os" value="macosx" />
Lakshmi Shanmugam3abba702021-04-22 11:41:37 +02006 <property name="swt.arch" value="aarch64" />
Lakshmi Shanmugame9a10a82021-01-15 12:37:32 +01007
8 <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
Sravan Kumar Lakkimsettiab657922021-09-17 09:16:21 +05309 <property name="version.suffix" value="3.118.0" />
Lakshmi Shanmugame9a10a82021-01-15 12:37:32 +010010
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"/>
13 </condition>
14 <import file="${plugindir}/buildFragment.xml"/>
15 <import file="${plugindir}/buildSWT.xml"/>
16</project>