Christophe Cornu | f7e6d92 | 2005-04-07 19:51:12 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project name="org.eclipse.swt.gtk.linux.x86" default="build.jars" basedir="."> |
| 3 | |
Silenio Quarti | 261533c | 2009-07-28 03:35:04 +0000 | [diff] [blame^] | 4 | <property name="swt.ws" value="gtk" /> |
| 5 | <property name="swt.os" value="linux" /> |
| 6 | <property name="swt.arch" value="x86" /> |
Silenio Quarti | d25e4f0 | 2009-07-27 21:54:21 +0000 | [diff] [blame] | 7 | |
| 8 | <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> |
| 9 | <property name="version.suffix" value="3.6.0" /> |
Christophe Cornu | f7e6d92 | 2005-04-07 19:51:12 +0000 | [diff] [blame] | 10 | |
Silenio Quarti | d25e4f0 | 2009-07-27 21:54:21 +0000 | [diff] [blame] | 11 | <import file="../org.eclipse.swt/buildFragment.xml"/> |
Grant Gayed | 6ef19e9 | 2007-02-07 19:51:37 +0000 | [diff] [blame] | 12 | </project> |