<!ELEMENT extension (jsfLibrary*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #REQUIRED
name CDATA #IMPLIED>
<!ELEMENT jsfLibrary EMPTY>
<!ATTLIST jsfLibrary
name CDATA #REQUIRED
isImplementation (true | false)
maxVersionSupported (v1_1|v1_2|UNKNOWN)
archiveFilesDelegate CDATA #REQUIRED>
A named collection of jars that can be copied as a unit to WEB-INF/lib.
<extension point=
"org.eclipse.jst.jsf.core.jsfLibraries"
>
<jsfLibrary name=
"MyComponentLib1"
isImplementation=
"false"
maxVersionSupported=
"v1_1"
archiveFilesDelegate=
"com.acme.jsf.libraries.MyComponentLibraryFiles"
/>
</extension>
org.eclipse.jst.jsf.core.internal.provisional.jsflibraryregistry.JSFLibraryArchiveFilesDelegate
and has a public 0-arg constructor.
Copyright (c) 2005 Oracle Corporation. 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 Contributors: Gerry Kessler - initial API and implementation