diff -r 000000000000 -r 2ae6e4aa7aef taskx/psmid/against-solution06/project.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/taskx/psmid/against-solution06/project.properties Sat Oct 25 20:53:00 2008 +0200 @@ -0,0 +1,16 @@ + +# name of a project to test +#apitotest=todo:specify_this_property_in:project.properties +#for example use: +apitotest=solution06 + +# 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}/task3 +taskB=${apifest}/task4 + +# usual locations of API classes for each version +apiA=${taskA}/${apitotest}/build/classes/ +apiB=${taskB}/${apitotest}/build/classes/ +