Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/build.properties42
1 files changed, 22 insertions, 20 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/build.properties b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/build.properties
index 8843759c4b..ea5bb9baff 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/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:
-# Martin Fluegge - initial API and implementation
-#
-source.. = src/
-output.. = bin/
-jars.compile.order = .
-bin.includes = META-INF/,\
- .,\
- about.html,\
- copyright.txt,\
- fragment.properties,\
- fragment.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:
+# Martin Fluegge - initial API and implementation
+#
+source.. = src/
+output.. = bin/
+jars.compile.order = .
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ copyright.txt,\
+ fragment.properties,\
+ fragment.xml
+src.includes = about.html,\
+ copyright.txt
+
+generateSourceReferences = true

Back to the top