Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-03-30 08:49:34 +0000
committerArun Thondapu2016-03-30 08:49:56 +0000
commitfbf4e7bbb85949f0cc7f759254baae0f9b6449c3 (patch)
tree43d8f11a1df8727c2d7590a51101d9e207b2b55b /bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/build.properties
parent1b7bd98d0c6b8334fa838e7d1c875b24c58c1384 (diff)
downloadrt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.tar.gz
rt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.tar.xz
rt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.zip
Bug 429335 - Need 64-bit launcher for Solaris/X86_64I20160330-0930
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/build.properties
new file mode 100644
index 000000000..b1d57c067
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/build.properties
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2016 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = META-INF/,\
+ eclipse_*.so,\
+ launcher.gtk.solaris.x86_64.properties,\
+ about.html
+
+customBuildCallbacks=customBuildCallbacks.xml
+generateSourceBundle=false
+binaryTag=v20160316-1045

Back to the top