taskx/jtulach/against-solution02/project.properties
changeset 73 e8b0f13fd4fb
child 81 ec70f883de4a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/taskx/jtulach/against-solution02/project.properties	Sat Oct 11 13:25:34 2008 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +
     1.5 +# name of a project to test
     1.6 +apitotest=solution02
     1.7 +
     1.8 +# the test shall expose a problem between two versions
     1.9 +# of one API. select the first version - taskA and a second
    1.10 +# version of the of the API taskB
    1.11 +taskA=${apifest}/task1
    1.12 +taskB=${apifest}/task3
    1.13 +
    1.14 +# usual locations of API classes for each version
    1.15 +apiA=${taskA}/${apitotest}/build/classes/
    1.16 +apiB=${taskB}/${apitotest}/build/classes/
    1.17 +