Runtime Definition

Identifier:
org.eclipse.jst.server.generic.core.runtimedefinition

Since:
2.0

Description:
This extension point defines a new generic server runtime definition file.

Configuration Markup:

<!ELEMENT extension (runtimedefinition+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT runtimedefinition EMPTY>

<!ATTLIST runtimedefinition

id             CDATA #REQUIRED

definitionfile CDATA #REQUIRED>


Examples:

<extension point="org.eclipse.jst.server.generic.core.runtimedefinition">
  <runtimedefinition id="org.eclipse.jst.server.generic.runtime.jonas4" definitionfile="/runtimes/jonas.runtimedef">
  </runtimedefinition>
</extension>


Copyright (c) 2006 Cape Clear Software. 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