blob: f6fc57b9cffe80e23b5dfc17ba4397d3a647af2a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2014, 2015 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Eike Stepper - initial API and implementation
-->
<plugin>
<extension
id="ProductCatalogGenerator"
point="org.eclipse.core.runtime.applications">
<application
cardinality="singleton-global"
thread="main"
visible="true">
<run
class="org.eclipse.oomph.setup.internal.installer.ProductCatalogGenerator">
</run>
</application>
</extension>
<extension
id="SetupArchiver"
point="org.eclipse.core.runtime.applications">
<application
cardinality="singleton-global"
thread="main"
visible="true">
<run
class="org.eclipse.oomph.setup.internal.installer.SetupArchiver">
</run>
</application>
</extension>
<extension
id="application"
point="org.eclipse.core.runtime.applications">
<application
cardinality="singleton-global"
thread="main"
visible="true">
<run
class="org.eclipse.oomph.setup.internal.installer.InstallerApplication">
</run>
</application>
</extension>
<extension id="product" point="org.eclipse.core.runtime.products">
<product
name="%product.name"
description="%product.description"
application="org.eclipse.oomph.setup.installer.application">
<property name="appName" value="%application.name"/>
</product>
</extension>
<extension
id="InstallerUIPrompt"
name="Installer UI Prompt"
point="org.eclipse.equinox.security.secureStorage">
<provider
class="org.eclipse.oomph.setup.internal.installer.InstallerUIPrompt"
description="The provider brings up a secure storage login dialog in the Eclipse Installer for the user to input the &apos;master&apos; password.This provider does not persist the &apos;master&apos; password in any way but relies on the user to input it."
priority="3">
</provider>
</extension>
</plugin>