We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afffd83 commit bd1d66aCopy full SHA for bd1d66a
1 file changed
build.xml
@@ -43,19 +43,15 @@
43
<attribute name="Implementation-Version" value="1.0.0"/>
44
</manifest>
45
</jar>
46
- <copy todir=".">
47
- <fileset file="${dist}/multihash.jar"/>
48
- </copy>
49
</target>
50
51
-
52
<target name="test" depends="compile,dist">
53
<junit printsummary="yes" fork="true" haltonfailure="yes">
54
<jvmarg value="-Xmx1g"/>
55
<classpath>
56
- <pathelement location="lib/junit-4.11.jar" />
57
- <pathelement location="lib/hamcrest-core-1.3.jar" />
58
- <pathelement location="multihash.jar" />
+ <pathelement location="lib/junit-4.11.jar" />
+ <pathelement location="lib/hamcrest-core-1.3.jar" />
+ <pathelement location="dist/multihash.jar" />
59
</classpath>
60
<test name="io.ipfs.multihash.MultihashTest" haltonfailure="yes">
61
<formatter type="plain"/>
0 commit comments