Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-05-21 07:10:21 +0000
committerEike Stepper2012-05-21 07:10:21 +0000
commit786e70c2242c6799b5aa07259f90b3d5a9e46dee (patch)
tree1e1bd61ceab3259c38228ddaeb3138d06a1f15d3 /plugins/org.gastro.rcp.department
parentefb66562c3899061d6bf56ff80a80dba1aaefdfe (diff)
downloadcdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.tar.gz
cdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.tar.xz
cdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.zip
Add generateSourceReferences = true to all plugins
Diffstat (limited to 'plugins/org.gastro.rcp.department')
-rw-r--r--plugins/org.gastro.rcp.department/build.properties60
1 files changed, 31 insertions, 29 deletions
diff --git a/plugins/org.gastro.rcp.department/build.properties b/plugins/org.gastro.rcp.department/build.properties
index 070987db14..d1cccf2884 100644
--- a/plugins/org.gastro.rcp.department/build.properties
+++ b/plugins/org.gastro.rcp.department/build.properties
@@ -1,29 +1,31 @@
-# 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 = plugin.xml,\
- META-INF/,\
- .,\
- icons/,\
- images/,\
- copyright.txt,\
- about.html,\
- config/,\
- GastroDepartment1.launch,\
- GastroDepartment2.launch
-src.includes = about.html,\
- copyright.txt,\
- config/,\
- GastroDepartment1.launch,\
- GastroDepartment2.launch
-
+# 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 = plugin.xml,\
+ META-INF/,\
+ .,\
+ icons/,\
+ images/,\
+ copyright.txt,\
+ about.html,\
+ config/,\
+ GastroDepartment1.launch,\
+ GastroDepartment2.launch
+src.includes = about.html,\
+ copyright.txt,\
+ config/,\
+ GastroDepartment1.launch,\
+ GastroDepartment2.launch
+
+
+generateSourceReferences = true

Back to the top