File jsch-osgi-manifest.patch of Package jsch.19999

--- jsch-0.1.54/build.xml	2016-08-30 09:06:39.000000000 +0200
+++ jsch-0.1.54/build.xml	2020-04-07 15:40:40.461145903 +0200
@@ -50,9 +50,7 @@
 
     <!-- Put everything in ${build} into the MyProject-${version}.jar file -->
     <jar jarfile="${dist}/lib/jsch-${version}.jar" basedir="${build}">
-      <!--
       <manifest>
-        <attribute name="Bundle-ClassPath" value="."/>
         <attribute name="Bundle-Vendor" value="JCraft, Inc."/>
         <attribute name="Bundle-Name" value="com.jcraft.jsch"/>
         <attribute name="Bundle-ManifestVersion" value="2"/>
@@ -60,8 +58,8 @@
         <attribute name="Bundle-Version" value="${version}"/>
         <attribute name="Export-Package" value='com.jcraft.jsch;version="${version}",com.jcraft.jsch.jce;version="${version}";x-internal:=true,com.jcraft.jsch.jcraft;version="${version}";x-internal:=true,com.jcraft.jsch.jgss;version="${version}";x-internal:=true'/>
-        <attribute name="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces,org.ietf.jgss,com.jcraft.jzlib"/>
+        <attribute name="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces,org.ietf.jgss,com.jcraft.jzlib;resolution:=optional"/>
+        <attribute name="Require-Capability" value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.6))&quot;"/>
       </manifest>
-      -->
     </jar>
   </target>
 
openSUSE Build Service is sponsored by