| <?xml version="1.0" encoding="UTF-8"?> |
| <jnlp spec="1.0+" codebase="${codebase}" href="${href}"> |
| <information> |
| <title>EPP Installer</title> |
| <vendor>eclipse.org</vendor> |
| <homepage href="http://eclipse.org" /> |
| <description>EPP Package Installer</description> |
| <icon kind="splash" href="splash.jpg"/> |
| <offline-allowed/> |
| </information> |
| <security> |
| <all-permissions/> |
| </security> |
| <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain"> |
| <argument>-nosplash -console -noexit -consolelog </argument> |
| </application-desc> |
| |
| <resources os="Mac OS X"> |
| <j2se version="1.4+" java-vm-args="-XstartOnFirstThread"/> |
| </resources> |
| |
| <resources> |
| <j2se version="1.4+"/> |
| <jar href="launcher.jar"/> |
| <extension name="p2 Installer Feature" href="features/org.eclipse.equinox.p2.installer.feature_1.0.100.jnlp"/> |
| <property name="eclipse.product" value="org.eclipse.equinox.p2.installer.product"/> |
| <property name="osgi.bundles" value="org.eclipse.equinox.app@start,org.eclipse.equinox.frameworkadmin.equinox@start,org.eclipse.equinox.simpleconfigurator.manipulator@start"/> |
| |
| <property name="eclipse.p2.rootId" value="${rootId}"/> |
| <property name="eclipse.p2.metadata" value="http://download.eclipse.org/eclipse/testUpdates"/> |
| <property name="eclipse.p2.artifacts" value="http://download.eclipse.org/eclipse/testUpdates"/> |
| <property name="eclipse.p2.flavor" value="tooling"/> |
| <property name="eclipse.p2.profileName" value="${profileName}"/> |
| <property name="eclipse.p2.launcherName" value="eclipse"/> |
| <property name="eclipse.p2.autoStart" value="true"/> |
| </resources> |
| |
| </jnlp> |