Set a unit testing directory for dedicated libs.

This commit is contained in:
Christian Pierre MOMON 2016-05-24 16:19:40 +02:00
parent 4fbf01f8a0
commit 9f6c12eae3
8 changed files with 10 additions and 5 deletions

View File

@ -12,9 +12,9 @@
<attribute name="javadoc_location" value="jar:platform:/resource/Siba/lib/commons-lang3-3.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/testng-6.9.10.jar" sourcepath="lib/testng-6.9.10-sources.jar"/>
<classpathentry kind="lib" path="lib/jcommander-1.48.jar" sourcepath="lib/jcommander-1.48-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.4-javadoc.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="lib/UnitTesting/jcommander-1.48.jar"/>
<classpathentry kind="lib" path="lib/UnitTesting/testng-6.9.10.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -8,6 +8,11 @@ commons-compress-1.10.jar Apache 2
jgoodies-forms-1.8.0.jar
jgoodies-common-1.8.1.jar
# TestNG requirements:
jcommander-1.48.jar Apache 2
testng-6.9.10.jar Apache 2
# Unit testing requirements:
UnitTesting/jcommander-1.48.jar Apache 2
UnitTesting/testng-6.9.10.jar Apache 2
# Log requirements:
Logs/slf4j-api MIT
Logs/slf4j-log4j MIT
Logs/log4j Apache 2