From 786e70c2242c6799b5aa07259f90b3d5a9e46dee Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Mon, 21 May 2012 09:10:21 +0200 Subject: Add generateSourceReferences = true to all plugins --- .../build.properties | 46 +++++++++++----------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'plugins/org.eclipse.emf.cdo.workspace.efs') diff --git a/plugins/org.eclipse.emf.cdo.workspace.efs/build.properties b/plugins/org.eclipse.emf.cdo.workspace.efs/build.properties index b9909b26f5..d2a2067c53 100644 --- a/plugins/org.eclipse.emf.cdo.workspace.efs/build.properties +++ b/plugins/org.eclipse.emf.cdo.workspace.efs/build.properties @@ -1,22 +1,24 @@ -# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) 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: -# Eike Stepper - initial API and implementation - -# NLS_MESSAGEFORMAT_VAR - -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - .,\ - .options,\ - about.html,\ - copyright.txt,\ - plugin.properties,\ - plugin.xml -src.includes = about.html,\ - copyright.txt +# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) 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: +# Eike Stepper - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR + +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + .options,\ + about.html,\ + copyright.txt,\ + plugin.properties,\ + plugin.xml +src.includes = about.html,\ + copyright.txt + +generateSourceReferences = true -- cgit v1.2.3