blob: fe91335f7bb4a9bd16d17891febe25dca9a2cad0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.wst.server.core.serverTypes">
<serverType
behaviourClass="org.eclipse.blockchain.ui.server.GethServerBehaviour"
class="org.eclipse.blockchain.ui.server.GethServer"
description="Geth server instance"
hasConfiguration="false"
id="org.eclipse.blockchain.server.core.GethServer"
initialState="started"
launchModes="run"
name="Geth Server"
runtimeTypeId="org.eclipse.blockchain.server.core.GethRuntime"
startBeforePublish="true">
</serverType>
</extension>
<extension
point="org.eclipse.wst.server.core.runtimeTypes">
<runtimeType
class="org.eclipse.blockchain.ui.runtime.GethRuntime"
description="Geth runtime instance"
id="org.eclipse.blockchain.server.core.GethRuntime"
name="Geth Runtime">
</runtimeType>
</extension>
</plugin>