blob: f9b9ef88a587059ad671025d8dffc635ead9192e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.epp.installer.core.application"
name="Europa Java Package Installer (EPP)">
<property
name="startupForegroundColor"
value="000000">
</property>
<property
name="startupProgressRect"
value="0,100,300,18">
</property>
<property
name="startupMessageRect"
value="0,0,300,30">
</property>
<property
name="appName"
value="Europa Java Package Installer (EPP)">
</property>
</product>
</extension>
<extension
point="org.eclipse.epp.installer.core.configurationProvider">
<provider
class="org.eclipse.epp.installer.core.ExtendableInstallConfiguration"
id="org.eclipse.epp.installer.europa.javapackage.installer"
product="org.eclipse.epp.installer.europa.javapackage.product"
type="install">
</provider>
</extension>
<extension
point="org.eclipse.epp.installer.core.steps">
<steps
providerId="org.eclipse.epp.installer.europa.javapackage.installer">
<step
id="org.eclipse.epp.installer.CheckAdminPrivilegesStep"
title="Welcome to the Eclipse Europa Java Package installer">
<parameter
key="text"
value="This is an Eclipse Europa Java Package installer, which will install the EPP Java package on your platform.">
</parameter>
</step>
<step
description="Please read and agree to the following important information before continueing."
id="org.eclipse.epp.installer.ChoiceStep"
title="License Agreement">
<parameter
key="choiceText"
value="${LicenseAgreement}">
</parameter>
<parameter
key="acceptText"
value="I accept the agreement">
</parameter>
<parameter
key="declineText"
value="I do not accept the agreement">
</parameter>
<parameter
key="continueOnDecline"
value="false">
</parameter>
<parameter
key="defaultChoice"
value="false">
</parameter>
</step>
<step
description="Where should the ${ProductName} be installed?"
id="org.eclipse.epp.installer.ChooseLocationStep"
title="Select Destination Location">
</step>
<step
description="Setup is now ready to begin installing ${ProductName} on your computer."
id="org.eclipse.epp.installer.PromptUserStep"
title="Ready to Install">
<aboutToStep>
<parameter
key="text"
value="Click Next to continue with the installation, or click Back if you want to review or change any settings.\n\nProduct:\n ${ProductName}\n\nLocation:\n ${InstallDir}">
</parameter>
</aboutToStep>
</step>
<step
description="Installing..."
id="org.eclipse.epp.installer.RunOperationsStep">
<aboutToStep>
<process
class="org.eclipse.epp.installer.europa.javapackage.CreateInstallOperationsProcessor">
</process>
</aboutToStep>
</step>
<step
id="org.eclipse.epp.installer.PromptUserStep"
title="Installation complete">
<aboutToStep>
<parameter
key="text"
value="Thank you very much for choosing ${ProductName}.\n\nClick Finish to exit setup.">
</parameter>
</aboutToStep>
</step>
</steps>
</extension>
</plugin>