taskx/psmid/against-solution04/project.properties
changeset 84 2ae6e4aa7aef
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/taskx/psmid/against-solution04/project.properties	Sat Oct 25 20:53:00 2008 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +
     1.5 +# name of a project to test
     1.6 +#apitotest=todo:specify_this_property_in:project.properties
     1.7 +#for example use:
     1.8 +apitotest=solution04
     1.9 +
    1.10 +# the test shall expose a problem between two versions
    1.11 +# of one API. select the first version - taskA and a second
    1.12 +# version of the of the API taskB
    1.13 +taskA=${apifest}/task1
    1.14 +taskB=${apifest}/task2
    1.15 +
    1.16 +# usual locations of API classes for each version
    1.17 +apiA=${taskA}/${apitotest}/build/classes/
    1.18 +apiB=${taskB}/${apitotest}/build/classes/
    1.19 +