Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-04-07 11:34:14 +0000
committerAlexander Kurtakov2014-04-09 12:08:28 +0000
commitad7c0ec6c65e7a2c843ef2745ffe8ac27deffb45 (patch)
tree3cc62f3cc4e4b7b623c515a19542d29c106f4c89 /bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties
parent321078e4959fc27f26c3b89ca0015fa6d439115e (diff)
downloadrt.equinox.framework-ad7c0ec6c65e7a2c843ef2745ffe8ac27deffb45.tar.gz
rt.equinox.framework-ad7c0ec6c65e7a2c843ef2745ffe8ac27deffb45.tar.xz
rt.equinox.framework-ad7c0ec6c65e7a2c843ef2745ffe8ac27deffb45.zip
Bug 431230 - Provide launchers for ppc64le
Fragment for ppc64le. Not enabled in default build but tested locally in mocked environment. Change-Id: I9b7bf56567e67d57bc4be2a8df645d83dc42846c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties
new file mode 100644
index 000000000..4f6ba19d2
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2014 Red Hat Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Alexander Kurtatkov - initial API and implementation
+###############################################################################
+bin.includes = META-INF/,\
+ eclipse_*.so,\
+ launcher.gtk.linux.ppc64le.properties,\
+ about.html
+
+generateSourceBundle=false

Back to the top