blob: 65abf1d3a66fee74c10cafb611b2b721b6bb520a [file] [log] [blame]
Christophe Cornuf7e6d922005-04-07 19:51:12 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project name="org.eclipse.swt.gtk.linux.x86" default="build.jars" basedir=".">
3
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" />
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" />
Christophe Cornuf7e6d922005-04-07 19:51:12 +000010
Silenio Quartid25e4f02009-07-27 21:54:21 +000011 <import file="../org.eclipse.swt/buildFragment.xml"/>
Grant Gayed6ef19e92007-02-07 19:51:37 +000012</project>