44 lines
2.5 KiB
Diff
44 lines
2.5 KiB
Diff
|
--- commons-jxpath-1.3-src/src/conf/MANIFEST.MF 2008-07-30 18:31:34.000000000 +0200
|
||
|
+++ commons-jxpath-1.3-src/src/conf/MANIFEST.MF 2019-02-28 08:35:31.900760859 +0100
|
||
|
@@ -1,8 +1,38 @@
|
||
|
Extension-Name: @name@
|
||
|
-Specification-Title: Jakarta Commons JXPath
|
||
|
+Specification-Title: Commons JXPath
|
||
|
Specification-Vendor: Apache Software Foundation
|
||
|
Specification-Version: 1.0
|
||
|
-Implementation-Title: org.apache.commons.jxpath
|
||
|
+Implementation-Title: org.apache.commons.@fragment@
|
||
|
Implementation-Vendor: Apache Software Foundation
|
||
|
Implementation-Version: @version@
|
||
|
+Bundle-Description: A Java-based implementation of XPath 1.0 that, in ad
|
||
|
+ dition to XML processing, can inspect/modify Java object graphs (the li
|
||
|
+ brary's explicit purpose) and even mixed Java/XML structures.
|
||
|
+Bundle-DocURL: http://commons.apache.org/jxpath/
|
||
|
+Bundle-License: https://www.apache.org/licenses/LICENSE-2.0.txt
|
||
|
+Bundle-ManifestVersion: 2
|
||
|
+Bundle-Name: Commons JXPath
|
||
|
+Bundle-SymbolicName: org.apache.commons.@fragment@
|
||
|
+Bundle-Vendor: The Apache Software Foundation
|
||
|
+Bundle-Version: @version@.0
|
||
|
+Export-Package: org.apache.commons.@fragment@;version="@version@",org.apache.commo
|
||
|
+ ns.@fragment@.functions;version="@version@",org.apache.commons.@fragment@.ri;version=
|
||
|
+ "@version@",org.apache.commons.@fragment@.ri.axes;version="@version@",org.apache.common
|
||
|
+ s.@fragment@.ri.compiler;version="@version@",org.apache.commons.@fragment@.ri.model;v
|
||
|
+ ersion="@version@",org.apache.commons.@fragment@.ri.model.beans;version="@version@",org
|
||
|
+ .apache.commons.@fragment@.ri.model.container;version="@version@",org.apache.comm
|
||
|
+ ons.@fragment@.ri.model.dom;version="@version@",org.apache.commons.@fragment@.ri.mode
|
||
|
+ l.dynabeans;version="@version@",org.apache.commons.@fragment@.ri.model.dynamic;ve
|
||
|
+ rsion="@version@",org.apache.commons.@fragment@.ri.model.jdom;version="@version@",org.a
|
||
|
+ pache.commons.@fragment@.ri.parser;version="@version@",org.apache.commons.@fragment@.
|
||
|
+ servlet;version="@version@",org.apache.commons.@fragment@.util;version="@version@",org.
|
||
|
+ apache.commons.@fragment@.xml;version="@version@"
|
||
|
+Import-Package: org.apache.commons.beanutils;resolution:=optional,org.jd
|
||
|
+ om;resolution:=optional,org.jdom.input;resolution:=optional,org.w3c.dom
|
||
|
+ ;resolution:=optional,javax.servlet;resolution:=optional,javax.servlet.
|
||
|
+ http;resolution:=optional,javax.servlet.jsp;resolution:=optional,javax.
|
||
|
+ xml.parsers,javax.xml.transform,javax.xml.transform.dom
|
||
|
+Include-Resource: META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=LI
|
||
|
+ CENSE.txt
|
||
|
+Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
|
||
|
|