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