source: trunk/fmgVen/lib/nblibraries.properties

Last change on this file was 24, checked in by fmguler, 14 years ago

Refs #3 - Added liquibase library for test database operations, which means we can update and rollback a test database in the test scenarios. Now we should add test scenarios to be tested on this database.

File size: 538 bytes
Line 
1libs.junit.classpath=\
2    ${base}/junit/junit-3.8.2.jar
3libs.junit.javadoc=\
4    ${base}/junit/junit-3.8.2-api.zip
5libs.CopyLibs.classpath=\
6    ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
7libs.Test.classpath=\
8    ${base}/test/postgresql-8.4-701.jdbc3.jar;\
9    ${base}/test/liquibase-1.9.5.jar
10libs.Ven.classpath=\
11    ${base}/ven/spring-beans.jar;\
12    ${base}/ven/spring-core.jar;\
13    ${base}/ven/spring-jdbc.jar;\
14    ${base}/ven/spring-tx.jar;\
15    ${base}/ven/commons-logging-1.1.1.jar
Note: See TracBrowser for help on using the repository browser.