blob: c6b486ec731daa8a9eaac4cea7bb9808e6c5cd95 [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>
</plugin>