Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-06-25 14:36:48 +0000
committerThomas Watson2012-09-12 14:09:10 +0000
commit12c991ab837e7927c3a30ce408f42cde420197ea (patch)
treed60dd0ae93556f69301d99206889a3f8662d2e65 /bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64
parent4c0a6844156e526a9bfef65ae11f4ff3babec4a5 (diff)
downloadrt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.tar.gz
rt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.tar.xz
rt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.zip
Bug 370704 - equinox launchers build - patch v2v20120912-140910
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
index b16654b08..020a15682 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
@@ -27,5 +27,8 @@
<properties>
<launcher-binary.version>1500</launcher-binary.version>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86_64</arch>
</properties>
</project>

Back to the top