Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-20 10:11:32 +0000
committerEike Stepper2010-05-20 10:11:32 +0000
commit91dd0ef0e3676498cdadee8c574fa1d24a46e576 (patch)
treeeef16bb41cfde74a637243d616eeb47152f54cbc /plugins
parentefbe12c7690e3f3bb4b08386bf589badf4397eba (diff)
downloadcdo-91dd0ef0e3676498cdadee8c574fa1d24a46e576.tar.gz
cdo-91dd0ef0e3676498cdadee8c574fa1d24a46e576.tar.xz
cdo-91dd0ef0e3676498cdadee8c574fa1d24a46e576.zip
fixed branding
Diffstat (limited to 'plugins')
-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