blob: c66eff28101e99f73eaed579d8a92f90876f005a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.eclipse.swt.gtk.linux.loongarch64" default="build.jars" basedir=".">
<property name="swt.ws" value="gtk" />
<property name="swt.os" value="linux" />
<property name="swt.arch" value="loongarch64" />
<property name="targets" value="install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
<property name="version.suffix" value="3.119.0" />
<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
</condition>
<import file="${plugindir}/buildFragment.xml"/>
<import file="${plugindir}/buildSWT.xml"/>
</project>