diff -r a861bd02a1d2 -r 9a019498f602 taskx/jtulach/against-solution13/project.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/taskx/jtulach/against-solution13/project.properties Sat Oct 11 14:02:33 2008 +0200 @@ -0,0 +1,14 @@ + +#for example use: +apitotest=solution13 + +# 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/ +