Blame SOURCES/nekohtml-osgi.patch

b3b90d
diff -up ./build.xml.fix ./build.xml
b3b90d
--- ./build.xml.fix	2014-05-12 18:02:07.855415796 -0400
b3b90d
+++ ./build.xml	2014-05-12 18:03:02.519353974 -0400
b3b90d
@@ -129,6 +129,10 @@
b3b90d
   <jar jarfile='${jar.file}'>
b3b90d
 	<manifest>
b3b90d
     	<attribute name="Built-By" value="${author}"/>
b3b90d
+        <attribute name="Bundle-SymbolicName" value="${package}" />
b3b90d
+        <attribute name="Bundle-Version" value="${version}" />
b3b90d
+        <attribute name="Export-Package" value="org.cyberneko.html,org.cyberneko.html.filters,org.cyberneko.html.parsers,org.cyberneko.html.xercesbridge" />
b3b90d
+        <attribute name="Import-Package" value="org.apache.xerces.util,org.apache.xerces.xni,org.apache.xerces.xni.parser,org.apache.xerces.impl" />
b3b90d
     	<section name="org/cyberneko/html/">
b3b90d
 		  <attribute name="Specification-Title" value="Hyper-Text Markup Language (HTML)" />
b3b90d
     	  <attribute name="Specification-Version" value="4.01" />