blob: 49d5dbd45c8269c30b1b642c7facfb1daaeb0c1e [file] [log] [blame]
Alexander Kurtakov0c5afe62014-04-07 20:34:01 +03001<?xml version="1.0" encoding="UTF-8"?>
2<project name="org.eclipse.swt.gtk.linux.ppc64le" 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="ppc64le" />
Steve Francisco21a7c272014-08-07 11:24:46 -04007 <property name="targets" value="install"/>
Alexander Kurtakov0c5afe62014-04-07 20:34:01 +03008
9 <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
Eric Williams3aeac322017-06-09 10:48:24 -040010 <property name="version.suffix" value="3.106.100" />
Alexander Kurtakov0c5afe62014-04-07 20:34:01 +030011
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"/>
Steve Francisco21a7c272014-08-07 11:24:46 -040017</project>