samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/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
jtulach@52
     1
jtulach@52
     2
# name of a project to test
jtulach@55
     3
apitotest=todo:specify_this_property_in:project.properties
jtulach@52
     4
jtulach@52
     5
# the test shall expose a problem between two versions
jtulach@52
     6
# of one API. select the first version - dayA and a second 
jtulach@52
     7
# version of the of the API dayB
jtulach@52
     8
dayA=${apifest}/day1
jtulach@52
     9
dayB=${apifest}/day2
jtulach@52
    10
jtulach@52
    11
# usual locations of API classes for each version
jtulach@52
    12
apiA=${dayA}/${apitotest}/build/classes/
jtulach@52
    13
apiB=${dayB}/${apitotest}/build/classes/
jtulach@52
    14