Compare commits

...

No commits in common. "c8-stream-201902" and "stream-javapackages-tools-201902-rhel-8.9.0" have entirely different histories.

5 changed files with 22 additions and 2 deletions

10
.gitignore vendored
View File

@ -1 +1,9 @@
SOURCES/xz-java-1.8.zip
/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

View File

@ -1 +0,0 @@
909eb5472e4f4185d77414b7194d59c6b85c7c66 SOURCES/xz-java-1.8.zip

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (xz-java-1.8.zip) = 3d30804baf9bf743347d87befdbf103107f413c4460639171257e87c4ac96c5e9bc6401a85c44939cd40a25b965162d916a552ae9967f1ff1c71ed389508f5b0

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>