samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:52 +0200
changeset 58 be49ca0fff33
parent 55 5a0b7b1f8f11
permissions -rw-r--r--
Rewriting the infrastructure to use shared common.xml
     1 
     2 # name of a project to test
     3 apitotest=welltestedsolution
     4 
     5 # the test shall expose a problem between two versions
     6 # of one API. select the first version - dayA and a second 
     7 # version of the of the API dayB
     8 dayA=${apifest}/day1
     9 dayB=${apifest}/day2
    10 
    11 # usual locations of API classes for each version
    12 apiA=${dayA}/${apitotest}/build/classes/
    13 apiB=${dayB}/${apitotest}/build/classes/
    14