blob: 950b5a7d16ae7534261a3ebf3b92318c616253b7 [file] [log] [blame]
Veronika Irvine964bdec2005-05-17 16:51:48 +00001<?xml version="1.0" encoding="UTF-8"?>
Silenio Quarti986bb5b2011-07-25 15:23:38 -04002<project name="org.eclipse.swt.gtk.linux.ia64" default="build.jars" basedir=".">
Veronika Irvine964bdec2005-05-17 16:51:48 +00003
Silenio Quarti261533c2009-07-28 03:35:04 +00004 <property name="swt.ws" value="gtk" />
5 <property name="swt.os" value="linux" />
6 <property name="swt.arch" value="ia64" />
Silenio Quartid25e4f02009-07-27 21:54:21 +00007
8 <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
9 <property name="version.suffix" value="3.6.0" />
Silenio Quartid25e4f02009-07-27 21:54:21 +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"/>
Silenio Quartid25e4f02009-07-27 21:54:21 +000016</project>