xz-java/xz-java-osgi.patch
Troy Dawson 6eac865d0d RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/xz-java#a5611ea9150dfd61d98fe663f972af280dfdc73f
2020-10-15 15:23:46 -07:00

13 lines
596 B
Diff

--- build.xml.bak 2012-07-05 08:21:30.000000000 +0200
+++ build.xml 2013-01-03 14:23:51.411506995 +0100
@@ -64,6 +64,9 @@
<attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-URL" value="${homepage}"/>
<attribute name="Sealed" value="true"/>
+ <attribute name="Bundle-SymbolicName" value="org.tukaani.xz"/>
+ <attribute name="Bundle-Version" value="1.1"/>
+ <attribute name="Export-Package" value="org.tukaani.xz"/>
</manifest>
</jar>