| author | Krzysztof Daniel | 2012-09-10 14:55:39 (EDT) |
|---|---|---|
| committer | Silenio Quarti | 2012-09-12 14:19:32 (EDT) |
| commit | e120d1723b4c021d82e65477fad5f653bdb3acfe (patch) (side-by-side diff) | |
| tree | 33dbb184b6d9cfa7244497ddab2625c8e2e55e5e | |
| parent | 44281e478feaa77297815d04b7451f44b213890f (diff) | |
| download | eclipse.platform.swt.binaries-e120d1723b4c021d82e65477fad5f653bdb3acfe.zip eclipse.platform.swt.binaries-e120d1723b4c021d82e65477fad5f653bdb3acfe.tar.gz eclipse.platform.swt.binaries-e120d1723b4c021d82e65477fad5f653bdb3acfe.tar.bz2 | |
Bug 381192 Tycho support
8 files changed, 30 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties index e79b292..669d1b3 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties +++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2012 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 @@ -7,5 +7,8 @@ # # Contributors: # IBM Corporation - initial API and implementation +# Krzysztof Daniel, Red Hat, Inc. - tycho enablement ############################################################################### custom = true +bin.includes=*.jnilib,org/**/,about_files/,about.html,fragment.properties +source.. = src/ diff --git a/bundles/org.eclipse.swt.cocoa.macosx/build.properties b/bundles/org.eclipse.swt.cocoa.macosx/build.properties index e79b292..669d1b3 100644 --- a/bundles/org.eclipse.swt.cocoa.macosx/build.properties +++ b/bundles/org.eclipse.swt.cocoa.macosx/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2012 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 @@ -7,5 +7,8 @@ # # Contributors: # IBM Corporation - initial API and implementation +# Krzysztof Daniel, Red Hat, Inc. - tycho enablement ############################################################################### custom = true +bin.includes=*.jnilib,org/**/,about_files/,about.html,fragment.properties +source.. = src/ diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/build.properties b/bundles/org.eclipse.swt.gtk.linux.x86/build.properties index b1ad110..f94b008 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.x86/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. +# Copyright (c) 2000, 2012 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 @@ -7,5 +7,8 @@ # # Contributors: # IBM Corporation - initial API and implementation +# Krzysztof Daniel, Red Hat, Inc. - tycho enablement ############################################################################### custom = true +bin.includes=*.so,org/**/,about_files/,about.html,fragment.properties +source.. = src/ diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml index 1273efa..c571a4e 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml @@ -4,7 +4,10 @@ <property name="swt.ws" value="gtk" /> <property name="swt.os" value="linux" /> <property name="swt.arch" value="x86" /> +<!-- Workaround to disable xulrunner <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/> +--> + <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> <property name="version.suffix" value="3.100.1" /> diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties index b1ad110..62b7398 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties @@ -7,5 +7,8 @@ # # Contributors: # IBM Corporation - initial API and implementation +# Krzysztof Daniel, Red Hat, Inc. - tycho enablement ############################################################################### custom = true +bin.includes=*.so,org/**/,about_files/,about.html,fragment.properties +source.. = src/ diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml index 5e5457b..081fe46 100644 --- a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml +++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml @@ -4,7 +4,10 @@ <property name="swt.ws" value="gtk" /> <property name="swt.os" value="linux" /> <property name="swt.arch" value="x86_64" /> +<!-- Workaround to disable xulrunner <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/> +--> + <property name="targets" value="install"/> <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> <property name="version.suffix" value="3.100.1" /> @@ -14,4 +17,4 @@ </condition> <import file="${plugindir}/buildFragment.xml"/> <import file="${plugindir}/buildSWT.xml"/> -</project>
\ No newline at end of file +</project> diff --git a/bundles/org.eclipse.swt.win32.win32.x86/build.properties b/bundles/org.eclipse.swt.win32.win32.x86/build.properties index b1ad110..e445e34 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86/build.properties +++ b/bundles/org.eclipse.swt.win32.win32.x86/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. +# Copyright (c) 2000, 2012 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 @@ -7,5 +7,8 @@ # # Contributors: # IBM Corporation - initial API and implementation +# Krzysztof Daniel, Red Hat, Inc. - tycho enablement ############################################################################### custom = true +bin.includes=*.dll,org/**/,about_files/,about.html,fragment.properties +source.. = src/ diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties b/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties index dfe1069..e445e34 100644 --- a/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties +++ b/bundles/org.eclipse.swt.win32.win32.x86_64/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2007 IBM Corporation and others. +# Copyright (c) 2000, 2012 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 @@ -7,5 +7,8 @@ # # Contributors: # IBM Corporation - initial API and implementation +# Krzysztof Daniel, Red Hat, Inc. - tycho enablement ############################################################################### custom = true +bin.includes=*.dll,org/**/,about_files/,about.html,fragment.properties +source.. = src/ |

