samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:45 +0200
changeset 52 4257f4cf226b
child 55 5a0b7b1f8f11
permissions -rw-r--r--
Adding samples from API fest to the repository, including pieces of their code in the document, not just links
jtulach@52
     1
jtulach@52
     2
# location to root of the repository with apifest projects
jtulach@52
     3
apifest=../../..
jtulach@52
     4
jtulach@52
     5
# name of a project to test
jtulach@52
     6
apitotest=pinbasedsolution
jtulach@52
     7
jtulach@52
     8
# the test shall expose a problem between two versions
jtulach@52
     9
# of one API. select the first version - dayA and a second 
jtulach@52
    10
# version of the of the API dayB
jtulach@52
    11
dayA=${apifest}/day1
jtulach@52
    12
dayB=${apifest}/day2
jtulach@52
    13
jtulach@52
    14
# usual locations of API classes for each version
jtulach@52
    15
apiA=${dayA}/${apitotest}/build/classes/
jtulach@52
    16
apiB=${dayB}/${apitotest}/build/classes/
jtulach@52
    17