forked from I2P_Developers/i2p.i2p
Build: Fix titles in ministreaming and streaming JAR manifests
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
<attribute name="Specification-Title" value="I2P Streaming API" />
|
||||
<attribute name="Specification-Version" value="${release.number}" />
|
||||
<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-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
|
@ -204,10 +204,10 @@
|
||||
<property name="workspace.changes.tr" value="" />
|
||||
<jar destfile="./build/streaming.jar" basedir="./build/obj" includes="**/*.class" >
|
||||
<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-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-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
|
Reference in New Issue
Block a user