diff -r 000000000000 -r 621462e58e22 taskx/ked/against-solution06/project.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/taskx/ked/against-solution06/project.properties Sat Oct 25 20:30:54 2008 +0200 @@ -0,0 +1,16 @@ + +# name of a project to test +apitotest=solution06 +#for example use: +#apitotest=solution01 + +# 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/ +