<!ELEMENT extension (EjbdocletTaskProvider , TaskProperty* , AnnotationProvider*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT EjbdocletTaskProvider EMPTY>
<!ATTLIST EjbdocletTaskProvider
name CDATA #REQUIRED
class CDATA #REQUIRED
description CDATA #REQUIRED
id CDATA #IMPLIED
defaultSelection (true | false) >
<!ELEMENT TaskProperty EMPTY>
<!ATTLIST TaskProperty
id CDATA #REQUIRED
label CDATA #REQUIRED
default CDATA #IMPLIED
type (string|boolean|enum|file|dir)
restriction CDATA #IMPLIED
include (true | false)
description CDATA #IMPLIED>
<!ELEMENT AnnotationProvider EMPTY>
<!ATTLIST AnnotationProvider
class CDATA #REQUIRED
type (entity|session|mdb)
include (true | false) >
<extension id=
"org.eclipse.jst.j2ee.xdoclet.ejbDocletTaskProvider.utilobject"
name=
"%ejbdoclet.UtilObject"
point=
"org.eclipse.jst.j2ee.ejb.annotations.xdoclet.ejbDocletTaskProvider"
>
<EjbdocletTaskProvider class=
"org.eclipse.jst.j2ee.xdoclet.runtime.internal.tasks.UtilObjectEjbdocletTaskProvider"
defaultSelection=
"true"
description=
"%ejbdoclet.UtilObject.desc"
id=
"org.eclipse.jst.j2ee.xdoclet.runtime.internal.tasks.UtilObjectEjbdocletTaskProvider"
name=
"UtilObject"
/>
<TaskProperty default=
"true"
id=
"ejbdoclet.utilobject.cacheHomes"
label=
"cacheHomes"
include=
"true"
type=
"boolean"
description=
"%ejbdoclet.utilobject.cacheHomes"
/>
<TaskProperty default=
"true"
id=
"ejbdoclet.utilobject.includeGUID"
label=
"includeGUID"
include=
"true"
type=
"boolean"
description=
"%ejbdoclet.utilobject.includeGUID"
/>
<TaskProperty default=
"physical"
id=
"ejbdoclet.utilobject.kind"
label=
"kind"
include=
"true"
restriction=
"physical,logical"
type=
"enum"
description=
"%ejbdoclet.utilobject.kind"
/>
</extension>
Copyright (c) 2005 Eteration A.S. 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