Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2011-07-07 18:56:46 +0000
committerAndrew Niefer2011-07-07 18:56:46 +0000
commitc9990d8796c41553a2a7991595ab52881c4e863e (patch)
treef81e9ea357d9fc2df3b8581785f7999f0f689535 /bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties
parent7ec6dc0f6254145aab43ea3f08b4bafe0ab5a33d (diff)
downloadrt.equinox.framework-c9990d8796c41553a2a7991595ab52881c4e863e.tar.gz
rt.equinox.framework-c9990d8796c41553a2a7991595ab52881c4e863e.tar.xz
rt.equinox.framework-c9990d8796c41553a2a7991595ab52881c4e863e.zip
Move fragments from org.eclipse.equinox.launcher/[fragments|contributed]/ to bundles/
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties
new file mode 100644
index 000000000..acef3ae9b
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2011 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.cocoa.macosx.x86_64.properties,\
+ about.html
+
+customBuildCallbacks=customBuildCallbacks.xml
+generateSourceBundle=false
+binaryTag=R3_7

Back to the top