Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties6
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn/build.properties8
2 files changed, 11 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties
index b05e1a6b8b..0750874e12 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/build.properties
@@ -15,6 +15,10 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
copyright.txt,\
- plugin.properties
+ plugin.properties,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
src.includes = about.html,\
copyright.txt
diff --git a/plugins/org.eclipse.emf.cdo.dawn/build.properties b/plugins/org.eclipse.emf.cdo.dawn/build.properties
index 956cbd6608..1e670cd9bf 100644
--- a/plugins/org.eclipse.emf.cdo.dawn/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn/build.properties
@@ -16,6 +16,10 @@ bin.includes = META-INF/,\
plugin.properties,\
about.html,\
copyright.txt,\
- .options
+ .options,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
src.includes = about.html,\
- copyright.txt \ No newline at end of file
+ copyright.txt

Back to the top