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