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