Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-03-03 00:51:05 +0000
committerslewis2008-03-03 00:51:05 +0000
commit14ccd011bd838be16a2c93114889b460ef31f446 (patch)
treecb50109c529697908051e3c2fab00c1ed15b237d /examples/bundles
parent73a8410ad37550fa1f270f11dcfbea826f241834 (diff)
downloadorg.eclipse.ecf-14ccd011bd838be16a2c93114889b460ef31f446.tar.gz
org.eclipse.ecf-14ccd011bd838be16a2c93114889b460ef31f446.tar.xz
org.eclipse.ecf-14ccd011bd838be16a2c93114889b460ef31f446.zip
Added icon contribution for examples feature from bug 91313
Diffstat (limited to 'examples/bundles')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/about.ini3
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/build.properties6
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/example32.pngbin0 -> 2712 bytes
3 files changed, 7 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/about.ini b/examples/bundles/org.eclipse.ecf.example.collab/about.ini
index 97ce65b32..fd46730c5 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/about.ini
+++ b/examples/bundles/org.eclipse.ecf.example.collab/about.ini
@@ -9,3 +9,6 @@ aboutText=%featureText
# Property "appName" contains name of the application (translated)
appName=%featureName
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=example32.png
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/build.properties b/examples/bundles/org.eclipse.ecf.example.collab/build.properties
index 5d65e4f5b..3a954041c 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/build.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab/build.properties
@@ -15,7 +15,8 @@ bin.includes = .,\
about.html,\
plugin.properties,\
about.properties,\
- about.ini
+ about.ini,\
+ example32.png
jars.compile.order = client.jar,\
.
output.client.jar = bin/
@@ -25,6 +26,7 @@ src.includes = about.html,\
plugin.properties,\
about.ini,\
icons/,\
- META-INF/
+ META-INF/,\
+ example32.png
source.. = src/
output.. = bin/
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/example32.png b/examples/bundles/org.eclipse.ecf.example.collab/example32.png
new file mode 100644
index 000000000..b186e2696
--- /dev/null
+++ b/examples/bundles/org.eclipse.ecf.example.collab/example32.png
Binary files differ

Back to the top