Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-08-21 15:13:11 +0000
committerThomas Watson2012-09-13 14:48:08 +0000
commit9ffeb64e2cc798a9c2651c89ee79c9d1d59be35d (patch)
tree5777f290077d5832b9656b354f98b259b950dbd7 /bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
parent5aa8681be2b931566985cf1a1d2e99979a9df27c (diff)
downloadrt.equinox.framework-9ffeb64e2cc798a9c2651c89ee79c9d1d59be35d.tar.gz
rt.equinox.framework-9ffeb64e2cc798a9c2651c89ee79c9d1d59be35d.tar.xz
rt.equinox.framework-9ffeb64e2cc798a9c2651c89ee79c9d1d59be35d.zip
Bug 376987 - Build all platformsv20120913-144808
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
index 894b04c21..8e70c9ff3 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
@@ -23,4 +23,10 @@
<artifactId>org.eclipse.equinox.launcher.gtk.linux.s390</artifactId>
<version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>s390</arch>
+ </properties>
</project>

Back to the top