forked from I2P_Developers/i2p.i2p
Build: Manifests for test, source, and javadoc jars
This commit is contained in:
@ -277,12 +277,34 @@
|
||||
<target name="javadocJar" depends="javadoc">
|
||||
<jar jarfile="./build/streaming-${release.number}-javadoc.jar">
|
||||
<fileset dir="./build/javadoc" />
|
||||
<manifest>
|
||||
<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 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}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
<target name="sourcesJar">
|
||||
<jar jarfile="./build/streaming-${release.number}-sources.jar">
|
||||
<fileset dir="./src" />
|
||||
<manifest>
|
||||
<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 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}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
|
Reference in New Issue
Block a user