I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9e0934f9 authored by str4d's avatar str4d
Browse files

Build: Fix titles in ministreaming and streaming JAR manifests

parent 1cc330ba
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<attribute name="Specification-Title" value="I2P Streaming API" /> <attribute name="Specification-Title" value="I2P Streaming API" />
<attribute name="Specification-Version" value="${release.number}" /> <attribute name="Specification-Version" value="${release.number}" />
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" /> <attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
<attribute name="Implementation-Title" value="I2P Java Streaming Implementation" /> <attribute name="Implementation-Title" value="I2P Java Streaming API" />
<attribute name="Implementation-Version" value="${full.version}" /> <attribute name="Implementation-Version" value="${full.version}" />
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" /> <attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
<attribute name="Built-By" value="${build.built-by}" /> <attribute name="Built-By" value="${build.built-by}" />
......
...@@ -204,10 +204,10 @@ ...@@ -204,10 +204,10 @@
<property name="workspace.changes.tr" value="" /> <property name="workspace.changes.tr" value="" />
<jar destfile="./build/streaming.jar" basedir="./build/obj" includes="**/*.class" > <jar destfile="./build/streaming.jar" basedir="./build/obj" includes="**/*.class" >
<manifest> <manifest>
<attribute name="Specification-Title" value="I2P Streaming API" /> <attribute name="Specification-Title" value="I2P Streaming Implementation" />
<attribute name="Specification-Version" value="${release.number}" /> <attribute name="Specification-Version" value="${release.number}" />
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" /> <attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
<attribute name="Implementation-Title" value="I2P Java Streaming API" /> <attribute name="Implementation-Title" value="I2P Java Streaming Implementation" />
<attribute name="Implementation-Version" value="${full.version}" /> <attribute name="Implementation-Version" value="${full.version}" />
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" /> <attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
<attribute name="Built-By" value="${build.built-by}" /> <attribute name="Built-By" value="${build.built-by}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment