blob: 469bb4f80c4fa86ab2702bed5534d2bc00cd5a10 [file] [log] [blame]
Grant Gayede7594c72008-03-28 14:58:46 +00001<?xml version="1.0" encoding="UTF-8"?>
Silenio Quarti986bb5b2011-07-25 15:23:38 -04002<project name="org.eclipse.swt.gtk.hpux.ia64" default="build.jars" basedir=".">
Grant Gayede7594c72008-03-28 14:58:46 +00003
Bogdan Gheorghedcd63c02010-11-15 16:16:56 +00004 <property name="swt.ws" value="gtk" />
5 <property name="swt.os" value="hpux" />
Bogdan Gheorghe501cc792010-11-15 16:43:14 +00006 <property name="swt.arch" value="ia64" />
Bogdan Gheorghedcd63c02010-11-15 16:16:56 +00007
8 <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
9 <property name="version.suffix" value="3.7.0" />
Grant Gayede7594c72008-03-28 14:58:46 +000010
Silenio Quarti986bb5b2011-07-25 15:23:38 -040011 <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 Gheorghedcd63c02010-11-15 16:16:56 +000016</project>