diff options
author | Eike Stepper | 2012-05-21 07:10:21 +0000 |
---|---|---|
committer | Eike Stepper | 2012-05-21 07:10:21 +0000 |
commit | 786e70c2242c6799b5aa07259f90b3d5a9e46dee (patch) | |
tree | 1e1bd61ceab3259c38228ddaeb3138d06a1f15d3 /plugins/org.eclipse.emf.cdo.ui.defs | |
parent | efb66562c3899061d6bf56ff80a80dba1aaefdfe (diff) | |
download | cdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.tar.gz cdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.tar.xz cdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.zip |
Add generateSourceReferences = true to all plugins
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.defs')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.ui.defs/build.properties | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.defs/build.properties b/plugins/org.eclipse.emf.cdo.ui.defs/build.properties index d77db18ec1..08e85f04da 100644 --- a/plugins/org.eclipse.emf.cdo.ui.defs/build.properties +++ b/plugins/org.eclipse.emf.cdo.ui.defs/build.properties @@ -1,21 +1,23 @@ -# 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
-
-bin.includes = .,\
- model/,\
- META-INF/,\
- plugin.xml,\
- plugin.properties,\
- about.html,\
- copyright.txt
-jars.compile.order = .
-source.. = src/
-output.. = bin/
-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 + +bin.includes = .,\ + model/,\ + META-INF/,\ + plugin.xml,\ + plugin.properties,\ + about.html,\ + copyright.txt +jars.compile.order = . +source.. = src/ +output.. = bin/ +src.includes = about.html,\ + copyright.txt + +generateSourceReferences = true |