blob: 1855b9eff314ccb2687c66e25a6b1f5e2cb74992 [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 -->
Eric Williams3aeac322017-06-09 10:48:24 -04009 <property name="version.suffix" value="3.106.100" />
Grant Gayede7594c72008-03-28 14:58:46 +000010
Silenio Quarti25acd9a2011-07-26 11:10:04 -040011 <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
12 <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
Silenio Quarti986bb5b2011-07-25 15:23:38 -040013 </condition>
Silenio Quarti25acd9a2011-07-26 11:10:04 -040014 <import file="${plugindir}/buildFragment.xml"/>
15 <import file="${plugindir}/buildSWT.xml"/>
Bogdan Gheorghedcd63c02010-11-15 16:16:56 +000016</project>