re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 11:22:51 +02:00 committed by root
parent a09d3f5df4
commit 3ff5325021
3 changed files with 22 additions and 0 deletions

9
.gitignore vendored
View File

@ -1 +1,10 @@
/xz-java-1.0.zip
/xz-java-1.1.zip
/xz-java-1.2.zip
/xz-java-1.3.zip
/xz-java-1.4.zip
/xz-java-1.5.zip
/xz-java-1.6.zip
/xz-java-1.7.zip
/xz-java-1.8.zip
/xz-java-1.9.zip

1
.xz-java.metadata Normal file
View File

@ -0,0 +1 @@
720a677960b3c31ae0b4d09d69c1f9833fb05339 xz-java-1.9.zip

12
xz-java-osgi.patch Normal file
View File

@ -0,0 +1,12 @@
--- 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>