Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2019-03-25 15:59:39 +0000
committerThomas Watson2019-03-26 13:19:04 +0000
commitb8ef56795cacdff976ba95a295f678a60f2dab57 (patch)
treed8d447752aef14860f33f94e50103b225ba7c464 /bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/OSGI-INF/metatype
parenteef56d7fab3c18eefe1c226d8eca0e979143e5ed (diff)
downloadrt.equinox.bundles-b8ef56795cacdff976ba95a295f678a60f2dab57.tar.gz
rt.equinox.bundles-b8ef56795cacdff976ba95a295f678a60f2dab57.tar.xz
rt.equinox.bundles-b8ef56795cacdff976ba95a295f678a60f2dab57.zip
Bug 545788 - [metatype] provide caching of metatype informationI20190327-1800I20190326-2305I20190326-1800
Change-Id: If76fa973a32f1dedded57211370c64bd5d81c7cf Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/OSGI-INF/metatype')
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/bundles_src/metatype/tb9/OSGI-INF/metatype/metadata.xml6
1 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 eb86ab3fb..6e45c1ad9 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="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"/>
+ <Icon size="4931" resource="icons/tn_ibm_turns_100-100x100.jpg"/>
+ <Icon size="7933" resource="icons/tn_ibm_turns_100-150x150.jpg"/>
+ <Icon size="10182" resource="icons/tn_ibm_turns_100-200x200.jpg"/>
</OCD>
<OCD id="2" name="ocd2">
<AD id="1" name="ad1" type="Byte"/>

Back to the top