| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <!-- |
| ! XML library - Gathers many XML related libraries: |
| ! |
| ! * Jaxen |
| ! - Download : http://jaxen.org/releases.html |
| ! - License : http://jaxen.org/license.html |
| ! |
| ! * Xerces-J 2.6.1 |
| ! - Download : http://xerces.apache.org/xerces2-j/download.cgi |
| ! - License : http://www.apache.org/licenses/LICENSE-2.0 |
| ! |
| ! * SAXPath 1.0 FCS |
| ! - Note : SAXPath has been incorporated into Jaxen. |
| ! It has been merged into the Jaxen codebase |
| ! and is no longer being maintained separately |
| ! - Download : http://sourceforge.net/project/showfiles.php?group_id=26014 |
| ! - License : OSI-Approved Open Source |
| ! |
| ! * jdom 1.0 beta8-dev |
| ! - Download : http://www.jdom.org/downloads/index.html |
| ! - License : http://www.jdom.org/docs/faq.html#a0030 |
| ! |
| !--> |
| <plugin |
| id="lib-xml" |
| name="XML Libraries" |
| version="1.0" |
| provider-name="org.apache.nutch.xml"> |
| |
| <runtime> |
| <library name="jaxen-core.jar"> |
| <export name="*"/> |
| </library> |
| <library name="jaxen-jdom.jar"> |
| <export name="*"/> |
| </library> |
| <library name="xercesImpl.jar"> |
| <export name="*"/> |
| </library> |
| <library name="saxpath.jar"> |
| <export name="*"/> |
| </library> |
| <library name="jdom.jar"> |
| <export name="*"/> |
| </library> |
| </runtime> |
| |
| </plugin> |