samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/project.properties
changeset 54 45b0d58e66ca
child 58 be49ca0fff33
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/project.properties	Sat Jun 14 09:52:48 2008 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +
     1.5 +# location to root of the repository with apifest projects
     1.6 +apifest=../../..
     1.7 +
     1.8 +# name of a project to test
     1.9 +apitotest=elementbasedsolution
    1.10 +
    1.11 +# the test shall expose a problem between two versions
    1.12 +# of one API. select the first version - dayA and a second 
    1.13 +# version of the of the API dayB
    1.14 +dayA=${apifest}/day1
    1.15 +dayB=${apifest}/day2
    1.16 +
    1.17 +# usual locations of API classes for each version
    1.18 +apiA=${dayA}/${apitotest}/build/classes/
    1.19 +apiB=${dayB}/${apitotest}/build/classes/
    1.20 +