blob: 7a550f4d11702063b12c946c21f09c6ce31def0b [file] [log] [blame]
Christophe Cornuf7e6d922005-04-07 19:51:12 +00001<?xml version="1.0" encoding="UTF-8"?>
Silenio Quarti986bb5b2011-07-25 15:23:38 -04002<project name="org.eclipse.swt.gtk.linux.x86" default="build.jars" basedir=".">
Christophe Cornuf7e6d922005-04-07 19:51:12 +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="x86" />
Lakshmi Shanmugam0e96d892015-04-24 16:54:03 +05307 <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
Silenio Quartid25e4f02009-07-27 21:54:21 +00008
9 <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
Arun Thondapucdee3b42016-07-12 18:35:45 +053010 <property name="version.suffix" value="3.106.0" />
Christophe Cornuf7e6d922005-04-07 19:51:12 +000011
Silenio Quarti25acd9a2011-07-26 11:10:04 -040012 <condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
13 <available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
Silenio Quarti986bb5b2011-07-25 15:23:38 -040014 </condition>
Silenio Quarti25acd9a2011-07-26 11:10:04 -040015 <import file="${plugindir}/buildFragment.xml"/>
16 <import file="${plugindir}/buildSWT.xml"/>
Grant Gayed6ef19e92007-02-07 19:51:37 +000017</project>