diff -r 000000000000 -r e8b0f13fd4fb taskx/jtulach/against-solution02/project.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/taskx/jtulach/against-solution02/project.properties Sat Oct 11 13:25:34 2008 +0200 @@ -0,0 +1,14 @@ + +# name of a project to test +apitotest=solution02 + +# 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}/task3 + +# usual locations of API classes for each version +apiA=${taskA}/${apitotest}/build/classes/ +apiB=${taskB}/${apitotest}/build/classes/ +