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.eclipse.emf.cdo.server.objectivity.stub
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.emf.cdo.server.objectivity.stub')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.objectivity.stub/build.properties42
1 files changed, 22 insertions, 20 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.objectivity.stub/build.properties b/plugins/org.eclipse.emf.cdo.server.objectivity.stub/build.properties
index 5880e862e0..220246e0e9 100644
--- a/plugins/org.eclipse.emf.cdo.server.objectivity.stub/build.properties
+++ b/plugins/org.eclipse.emf.cdo.server.objectivity.stub/build.properties
@@ -1,20 +1,22 @@
-# 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:
-# Ibrahim Sallam - initial API and implementation
-
-# NLS_MESSAGEFORMAT_VAR
-
-bin.includes = META-INF/,\
- oojava_epl.jar, \
- about.html,\
- copyright.txt,\
- epl-v10.html,\
- plugin.properties
-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:
+# Ibrahim Sallam - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+bin.includes = META-INF/,\
+ oojava_epl.jar, \
+ about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ plugin.properties
+src.includes = about.html,\
+ copyright.txt
+
+
+generateSourceReferences = true

Back to the top