<?xml version="1.0" encoding="UTF-8"?> | |
<?eclipse version="3.4"?> | |
<plugin> | |
<extension | |
id="application" | |
point="org.eclipse.core.runtime.applications"> | |
<application> | |
<run | |
class="org.eclipse.e4.core.deeplink.launchproxy.Application"> | |
</run> | |
</application> | |
</extension> | |
<extension | |
id="product" | |
point="org.eclipse.core.runtime.products"> | |
<product | |
application="org.eclipse.e4.core.deeplink.launchproxy.application" | |
description="DeepLink application launcher proxy and URL handler" | |
name="Launch Proxy"> | |
<property | |
name="appName" | |
value="Launch Proxy"> | |
</property> | |
</product> | |
</extension> | |
</plugin> |