From f73c17153deb22f09bd73ae60834dc7ef2cae367 Mon Sep 17 00:00:00 2001 From: Anna Dushistova Date: Thu, 25 Nov 2010 18:09:28 +0000 Subject: [PATCH] [releng] fixed build.properties. --- .../build.properties | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.scp/build.properties b/rse/plugins/org.eclipse.rse.subsystems.files.scp/build.properties index 95c6ae13018..34f12f6fca9 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.scp/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.scp/build.properties @@ -1,7 +1,20 @@ -source.. = src/ -output.. = bin/ +################################################################################ +# Copyright (c) 2006, 2010 Wind River Systems, Inc. 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: +# Martin Oberhuber - initial API and implementation +# Anna Dushistova(Mentor Graphics) - adapted from files.ssh +################################################################################ bin.includes = META-INF/,\ + about.html,\ icons/,\ plugin.properties,\ plugin.xml,\ - about.html + . +source.. = src/ +output.. = bin/ +src.includes = about.html