Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorDoug Schaefer2010-06-03 21:11:36 +0000
committerDoug Schaefer2010-06-03 21:11:36 +0000
commit66828656bc7ddea313f1bdd8bad2fa1d42242543 (patch)
tree6730df6bd7db378a53924aeff93ece5de3c5ac8b /releng
parent7b0b3136d9c0b2f5b798ee5b564c9248516442e8 (diff)
downloadorg.eclipse.cdt-66828656bc7ddea313f1bdd8bad2fa1d42242543.tar.gz
org.eclipse.cdt-66828656bc7ddea313f1bdd8bad2fa1d42242543.tar.xz
org.eclipse.cdt-66828656bc7ddea313f1bdd8bad2fa1d42242543.zip
forgot to put the png into the build.properties. No wonder it didn't show up :P
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.sdk/build.properties4
-rw-r--r--releng/org.eclipse.cdt.testing/build.properties3
2 files changed, 3 insertions, 4 deletions
diff --git a/releng/org.eclipse.cdt.sdk/build.properties b/releng/org.eclipse.cdt.sdk/build.properties
index 8a053d3bd67..614216eea6c 100644
--- a/releng/org.eclipse.cdt.sdk/build.properties
+++ b/releng/org.eclipse.cdt.sdk/build.properties
@@ -12,10 +12,10 @@ bin.includes = about.html,\
about.ini,\
about.mappings,\
about.properties,\
- eclipse32.gif,\
notice.html,\
plugin.properties,\
welcome.xml,\
epl-v10.html,\
- META-INF/
+ META-INF/,\
+ cdt_logo_icon32.png
src.includes = about.html
diff --git a/releng/org.eclipse.cdt.testing/build.properties b/releng/org.eclipse.cdt.testing/build.properties
index bb2b029a533..11306917fb7 100644
--- a/releng/org.eclipse.cdt.testing/build.properties
+++ b/releng/org.eclipse.cdt.testing/build.properties
@@ -12,11 +12,10 @@ bin.includes = about.html,\
about.ini,\
about.mappings,\
about.properties,\
- eclipse32_old.gif,\
plugin.properties,\
test.xml,\
epl-v10.html,\
notice.html,\
META-INF/,\
- eclipse32.gif
+ cdt_logo_icon32.png
src.includes = about.html

Back to the top