samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:48 +0200
changeset 54 45b0d58e66ca
child 58 be49ca0fff33
permissions -rw-r--r--
Getting the solutions from the CVS, not just from the ZIP file
jtulach@54
     1
jtulach@54
     2
# location to root of the repository with apifest projects
jtulach@54
     3
apifest=../../..
jtulach@54
     4
jtulach@54
     5
# name of a project to test
jtulach@54
     6
apitotest=inputandoperation
jtulach@54
     7
jtulach@54
     8
# the test shall expose a problem between two versions
jtulach@54
     9
# of one API. select the first version - dayA and a second 
jtulach@54
    10
# version of the of the API dayB
jtulach@54
    11
dayA=${apifest}/day1
jtulach@54
    12
dayB=${apifest}/day2
jtulach@54
    13
jtulach@54
    14
# usual locations of API classes for each version
jtulach@54
    15
apiA=${dayA}/${apitotest}/build/classes/
jtulach@54
    16
apiB=${dayB}/${apitotest}/build/classes/
jtulach@54
    17