Set a unit testing directory for dedicated libs.
This commit is contained in:
parent
4fbf01f8a0
commit
9f6c12eae3
@ -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>
|
||||
|
11
lib/README
11
lib/README
@ -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
|
Loading…
Reference in New Issue
Block a user