Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2010-05-21 17:16:36 +0000
committerMartin Fluegge2010-05-21 17:16:36 +0000
commit7cbb162070f7d867fac60d8fd1cb1c44bd1e0acf (patch)
tree58bc288879dfd75b9725d106100b746eab0ce894 /plugins/org.eclipse.emf.cdo.dawn.ui
parentc647dd18938e497b9ce68dd19d95636871cf13ff (diff)
downloadcdo-7cbb162070f7d867fac60d8fd1cb1c44bd1e0acf.tar.gz
cdo-7cbb162070f7d867fac60d8fd1cb1c44bd1e0acf.tar.xz
cdo-7cbb162070f7d867fac60d8fd1cb1c44bd1e0acf.zip
[308232] [Dawn] Develop collaborative support for GMF on CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308232
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.ui')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/icons/dawn_16x16.gifbin0 -> 896 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/icons/dawn_16x16.pngbin0 -> 235 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml2
4 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/build.properties b/plugins/org.eclipse.emf.cdo.dawn.ui/build.properties
index 817a9b203e..185ac094f5 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ui/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/build.properties
@@ -16,6 +16,7 @@ bin.includes = META-INF/,\
plugin.properties,\
about.html,\
copyright.txt,\
- .options
+ .options,\
+ icons/
src.includes = about.html,\
copyright.txt
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/icons/dawn_16x16.gif b/plugins/org.eclipse.emf.cdo.dawn.ui/icons/dawn_16x16.gif
new file mode 100644
index 0000000000..af2ae6d3f5
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/icons/dawn_16x16.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/icons/dawn_16x16.png b/plugins/org.eclipse.emf.cdo.dawn.ui/icons/dawn_16x16.png
new file mode 100644
index 0000000000..5e1e8a483d
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/icons/dawn_16x16.png
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml b/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml
index 8a4f1c0cb0..97fb16aca1 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml
@@ -20,7 +20,7 @@
<view
category="org.eclipse.emf.cdo.dawn.ui"
class="org.eclipse.emf.cdo.dawn.ui.views.DawnExplorer"
- icon="icons/dawn.gif"
+ icon="icons/dawn_16x16.gif"
id="org.eclipse.emf.cdo.dawn.ui.views.DawnExplorer"
name="Dawn Explorer">
</view>

Back to the top