taskx/jtulach/against-solution14/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 18 Oct 2008 16:51:45 +0200
changeset 82 f2a4b0e116c2
parent 15 taskx/jtulach/against-solutionXY/project.properties@a861bd02a1d2
permissions -rw-r--r--
Slightly unfair, but no permission needing incompatibility in solution 14
     1 
     2 # name of a project to test
     3 apitotest=solution14
     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}/task3
     9 taskB=${apifest}/task4
    10 
    11 # usual locations of API classes for each version
    12 apiA=${taskA}/${apitotest}/build/classes/
    13 apiB=${taskB}/${apitotest}/build/classes/
    14