Skip to content

Commit 7c0696e

Browse files
committed
add version and naming metadata to Ant-created JAR.
1 parent e63b4d0 commit 7c0696e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
</manifestclasspath>
3838
<jar jarfile="${dist}/multihash.jar" basedir="${build}">
3939
<manifest>
40-
<attribute name="Class-Path" value="${manifest_cp}"/>
40+
<attribute name="Class-Path" value="${manifest_cp}"/>
41+
<attribute name="Implementation-Vendor" value="io.ipfs"/>
42+
<attribute name="Implementation-Title" value="multihash"/>
43+
<attribute name="Implementation-Version" value="1.0.0"/>
4144
</manifest>
4245
</jar>
4346
<copy todir=".">

0 commit comments

Comments
 (0)