Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
index e7fa090cb..e88b5e80b 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
@@ -23,4 +23,10 @@
<artifactId>org.eclipse.equinox.launcher.gtk.linux.s390x</artifactId>
<version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>s390x</arch>
+ </properties>
</project>

Back to the top