From 7d48cd68659d2d679c9f3b953029243554c8cd7a Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Sun, 8 Feb 2009 22:58:17 +0000 Subject: [PATCH] [releng] no source bundle for org.eclipse.rse --- rse/features/org.eclipse.rse.sdk-feature/build.properties | 2 +- rse/plugins/org.eclipse.rse/build.properties | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rse/features/org.eclipse.rse.sdk-feature/build.properties b/rse/features/org.eclipse.rse.sdk-feature/build.properties index 60e92e0fca8..176add1cfa2 100644 --- a/rse/features/org.eclipse.rse.sdk-feature/build.properties +++ b/rse/features/org.eclipse.rse.sdk-feature/build.properties @@ -13,7 +13,7 @@ bin.includes = feature.xml,\ feature.properties,\ epl-v10.html,\ eclipse_update_120.jpg -generate.feature@org.eclipse.rse.core.source=org.eclipse.rse.core +generate.feature@org.eclipse.rse.core.source=org.eclipse.rse.core,exclude@org.eclipse.rse.doc.user generate.feature@org.eclipse.rse.dstore.source=org.eclipse.rse.dstore generate.feature@org.eclipse.rse.ftp.source=org.eclipse.rse.ftp generate.feature@org.eclipse.rse.local.source=org.eclipse.rse.local diff --git a/rse/plugins/org.eclipse.rse/build.properties b/rse/plugins/org.eclipse.rse/build.properties index ad7de712e63..5bbf1477e91 100644 --- a/rse/plugins/org.eclipse.rse/build.properties +++ b/rse/plugins/org.eclipse.rse/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. +# Copyright (c) 2005, 2009 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 @@ -20,3 +20,6 @@ bin.includes = META-INF/,\ eclipse32.png,\ plugin.properties src.includes = about.html + +# No source bundle because this contains just branding +generateSourceBundle=false