Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2011-11-21 20:46:52 +0000
committerJohn Ross2011-11-21 20:48:43 +0000
commitfbfeed13879f785ab025ec4c82ec3be41c2b9e86 (patch)
tree2dd57a891ba06d3af01cf3134e696419095c4388 /bundles/org.eclipse.equinox.compendium.tests
parentf155652bfb1a057a88b6387b3ee2259a2d412a4c (diff)
downloadrt.equinox.bundles-fbfeed13879f785ab025ec4c82ec3be41c2b9e86.tar.gz
rt.equinox.bundles-fbfeed13879f785ab025ec4c82ec3be41c2b9e86.tar.xz
rt.equinox.bundles-fbfeed13879f785ab025ec4c82ec3be41c2b9e86.zip
Bug 349189: Added icons and corrected icon paths in metadata.xml for test.
Diffstat (limited to 'bundles/org.eclipse.equinox.compendium.tests')
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/OSGI-INF/metatype/metadata.xml6
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-100x100.jpgbin0 -> 4931 bytes
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-150x150.jpgbin0 -> 7933 bytes
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-200x200.jpgbin0 -> 10182 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/OSGI-INF/metatype/metadata.xml b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/OSGI-INF/metatype/metadata.xml
index 59288f12b..e4412f1b7 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/OSGI-INF/metatype/metadata.xml
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/OSGI-INF/metatype/metadata.xml
@@ -5,9 +5,9 @@
xsi:schemaLocation="http://www.org.osgi/xmlns/metatype/v1.2.0/md metatype.xsd">
<OCD id="1" name="ocd1">
<AD name="ad1" id="1" type="String"/>
- <Icon size="10000" resource="images/tn_ibm_turns_100-100x100.jpg"/>
- <Icon size="22500" resource="images/tn_ibm_turns_100-150x150.jpg"/>
- <Icon size="40000" resource="images/tn_ibm_turns_100-200x200.jpg"/>
+ <Icon size="10000" resource="icons/tn_ibm_turns_100-100x100.jpg"/>
+ <Icon size="22500" resource="icons/tn_ibm_turns_100-150x150.jpg"/>
+ <Icon size="40000" resource="icons/tn_ibm_turns_100-200x200.jpg"/>
</OCD>
<Designate pid="org.eclipse.equinox.metatype.tests.tb9">
<Object ocdref="1"/>
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-100x100.jpg b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-100x100.jpg
new file mode 100644
index 000000000..27e7c93da
--- /dev/null
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-100x100.jpg
Binary files differ
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-150x150.jpg b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-150x150.jpg
new file mode 100644
index 000000000..62ee85ee3
--- /dev/null
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-150x150.jpg
Binary files differ
diff --git a/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-200x200.jpg b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-200x200.jpg
new file mode 100644
index 000000000..aff2021a0
--- /dev/null
+++ b/bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/icons/tn_ibm_turns_100-200x200.jpg
Binary files differ

Back to the top