mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
ministreaming: Add classpath to jar (ticket #2228)
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
<property name="workspace.changes.tr" value="" />
|
||||
<jar destfile="./build/mstreaming.jar" basedir="./build/obj" includes="**/*.class" >
|
||||
<manifest>
|
||||
<attribute name="Class-Path" value="i2p.jar streaming.jar" />
|
||||
<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/" />
|
||||
|
||||
Reference in New Issue
Block a user