Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.eclipse.net4j.db.derby
parentefb66562c3899061d6bf56ff80a80dba1aaefdfe (diff)
downloadcdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.tar.gz
cdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.tar.xz
cdo-786e70c2242c6799b5aa07259f90b3d5a9e46dee.zip
Add generateSourceReferences = true to all plugins
Diffstat (limited to 'plugins/org.eclipse.net4j.db.derby')
-rw-r--r--plugins/org.eclipse.net4j.db.derby/build.properties62
1 files changed, 32 insertions, 30 deletions
diff --git a/plugins/org.eclipse.net4j.db.derby/build.properties b/plugins/org.eclipse.net4j.db.derby/build.properties
index 07874f43b7..c4d89d7ccf 100644
--- a/plugins/org.eclipse.net4j.db.derby/build.properties
+++ b/plugins/org.eclipse.net4j.db.derby/build.properties
@@ -1,30 +1,32 @@
-# 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/,\
- .,\
- about.html,\
- .options,\
- copyright.txt,\
- plugin.properties,\
- plugin.xml,\
- DerbyServer start.launch,\
- DerbyServer stop.launch,\
- about.ini,\
- about.mappings,\
- about.properties,\
- modeling32.png
-src.includes = about.html,\
- copyright.txt
-
-doc.project = org.eclipse.net4j.db.doc
+# 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/,\
+ .,\
+ about.html,\
+ .options,\
+ copyright.txt,\
+ plugin.properties,\
+ plugin.xml,\
+ DerbyServer start.launch,\
+ DerbyServer stop.launch,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
+src.includes = about.html,\
+ copyright.txt
+
+doc.project = org.eclipse.net4j.db.doc
+
+generateSourceReferences = true

Back to the top