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.examples.acore
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.examples.acore')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore/build.properties8
1 files changed, 6 insertions, 2 deletions
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