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