diff --git a/build.properties b/build.properties index 9ae4afb96..f3ead7576 100644 --- a/build.properties +++ b/build.properties @@ -13,3 +13,6 @@ javasedocs.url=http://docs.oracle.com/javase/6/docs/api/ jettydocs.url=http://docs.i2p2.de/jetty/javadoc/ jrobindocs.url=http://docs.i2p-projekt.de/jrobin/javadoc/ wrapperdocs.url=http://wrapper.tanukisoftware.com/jdoc/ +# these are only for unit test javadocs +i2pdocs.url=http://docs.i2p-projekt.de/javadoc/ +junitdocs.url=http://junit.org/apidocs/ diff --git a/build.xml b/build.xml index 2382c9ea5..64157cf9d 100644 --- a/build.xml +++ b/build.xml @@ -48,6 +48,7 @@ + @@ -399,18 +400,18 @@ + + - - @@ -421,6 +422,8 @@ + + @@ -430,7 +433,6 @@ - @@ -442,6 +444,36 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/installer/resources/package-lists/junit/package-list b/installer/resources/package-lists/junit/package-list new file mode 100644 index 000000000..3b521ad8a --- /dev/null +++ b/installer/resources/package-lists/junit/package-list @@ -0,0 +1,11 @@ +junit.extensions +junit.framework +junit.runner +junit.textui +org.hamcrest.core +org.junit +org.junit.matchers +org.junit.runner +org.junit.runner.manipulation +org.junit.runner.notification +org.junit.runners