<!ELEMENT extension (implementation , project_facet+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #REQUIRED
name CDATA #IMPLIED
><!ELEMENT implementation EMPTY>
<!ATTLIST implementation
class CDATA #REQUIRED
>This element specifies the contributed runtime extension class
<!ELEMENT project_facet EMPTY>
<!ATTLIST project_facet
id CDATA #REQUIRED
version CDATA #IMPLIED
>This element specifies the project facet version this runtime extension is applicable for. A runtime extension may be applicable for one or more project facet versions
<extension id="org.eclipse.jst.ws.jaxws.dom.jee5" name="JEE5 DOM contribution" point="org.eclipse.jst.ws.jaxws.dom.runtime.domruntimes"> <implementation class="org.eclipse.jst.ws.jaxws.dom.runtime.persistence.Jee5WsDomRuntimeExtension"/> <project_facet id="jst.ejb" version="3.0"/> <project_facet id="jst.web" version="2.5"/> </extension>
Copyright (c) 2009 SAP AG, Walldorf.
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