Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.xml')
-rw-r--r--examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.xml b/examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.xml
index db4288806..391eaf34f 100644
--- a/examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.xml
+++ b/examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.xml
@@ -91,6 +91,8 @@
name="aboutImage"
value="product_lg.gif">
</property>
+ <property name="preferenceCustomization" value="plugin_customization.ini"/>
+
</product>
</extension>
<extension

Back to the top