<!ELEMENT extension (runtimeType*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT runtimeType (moduleType*)>
<!ATTLIST runtimeType
id CDATA #REQUIRED
name CDATA #REQUIRED
description CDATA #REQUIRED
vendor CDATA #IMPLIED
version CDATA #IMPLIED
vendorId CDATA #IMPLIED
class CDATA #IMPLIED>
<!ELEMENT moduleType EMPTY>
<!ATTLIST moduleType
types CDATA #REQUIRED
versions CDATA #REQUIRED>
<extension point=
"org.eclipse.wst.server.core.runtimeTypes"
>
<runtimeType id=
"com.example.runtime"
name=
"%runtimeTypeName"
description=
"%runtimeTypeDescription"
vendor=
"%runtimeTypeVendor"
version=
"1.0"
class=
"com.example.ExampleRuntimeDelegate"
>
<moduleType types=
"j2ee.web"
versions=
"1.2, 1.3, 1.4"
/>
</runtimeType>
</extension>
org.eclipse.wst.server.core.model.RuntimeDelegate
and contains a public 0-arg constructor.
Copyright (c) 2000, 2005 IBM Corporation and others.
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