I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e1525d98 authored by str4d's avatar str4d
Browse files

Fixed paths to JUnit tests in javadoc targets

parent 3253f829
No related branches found
No related tags found
No related merge requests found
......@@ -492,8 +492,8 @@
<group title="Core SDK" packages="net.i2p:net.i2p.*:net.i2p.client:net.i2p.client.*:net.i2p.internal:net.i2p.internal.*:freenet.support.CPUInformation:org.bouncycastle.crypto:org.bouncycastle.crypto.*:gnu.crypto.*:gnu.gettext:org.xlattice.crypto.filters:com.nettgryppa.security:net.metanotion:net.metanotion.*" />
<group title="Router" packages="net.i2p.router:net.i2p.router.*:net.i2p.data.i2np:org.cybergarage.*:org.freenetproject" />
<sourcepath>
<pathelement location="core/java/test" />
<pathelement location="router/java/test" />
<pathelement location="core/java/test/junit" />
<pathelement location="router/java/test/junit" />
</sourcepath>
<classpath>
<pathelement location="build/i2p.jar" />
......
......@@ -65,7 +65,7 @@
<target name="javadoc">
<mkdir dir="./build" />
<mkdir dir="./build/javadoc" />
<javadoc sourcepath="./src:./test" destdir="./build/javadoc" packagenames="*" use="true" splitindex="true" windowtitle="I2P SDK" />
<javadoc sourcepath="./src:./test/junit" destdir="./build/javadoc" packagenames="*" use="true" splitindex="true" windowtitle="I2P SDK" />
</target>
<!-- scala paths -->
......
......@@ -79,7 +79,7 @@
<mkdir dir="./build" />
<mkdir dir="./build/javadoc" />
<javadoc
sourcepath="./src:./test:../../core/java/src:../../core/java/test" destdir="./build/javadoc"
sourcepath="./src:./test/junit:../../core/java/src:../../core/java/test/junit" destdir="./build/javadoc"
packagenames="*"
use="true"
splitindex="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment