show suggested paths

This commit is contained in:
zzz
2017-05-10 14:05:02 +00:00
parent efd7d651cc
commit 610af51e95

View File

@@ -102,14 +102,16 @@ javac.version=1.7
# Location of the junit libraries
# Defaults to the ant library path if not set.
# If set, this must point to a directory that contains the file junit4.jar
#junit.home=
# Debian/Ubuntu: sudo apt-get install junit4
#junit.home=/usr/share/java
# Location of the hamcrest libraries
# Defaults to the ant library path if not set
# If set, this must point to a directory containing the files
# hamcrest-core.jar, hamcrest-library.jar, and hamcrest-integration.jar
# Tested using Hamcrest 1.3
#hamcrest.home=
# Debian/Ubuntu: sudo apt-get install libhamcrest-java
#hamcrest.home=/usr/share/java
# Location of the mockito libraries
# Defaults to the ant library path if not set