~i2p.packages/i2p/trunk

« back to all changes in this revision

Viewing changes to apps/streaming/java/build.xml

  • Committer: zzz
  • Date: 2018-10-13 09:32:51 UTC
  • Revision ID: git-v1:0a997842212fc5e350f8a923d8646ff3c16969b9
Build: Add javac.classpath to junit.compileTest targets (ticket #2333)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
            includeAntRuntime="false"
63
63
            destdir="./build/obj" >
64
64
            <classpath>
 
65
                <pathelement location="${javac.classpath}" />
65
66
                <pathelement location="../../../core/java/build/i2p.jar" />
66
67
                <pathelement location="../../ministreaming/java/build/mstreaming.jar" />
67
68
                <pathelement location="${junit.home}/junit4.jar" />