Grant Gayed | e7594c7 | 2008-03-28 14:58:46 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Silenio Quarti | 986bb5b | 2011-07-25 15:23:38 -0400 | [diff] [blame^] | 2 | <project name="org.eclipse.swt.gtk.hpux.ia64" default="build.jars" basedir="."> |
Grant Gayed | e7594c7 | 2008-03-28 14:58:46 +0000 | [diff] [blame] | 3 | |
Bogdan Gheorghe | dcd63c0 | 2010-11-15 16:16:56 +0000 | [diff] [blame] | 4 | <property name="swt.ws" value="gtk" /> |
| 5 | <property name="swt.os" value="hpux" /> |
Bogdan Gheorghe | 501cc79 | 2010-11-15 16:43:14 +0000 | [diff] [blame] | 6 | <property name="swt.arch" value="ia64" /> |
Bogdan Gheorghe | dcd63c0 | 2010-11-15 16:16:56 +0000 | [diff] [blame] | 7 | |
| 8 | <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> |
| 9 | <property name="version.suffix" value="3.7.0" /> |
Grant Gayed | e7594c7 | 2008-03-28 14:58:46 +0000 | [diff] [blame] | 10 | |
Silenio Quarti | 986bb5b | 2011-07-25 15:23:38 -0400 | [diff] [blame^] | 11 | <condition property="pluginroot" value="../../../eclipse.platform.swt/bundles" else="${buildDirectory}/plugins"> |
| 12 | <available file="../../../eclipse.platform.swt/bundles" type="dir"/> |
| 13 | </condition> |
| 14 | <import file="${pluginroot}/org.eclipse.swt/buildFragment.xml"/> |
| 15 | <import file="${pluginroot}/org.eclipse.swt/buildSWT.xml"/> |
Bogdan Gheorghe | dcd63c0 | 2010-11-15 16:16:56 +0000 | [diff] [blame] | 16 | </project> |