From: <mmu...@us...> - 2009-08-25 13:22:07
|
Revision: 1308 http://openutils.svn.sourceforge.net/openutils/?rev=1308&view=rev Author: mmunaretto Date: 2009-08-25 13:22:01 +0000 (Tue, 25 Aug 2009) Log Message: ----------- add section "dependencies list" Modified Paths: -------------- trunk/openutils-testing-junit/src/main/bundle/README.txt trunk/openutils-testing-testng/src/main/bundle/README.txt Modified: trunk/openutils-testing-junit/src/main/bundle/README.txt =================================================================== --- trunk/openutils-testing-junit/src/main/bundle/README.txt 2009-08-25 12:49:11 UTC (rev 1307) +++ trunk/openutils-testing-junit/src/main/bundle/README.txt 2009-08-25 13:22:01 UTC (rev 1308) @@ -31,6 +31,36 @@ ========================================= + DEPENDENCIES LIST +========================================= +This project depends on: + +LIBRARY | VERSION | SCOPE +openutils-testing.jar 2.2.1 compile (in bundle) + +aopalliance.jar 1.0 compile +commons-collections.jar 3.2.1 compile +commons-lang.jar 2.4 compile +junit.jar 4.4 compile +log4j.jar 1.2.15 compile +poi.jar 3.0.2-FINAL compile +dbunit.jar 2.4.4 compile +jcl-over-slf4j.jar 1.5.6 compile +slf4j-api.jar 1.5.6 compile +slf4j-log4j12.jar 1.5.6 compile +spring-beans.jar 2.5.6 compile +spring-context.jar 2.5.6 compile +spring-core.jar 2.5.6 compile +spring-test.jar 2.5.6 compile + +commons-pool.jar 1.3 test +commons-dbcp.jar 1.2.2 test +derby.jar 10.2.2.0 test +spring-jdbc.jar 2.5.6 test +spring-tx.jar 2.5.6 test + + +========================================= LICENSE ========================================= Modified: trunk/openutils-testing-testng/src/main/bundle/README.txt =================================================================== --- trunk/openutils-testing-testng/src/main/bundle/README.txt 2009-08-25 12:49:11 UTC (rev 1307) +++ trunk/openutils-testing-testng/src/main/bundle/README.txt 2009-08-25 13:22:01 UTC (rev 1308) @@ -31,6 +31,36 @@ ========================================= + DEPENDENCIES LIST +========================================= +This project depends on: + +LIBRARY | VERSION | SCOPE +openutils-testing.jar 2.2.1 compile (in bundle) + +aopalliance.jar 1.0 compile +commons-collections.jar 3.2.1 compile +commons-lang.jar 2.4 compile +log4j.jar 1.2.15 compile +poi.jar 3.0.2-FINAL compile +dbunit.jar 2.4.4 compile +jcl-over-slf4j.jar 1.5.6 compile +slf4j-api.jar 1.5.6 compile +slf4j-log4j12.jar 1.5.6 compile +spring-beans.jar 2.5.6 compile +spring-context.jar 2.5.6 compile +spring-core.jar 2.5.6 compile +spring-test.jar 2.5.6 compile +testng.jar 5.7 compile + +commons-pool.jar 1.3 test +commons-dbcp.jar 1.2.2 test +derby.jar 10.2.2.0 test +spring-jdbc.jar 2.5.6 test +spring-tx.jar 2.5.6 test + + +========================================= LICENSE ========================================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |