From 09c1f9e6cb98f89650dd9d963a0109a3fd5bc3dd Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Mon, 10 Sep 2012 15:15:00 -0400 Subject: Bug 381192 Tycho support --- bundles/org.eclipse.swt.cocoa.macosx.x86_64/build.properties | 5 ++++- bundles/org.eclipse.swt.cocoa.macosx/build.properties | 5 ++++- bundles/org.eclipse.swt.gtk.linux.x86/build.properties | 5 ++++- bundles/org.eclipse.swt.gtk.linux.x86/build.xml | 3 +++ bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties | 3 +++ bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml | 5 ++++- bundles/org.eclipse.swt.win32.win32.x86/build.properties | 5 ++++- bundles/org.eclipse.swt.win32.win32.x86_64/build.properties | 5 ++++- 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 e79b29209..669d1b3a2 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 e79b29209..669d1b3a2 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 b1ad110f8..f94b00851 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 201f0f9ff..4b1862a03 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 @@ + + 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 b1ad110f8..62b73982f 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 7f8d8e7bc..eaff20bb5 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 @@ + + @@ -14,4 +17,4 @@ - \ No newline at end of file + diff --git a/bundles/org.eclipse.swt.win32.win32.x86/build.properties b/bundles/org.eclipse.swt.win32.win32.x86/build.properties index b1ad110f8..e445e3425 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 dfe106939..e445e3425 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/ -- cgit v1.2.3