Arun Thondapu | 1c44a25 | 2016-05-19 20:24:26 +0530 | [diff] [blame] | 1 | <?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 Williams | 3aeac32 | 2017-06-09 10:48:24 -0400 | [diff] [blame] | 11 | <property name="version.suffix" value="3.106.100" /> |
Arun Thondapu | 1c44a25 | 2016-05-19 20:24:26 +0530 | [diff] [blame] | 12 | |
| 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> |