blob: 0ecf996b087c256e70503e527f714d7feb71380f [file] [log] [blame]
Arun Thondapu1c44a252016-05-19 20:24:26 +05301<?xml version="1.0" encoding="UTF-8"?>
2<project name="org.eclipse.swt.gtk.solaris.sparcv9" default="build.jars" basedir=".">
3
4 <property name="swt.ws" value="gtk" />
5 <property name="swt.os" value="solaris" />
6 <property name="swt.arch" value="sparcv9" />
7 <!-- Disable building mozilla on Solaris sparcv9 <property name="targets" value="make_mozilla install"/> -->
8 <property name="targets" value="install"/>
9
10 <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
Eric Williams3aeac322017-06-09 10:48:24 -040011 <property name="version.suffix" value="3.106.100" />
Arun Thondapu1c44a252016-05-19 20:24:26 +053012
13 <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
14 <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
15 </condition>
16 <import file="${plugindir}/buildFragment.xml"/>
17 <import file="${plugindir}/buildSWT.xml"/>
18</project>