Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-04-24 13:32:48 +0000
committerJohn Arthorne2012-04-24 13:32:48 +0000
commit2b916dec77448542d7f47170a57204e0f12469c4 (patch)
tree85f2b31343ec788641004494217b93b64814b25d
parent4ca8971893abab4da3ab816adba65f3e9473e760 (diff)
downloadeclipse.platform-2b916dec77448542d7f47170a57204e0f12469c4.tar.gz
eclipse.platform-2b916dec77448542d7f47170a57204e0f12469c4.tar.xz
eclipse.platform-2b916dec77448542d7f47170a57204e0f12469c4.zip
-rw-r--r--platform/org.eclipse.platform/build.properties4
-rw-r--r--platform/org.eclipse.sdk/build.properties5
2 files changed, 7 insertions, 2 deletions
diff --git a/platform/org.eclipse.platform/build.properties b/platform/org.eclipse.platform/build.properties
index 12db3ada6..2bc774dea 100644
--- a/platform/org.eclipse.platform/build.properties
+++ b/platform/org.eclipse.platform/build.properties
@@ -37,7 +37,9 @@ bin.includes = about.html,\
helpData.xml,\
images/,\
LegacyIDE.e4xmi,\
- css/
+ css/,\
+ eclipse256.png,\
+ eclipse24.gif
src.includes = about.html,\
launchersrc.zip,\
platformsrc.zip
diff --git a/platform/org.eclipse.sdk/build.properties b/platform/org.eclipse.sdk/build.properties
index b2b207364..4f398f892 100644
--- a/platform/org.eclipse.sdk/build.properties
+++ b/platform/org.eclipse.sdk/build.properties
@@ -30,4 +30,7 @@ bin.includes = about.html,\
macosx_narrow_book.css,\
introData.xml,\
intro-eclipse.png,\
- helpData.xml \ No newline at end of file
+ helpData.xml,\
+ eclipse256.png,\
+ eclipse24.gif
+

Back to the top