re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 11:43:22 +02:00 committed by root
parent 76fb50f2d8
commit fa98db7e0a
3 changed files with 21 additions and 0 deletions

8
.gitignore vendored
View File

@ -1 +1,9 @@
/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

1
.xz-java.metadata Normal file
View File

@ -0,0 +1 @@
909eb5472e4f4185d77414b7194d59c6b85c7c66 xz-java-1.8.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>