diff -r a861bd02a1d2 -r 22885b020f15 taskx/jtulach/against-solution04/project.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/taskx/jtulach/against-solution04/project.properties Sat Oct 11 13:30:16 2008 +0200 @@ -0,0 +1,14 @@ + +# name of a project to test +apitotest=solution04 + +# the test shall expose a problem between two versions +# of one API. select the first version - taskA and a second +# version of the of the API taskB +taskA=${apifest}/task1 +taskB=${apifest}/task2 + +# usual locations of API classes for each version +apiA=${taskA}/${apitotest}/build/classes/ +apiB=${taskB}/${apitotest}/build/classes/ +