Skip to content

Commit bd1d66a

Browse files
committed
Don't copy the JAR into the root directory where it isn't cleaned up properly
1 parent afffd83 commit bd1d66a

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

build.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,15 @@
4343
<attribute name="Implementation-Version" value="1.0.0"/>
4444
</manifest>
4545
</jar>
46-
<copy todir=".">
47-
<fileset file="${dist}/multihash.jar"/>
48-
</copy>
4946
</target>
5047

51-
5248
<target name="test" depends="compile,dist">
5349
<junit printsummary="yes" fork="true" haltonfailure="yes">
5450
<jvmarg value="-Xmx1g"/>
5551
<classpath>
56-
<pathelement location="lib/junit-4.11.jar" />
57-
<pathelement location="lib/hamcrest-core-1.3.jar" />
58-
<pathelement location="multihash.jar" />
52+
<pathelement location="lib/junit-4.11.jar" />
53+
<pathelement location="lib/hamcrest-core-1.3.jar" />
54+
<pathelement location="dist/multihash.jar" />
5955
</classpath>
6056
<test name="io.ipfs.multihash.MultihashTest" haltonfailure="yes">
6157
<formatter type="plain"/>

0 commit comments

Comments
 (0)