Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/build.properties6
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore/build.properties8
2 files changed, 11 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/build.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/build.properties
index 64d93b2c11..9295f3b63a 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/build.properties
@@ -13,7 +13,11 @@ bin.includes = .,\
icons/,\
META-INF/,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html,\
+ copyright.txt
jars.compile.order = .
source.. = src/
output.. = bin/
+src.includes = copyright.txt,\
+ about.html
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/build.properties b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/build.properties
index cfbefc8de8..3d92f1bb21 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/build.properties
@@ -2,13 +2,17 @@
# <copyright>
# </copyright>
#
-# $Id: build.properties,v 1.1 2010-06-05 19:27:58 mfluegge Exp $
+# $Id: build.properties,v 1.2 2010-06-14 19:12:51 estepper Exp $
bin.includes = .,\
model/,\
META-INF/,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html,\
+ copyright.txt
jars.compile.order = .
source.. = src/
output.. = bin/
+src.includes = about.html,\
+ copyright.txt

Back to the top