taskx/jtulach/against-solution02/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 18 Oct 2008 12:53:54 +0200
changeset 81 ec70f883de4a
parent 75 7bc06ac56dd8
parent 73 e8b0f13fd4fb
permissions -rw-r--r--
Merge: Up-to-date with public repository
jtulach@73
     1
jtulach@73
     2
# name of a project to test
jtulach@73
     3
apitotest=solution02
jtulach@73
     4
jtulach@73
     5
# the test shall expose a problem between two versions
jtulach@73
     6
# of one API. select the first version - taskA and a second
jtulach@73
     7
# version of the of the API taskB
jtulach@73
     8
taskA=${apifest}/task1
jtulach@73
     9
taskB=${apifest}/task3
jtulach@73
    10
jtulach@73
    11
# usual locations of API classes for each version
jtulach@73
    12
apiA=${taskA}/${apitotest}/build/classes/
jtulach@73
    13
apiB=${taskB}/${apitotest}/build/classes/
jtulach@73
    14