Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-06-14 19:12:53 +0000
committerEike Stepper2010-06-14 19:12:53 +0000
commit2a1db91000cc212b2ac882585876a19e22e0ac3f (patch)
tree82010a09cd03e5582106ba45bc09a14e2e0ee107 /plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit
parent70248c4a3b096ebbf20d5665cf2d8df9d1224278 (diff)
downloadcdo-2a1db91000cc212b2ac882585876a19e22e0ac3f.tar.gz
cdo-2a1db91000cc212b2ac882585876a19e22e0ac3f.tar.xz
cdo-2a1db91000cc212b2ac882585876a19e22e0ac3f.zip
prepare 3.0 GA
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/build.properties6
1 files changed, 5 insertions, 1 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

Back to the top